diff options
author | jwise <jwise@pkgsrc.org> | 2008-04-04 19:42:15 +0000 |
---|---|---|
committer | jwise <jwise@pkgsrc.org> | 2008-04-04 19:42:15 +0000 |
commit | e505f1c3c5ad043edc80c0d03a79ad65082d2101 (patch) | |
tree | f6a2aa2a57f0737f103373f4c6bc24032b4bcf85 /net/arpwatch/PLIST | |
parent | 6484621d23205e4c268446c72c4406c6253f75e7 (diff) | |
download | pkgsrc-e505f1c3c5ad043edc80c0d03a79ad65082d2101.tar.gz |
Update arpwatch to version 2.1a15. Changes are build-infrastructure-related
and updates to vendor tables.
While here, also install example scripts which come with arpwatch, showing
how to have arpwatch sample from an snmp-enabled router or switch (these
install into /usr/pkg/share/examples/arpwatch).
Diffstat (limited to 'net/arpwatch/PLIST')
-rw-r--r-- | net/arpwatch/PLIST | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net/arpwatch/PLIST b/net/arpwatch/PLIST index d49d8e4700c..eaf8e120fab 100644 --- a/net/arpwatch/PLIST +++ b/net/arpwatch/PLIST @@ -1,10 +1,13 @@ -@comment $NetBSD: PLIST,v 1.4 2005/11/30 22:36:43 bouyer Exp $ +@comment $NetBSD: PLIST,v 1.5 2008/04/04 19:42:15 jwise Exp $ sbin/arpwatch sbin/arpsnmp share/arpwatch/ethercodes.dat +share/examples/arpwatch/bihourly.sh +share/examples/arpwatch/arpfetch 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 +@dirrm share/examples/arpwatch |