net-misc/quagga: revision bump
authorSergey Popov <pinkbyte@gentoo.org>
Thu, 9 Mar 2017 11:06:11 +0000 (14:06 +0300)
committerSergey Popov <pinkbyte@gentoo.org>
Thu, 9 Mar 2017 11:06:11 +0000 (14:06 +0300)
Install nhrpd initscript and systemd files conditionally.
Drop old revision.

Package-Manager: portage-2.3.3

net-misc/quagga/quagga-1.2.0-r2.ebuild [moved from net-misc/quagga/quagga-1.2.0-r1.ebuild with 97% similarity]

similarity index 97%
rename from net-misc/quagga/quagga-1.2.0-r1.ebuild
rename to net-misc/quagga/quagga-1.2.0-r2.ebuild
index 3875ea7a9ce3e93af78f4865205a57c472be4e50..6897c5f9eac81f2f497474ce08426e3e92112ce4 100644 (file)
@@ -120,7 +120,7 @@ src_install() {
        # install zebra as a file, symlink the rest
        newinitd "${FILESDIR}"/quagga-services.init.3 zebra
 
-       for service in bgpd isisd nhrpd ospfd pimd ripd $(use ipv6 && echo ospf6d ripngd); do
+       for service in bgpd isisd ospfd pimd ripd $(use ipv6 && echo ospf6d ripngd) $(use nhrpd && echo nhrpd); do
                dosym zebra /etc/init.d/${service}
                systemd_dounit "${FILESDIR}/systemd/${service}.service"
        done