mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-01 14:02:02 +00:00
![]() This commit does two things: 1) Fixes package name to have ...+cl3u1 2) Allows the build to determine if we are building a debian package on a init.d or systemd style system and to do the right thing. 3) Fixed quagga service file naming Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com> Reviewed-by: Dave Olson <olson@cumulusnetworks.com> Reviewed-by: Don Slice <dslice@cumulusnetworks.com> Reviewed-by: Daniel Walton <dwalton@cumulusnetworks.com> |
||
---|---|---|
.. | ||
patches | ||
po | ||
source | ||
tests | ||
changelog | ||
compat | ||
control | ||
copyright | ||
quagga-doc.docs | ||
quagga-doc.info | ||
quagga-doc.install | ||
quagga-doc.lintian-overrides | ||
quagga.conf | ||
quagga.config | ||
quagga.default | ||
quagga.dirs | ||
quagga.docs | ||
quagga.install | ||
quagga.lintian-overrides | ||
quagga.logrotate | ||
quagga.manpages | ||
quagga.pam | ||
quagga.postinst | ||
quagga.postrm | ||
quagga.preinst | ||
quagga.prerm | ||
quagga.service | ||
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/