Tell the user how to start havp correctly

spotted and ok stephan@
This commit is contained in:
giovanni 2010-04-06 14:56:31 +00:00
parent c4f1185a1f
commit 6f9517d557
2 changed files with 10 additions and 1 deletions

View File

@ -1,8 +1,9 @@
# $OpenBSD: Makefile,v 1.5 2009/07/14 10:48:07 giovanni Exp $
# $OpenBSD: Makefile,v 1.6 2010/04/06 14:56:31 giovanni Exp $
COMMENT= web proxy with antivirus filter
DISTNAME= havp-0.91
PKGNAME= ${DISTNAME}p0
CATEGORIES= www
MASTER_SITES= ${HOMEPAGE}/download/

8
www/havp/pkg/MESSAGE Normal file
View File

@ -0,0 +1,8 @@
To have havp start at boot time, insert the following
into /etc/rc.local:
if [ -x /usr/local/sbin/havp ]; then
echo -n ' havp'
install -d -o _havp /var/run/havp/
/usr/local/sbin/havp
fi