1218d91767
adding them to the PLIST. First, /var/run/* is cleaned upon reboot and second /var/tmp/havp/ has a chance to get wiped out being in a temporary dir. ok giovanni@ (maintainer)
9 lines
203 B
Plaintext
9 lines
203 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/ /var/tmp/havp/
|
|
${PREFIX}/sbin/havp
|
|
fi
|