diff options
author | jperkin <jperkin@pkgsrc.org> | 2014-03-11 14:04:57 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2014-03-11 14:04:57 +0000 |
commit | 071ea796c1307e737cc3101448aa934353fe247c (patch) | |
tree | 9b547d90b7bf52208d85284b072f01b7f3c1bd12 /net/arpwatch/PLIST | |
parent | 76ac67f79ab2db3505e1a973a83a4eaf36567eb1 (diff) | |
download | pkgsrc-071ea796c1307e737cc3101448aa934353fe247c.tar.gz |
Remove example rc.d scripts from PLISTs.
These are now handled dynamically if INIT_SYSTEM is set to "rc.d", or
ignored otherwise.
Diffstat (limited to 'net/arpwatch/PLIST')
-rw-r--r-- | net/arpwatch/PLIST | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/arpwatch/PLIST b/net/arpwatch/PLIST index 4471fe9d643..d7955679d9c 100644 --- a/net/arpwatch/PLIST +++ b/net/arpwatch/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2009/06/14 18:09:21 joerg Exp $ +@comment $NetBSD: PLIST,v 1.7 2014/03/11 14:05:06 jperkin Exp $ sbin/arpwatch sbin/arpsnmp share/arpwatch/ethercodes.dat @@ -6,6 +6,5 @@ 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 |