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/quagga | |
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/quagga')
-rw-r--r-- | net/quagga/PLIST | 6 | ||||
-rw-r--r-- | net/quagga/PLIST.v6 | 4 |
2 files changed, 2 insertions, 8 deletions
diff --git a/net/quagga/PLIST b/net/quagga/PLIST index 6be4f07071f..7416cef8875 100644 --- a/net/quagga/PLIST +++ b/net/quagga/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.13 2012/06/07 23:38:16 gdt Exp $ +@comment $NetBSD: PLIST,v 1.14 2014/03/11 14:05:10 jperkin Exp $ include/quagga/buffer.h include/quagga/checksum.h include/quagga/command.h @@ -74,7 +74,3 @@ share/examples/quagga/log_syslog.conf share/examples/quagga/ospfd.conf.sample share/examples/quagga/ripd.conf.sample share/examples/quagga/zebra.conf.sample -share/examples/rc.d/bgpd -share/examples/rc.d/ospfd -share/examples/rc.d/ripd -share/examples/rc.d/zebra diff --git a/net/quagga/PLIST.v6 b/net/quagga/PLIST.v6 index 0e9028582ae..48004c7b5ab 100644 --- a/net/quagga/PLIST.v6 +++ b/net/quagga/PLIST.v6 @@ -1,9 +1,7 @@ -@comment $NetBSD: PLIST.v6,v 1.4 2012/06/07 23:38:16 gdt Exp $ +@comment $NetBSD: PLIST.v6,v 1.5 2014/03/11 14:05:10 jperkin Exp $ man/man8/ospf6d.8 man/man8/ripngd.8 sbin/ospf6d sbin/ripngd share/examples/quagga/ospf6d.conf.sample share/examples/quagga/ripngd.conf.sample -share/examples/rc.d/ospf6d -share/examples/rc.d/ripngd |