Tell the user how to start havp correctly
spotted and ok stephan@
This commit is contained in:
parent
c4f1185a1f
commit
6f9517d557
@ -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
8
www/havp/pkg/MESSAGE
Normal 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
|
Loading…
Reference in New Issue
Block a user