1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/net/arpwatch-devel/files/arpwatch.sh
Brian Somers 1f4132c7d8 Patch and add arp2ethers & ethercodes.dat installation.
Suggested by:	neil.long@materials.oxford.ac.uk (Neil J Long)

Add etc/rc.d/arpwatch.sh
Don't mention arp.dat as an "installed" file - we may want
this after pkg_delete.
1997-07-01 02:05:06 +00:00

5 lines
113 B
Bash

#!/bin/sh
if [ -x /usr/local/sbin/arpwatch -a -d /usr/local/arpwatch ]; then
arpwatch && echo -n ' arpwatch'
fi