summaryrefslogtreecommitdiffstats
path: root/debian/rules
diff options
context:
space:
mode:
authorsharpd <sharpd@cumulusnetworks.com>2016-02-22 22:22:16 +0100
committersharpd <sharpd@cumulusnetworks.com>2016-02-23 17:54:01 +0100
commitdf44cf00321b5d6c1edae15aa75dd2255d95b476 (patch)
tree37f9de444686f6b9871e662c53caf4e935da4f22 /debian/rules
parentMerge branch 'cmaster' of ssh://stash.cumulusnetworks.com:7999/quag/quagga in... (diff)
downloadfrr-df44cf00321b5d6c1edae15aa75dd2255d95b476.tar.xz
frr-df44cf00321b5d6c1edae15aa75dd2255d95b476.zip
debian: Revamp startup again
Remove quagga.service, it was a bad idea culminating in a series of mistakes. Replaced with /usr/lib/quagga/quagga script. Use this script to start/stop quagga as a whole. Ticket: CM-9445 Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com> Reviewed-by: Daniel Walton <dwalton@cumulusnetworks.com> Reviewed-by: Dave Olson <olson@cumulusnetworks.com>
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules2
1 files changed, 0 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules
index 30220c920..f8fc2fa4d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -112,7 +112,6 @@ override_dh_auto_install:
sed -i "/dependency_libs/ s/'.*'/''/" debian/tmp/usr/lib/*.la
override_dh_systemd_start:
- dh_systemd_start quagga.service
dh_systemd_start bgpd.service
dh_systemd_start isisd.service
dh_systemd_start ospfd.service
@@ -122,7 +121,6 @@ override_dh_systemd_start:
dh_systemd_start zebra.service
override_dh_systemd_enable:
- dh_systemd_enable --no-enable quagga.service
dh_systemd_enable --no-enable bgpd.service
dh_systemd_enable --no-enable isisd.service
dh_systemd_enable --no-enable ospfd.service