diff options
author | bouyer <bouyer@pkgsrc.org> | 2005-11-30 22:36:43 +0000 |
---|---|---|
committer | bouyer <bouyer@pkgsrc.org> | 2005-11-30 22:36:43 +0000 |
commit | 4d67338c9ed74e6baac5b7e4186ab18b05259d20 (patch) | |
tree | 25c6f9d2eda5db16210ea8e9b9459ed6e7b26c56 /net/arpwatch/PLIST | |
parent | 016f68cc287a02d9f2dfe07a9db9790e68d00d02 (diff) | |
download | pkgsrc-4d67338c9ed74e6baac5b7e4186ab18b05259d20.tar.gz |
Update to 2.1a13, from Geert Hendrickx and William Fletcher.
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
Diffstat (limited to 'net/arpwatch/PLIST')
-rw-r--r-- | net/arpwatch/PLIST | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/net/arpwatch/PLIST b/net/arpwatch/PLIST index 83f7409d834..d49d8e4700c 100644 --- a/net/arpwatch/PLIST +++ b/net/arpwatch/PLIST @@ -1,8 +1,10 @@ -@comment $NetBSD: PLIST,v 1.3 2004/12/10 23:32:34 minskim Exp $ +@comment $NetBSD: PLIST,v 1.4 2005/11/30 22:36:43 bouyer Exp $ sbin/arpwatch sbin/arpsnmp -etc/ethercodes.dat +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 |