openbsd-ports/www/havp/pkg/MESSAGE
2010-04-06 15:01:22 +00:00

9 lines
188 B
Plaintext

To have havp start at boot time, insert the following
into /etc/rc.local:
if [ -x ${PREFIX}/sbin/havp ]; then
echo -n ' havp'
install -d -o _havp /var/run/havp/
${PREFIX}/sbin/havp
fi