openbsd-ports/net/arpwatch/pkg/MESSAGE

7 lines
195 B
Plaintext

To have arpwatch start at boot time, add something like this
into /etc/rc.local:
if [ -x /usr/local/sbin/arpwatch -a -d /var/arpwatch ]; then
/usr/local/sbin/arpwatch && echo -n ' arpwatch'
fi