mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-28 17:36:02 +00:00
![]() Add support for service quagga status. As per LSB initscript status code definitions, support is added for querying status of quagga. All daemons supposed to have been enabled, will be checked as running and if any one of them is found to be not running, the appropriate status code is returned. Note that if watchquagga is running, a status indicating a problem maybe a trasient problem because watchquagga will start back an unresponsive or dead process. http://refspecs.linuxbase.org/LSB_4.1.0/LSB-Core-generic/LSB-Core-generic/iniscrptact.html |
||
---|---|---|
.. | ||
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-monit.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/