mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
4bdc3493c2
some pkg-message explaining how to use the new update-ethercodes script. Remove obsolete patches. Changes since 3.0: - Fix the FreeBSD rc.d script to handle interface names with . in them. Reported by Daniel Duerr. - Add python 2 compatibility to massagevendor (for pfsense <= 2.4.4). - Stop distributing ethercodes.dat and add update-ethercodes.sh to download and generate it.
17 lines
452 B
Plaintext
17 lines
452 B
Plaintext
arpwatch/arp2ethers
|
|
arpwatch/d.awk
|
|
arpwatch/duplicates.awk
|
|
arpwatch/e.awk
|
|
arpwatch/euppertolower.awk
|
|
arpwatch/massagevendor
|
|
arpwatch/p.awk
|
|
arpwatch/update-ethercodes
|
|
etc/rc.d/arpwatch
|
|
man/man8/arpsnmp.8.gz
|
|
man/man8/arpwatch.8.gz
|
|
sbin/arpsnmp
|
|
sbin/arpwatch
|
|
@postexec test -f %D/arpwatch/arp.dat || touch %D/arpwatch/arp.dat
|
|
@preunexec test -f %D/arpwatch/arp.dat && test -s %D/arpwatch/arp.dat || rm -f %D/arpwatch/arp.dat
|
|
@dir(,operator,0755) arpwatch
|