4d67338c9e
arpwatch changes: - Convert arp2ethers from csh to sh - updated ethercode.dat - misc minor bugfixes Changes from Geert Hendrickx: - move ethercodes.dat to share/arpwatch (from etc) - Use ${VARBASE:Q} instead of ${VARBASE} as suggested by pkglint - Use OWN_DIRS to note the admin about the stale db directory after deinstallation Changes from William Fletcher: - add a rc.d script - add a '-m' option to specify the recipient for email messages (still defaults to root) Fix pkg/32151 by Geert Hendrickx
10 lines
300 B
Text
10 lines
300 B
Text
@comment $NetBSD: PLIST,v 1.4 2005/11/30 22:36:43 bouyer Exp $
|
|
sbin/arpwatch
|
|
sbin/arpsnmp
|
|
share/arpwatch/ethercodes.dat
|
|
man/man8/arpwatch.8
|
|
man/man8/arpsnmp.8
|
|
share/examples/rc.d/arpwatch
|
|
@exec ${MKDIR} ${VARBASE}/db/arpwatch
|
|
@exec /usr/bin/touch ${VARBASE}/db/arpwatch/arp.dat
|
|
@dirrm share/arpwatch
|