fe5a0493bd
the package will work by default. Additionally, setting arpwatch_interfaces in the rc.conf system will allow you to specify which interfaces arpwatches will run on. By default (ie, variable empty or not set), it will run on the first non-local interface it finds. Approved by: brian (thanks!)
11 lines
312 B
Text
11 lines
312 B
Text
sbin/arpwatch
|
|
sbin/arpsnmp
|
|
arpwatch/arp2ethers
|
|
arpwatch/ethercodes.dat
|
|
arpwatch/d.awk
|
|
arpwatch/e.awk
|
|
arpwatch/p.awk
|
|
etc/rc.d/arpwatch.sh
|
|
@unexec test -f %D/arpwatch/arp.dat && test -s %D/arpwatch/arp.dat || rm -f %D/arpwatch/arp.dat
|
|
@exec test -f %D/arpwatch/arp.dat || touch %D/arpwatch/arp.dat
|
|
@dirrm arpwatch
|