mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
21bf127503
PR: ports/84711 Submitted by: SimpleRezo <freebsd@simplerezo.com>
11 lines
291 B
Plaintext
11 lines
291 B
Plaintext
sbin/arpwatch
|
|
sbin/arpsnmp
|
|
arpwatch/arp2ethers
|
|
arpwatch/ethercodes.dat
|
|
arpwatch/d.awk
|
|
arpwatch/e.awk
|
|
arpwatch/p.awk
|
|
@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
|