diff options
author | obache <obache@pkgsrc.org> | 2008-06-02 12:08:54 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2008-06-02 12:08:54 +0000 |
commit | 893892abb64e15ee3d7aa12a26d21f7d6fbe8287 (patch) | |
tree | 6db0635c757bdb147832a4f2d785db6632196a48 /net/quagga | |
parent | 02d1a7b3b5017ed4acd1466858223b4967165093 (diff) | |
download | pkgsrc-893892abb64e15ee3d7aa12a26d21f7d6fbe8287.tar.gz |
Fixes PLIST.
Some rc scripts does not installed if inet6 option is disabled.
Patch provided by Hasso Tepper in PR 38823.
Diffstat (limited to 'net/quagga')
-rw-r--r-- | net/quagga/PLIST | 4 | ||||
-rw-r--r-- | net/quagga/PLIST.v6 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net/quagga/PLIST b/net/quagga/PLIST index 71c72595fb9..9196e3fdbf0 100644 --- a/net/quagga/PLIST +++ b/net/quagga/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.8 2006/06/05 19:28:25 gdt Exp $ +@comment $NetBSD: PLIST,v 1.9 2008/06/02 12:08:54 obache Exp $ include/quagga/buffer.h include/quagga/command.h include/quagga/distribute.h @@ -71,10 +71,8 @@ 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/ospf6d share/examples/rc.d/ospfd share/examples/rc.d/ripd -share/examples/rc.d/ripngd share/examples/rc.d/zebra @dirrm share/doc/quagga/mpls @dirrm share/doc/quagga diff --git a/net/quagga/PLIST.v6 b/net/quagga/PLIST.v6 index 8d884526cb4..6c92259d73f 100644 --- a/net/quagga/PLIST.v6 +++ b/net/quagga/PLIST.v6 @@ -1,5 +1,7 @@ -@comment $NetBSD: PLIST.v6,v 1.2 2005/03/02 19:15:07 reed Exp $ +@comment $NetBSD: PLIST.v6,v 1.3 2008/06/02 12:08:54 obache Exp $ 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 |