mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-16 07:30:04 +00:00
![]() Ticket: CM-7132 Reviewed By: CCR-3461 Testing Done: the usual Today, 'service quagga status' merely sets the return code and nothing more. Like other services, it'd be good to print some useful output as well. Example output: cumulus@top1$ sudo service quagga status ospfd [ ok ] ospfd-1 is running. [ ok ] ospfd-2 is running. cumulus@top1$ sudo service quagga status [ ok ] zebra is running. [ ok ] ospfd-1 is running. [ ok ] ospfd-2 is running. [ ok ] ospf6d is running. cumulus@top1$ sudo service quagga status [ ok ] zebra is running. [ ok ] ospfd-1 is running. [FAIL] ospfd-2 is not running ... failed! [ ok ] ospf6d is running. cumulus@top1$ echo $? 1 cumulus@top1$ Signed-off-by: Dinesh G Dutt <ddutt@cumulusnetworks.com> Reviewed-by: Donald Sharp <sharpd@cumulusnetworks.com> |
||
---|---|---|
.. | ||
my | ||
patches | ||
po | ||
source | ||
tests | ||
changelog | ||
compat | ||
control | ||
copyright | ||
quagga-doc.docs | ||
quagga-doc.info | ||
quagga-doc.install | ||
quagga-doc.lintian-overrides | ||
quagga.config | ||
quagga.default | ||
quagga.dirs | ||
quagga.docs | ||
quagga.init.d | ||
quagga.install | ||
quagga.lintian-overrides | ||
quagga.logrotate | ||
quagga.manpages | ||
quagga.pam | ||
quagga.postinst | ||
quagga.postrm | ||
quagga.preinst | ||
quagga.prerm | ||
quagga.templates | ||
README.Debian | ||
README.Maintainer | ||
rules | ||
watch | ||
watchquagga.rc |
# # To check if the patches still apply on new upstream versions: # for i in debian/patches/*.diff; do echo -e "#\n# $i\n#"; patch --fuzz=3 --dry-run -p1 < $i; done # # Filename transition from zebra to quagga # Files that keep their names /usr/bin/vtysh Files that got an -pj suffix /etc/default/zebra -> /etc/quagga/debian.conf /etc/init.d/zebra -> /etc/init.d/quagga /etc/zebra/ -> /etc/quagga/ /usr/share/doc/zebra/ -> /usr/share/doc/quagga/ /var/log/zebra/ -> /var/log/quagga/ /var/run/ -> /var/run/quagga/ Files that were moved /usr/sbin/* -> /usr/lib/quagga/