mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-27 22:30:56 +00:00

This separates the init script used for the system (and called in the systemd unit file) from the script that watchfrr uses to control daemons. Mixing these two caused the entire thing to become a rather huge spaghetti mess. Note that there is a behaviour change in that the new script always starts zebra regardless of zebra_enable. Side changes: - Ubuntu 12.04 removed from backports since it doesn't work anyway - zebra is always started regardless of zebra_enable. To disable FRR, the entire init script should be disabled through policy. - no-watchfrr operation is no longer supported by the scripts in the Debian packages. (This is intentional.) Signed-off-by: David Lamparter <equinox@diac24.net>
63 lines
1.9 KiB
Plaintext
63 lines
1.9 KiB
Plaintext
#
|
|
# debianpkg
|
|
#
|
|
|
|
EXTRA_DIST += \
|
|
debianpkg/README.Debian \
|
|
debianpkg/README.Maintainer \
|
|
debianpkg/changelog \
|
|
debianpkg/compat \
|
|
debianpkg/control \
|
|
debianpkg/copyright \
|
|
debianpkg/rules \
|
|
debianpkg/source/format \
|
|
debianpkg/tests/control \
|
|
debianpkg/tests/daemons \
|
|
debianpkg/watchfrr.rc \
|
|
\
|
|
debianpkg/backports/README \
|
|
debianpkg/backports/rules \
|
|
debianpkg/backports/debian8/debian/source/format \
|
|
debianpkg/backports/debian8/exclude \
|
|
debianpkg/backports/debian8/versionext \
|
|
debianpkg/backports/debian9/debian/source/format \
|
|
debianpkg/backports/debian9/exclude \
|
|
debianpkg/backports/debian9/versionext \
|
|
debianpkg/backports/ubuntu14.04/debian/control \
|
|
debianpkg/backports/ubuntu14.04/debian/frr.install \
|
|
debianpkg/backports/ubuntu14.04/debian/rules \
|
|
debianpkg/backports/ubuntu14.04/debian/source/format \
|
|
debianpkg/backports/ubuntu14.04/exclude \
|
|
debianpkg/backports/ubuntu14.04/versionext \
|
|
debianpkg/backports/ubuntu16.04/debian/source/format \
|
|
debianpkg/backports/ubuntu16.04/exclude \
|
|
debianpkg/backports/ubuntu16.04/versionext \
|
|
debianpkg/backports/ubuntu17.10/debian/control \
|
|
debianpkg/backports/ubuntu17.10/debian/source/format \
|
|
debianpkg/backports/ubuntu17.10/exclude \
|
|
debianpkg/backports/ubuntu17.10/versionext \
|
|
debianpkg/backports/ubuntu18.04/debian/control \
|
|
debianpkg/backports/ubuntu18.04/debian/source/format \
|
|
debianpkg/backports/ubuntu18.04/exclude \
|
|
debianpkg/backports/ubuntu18.04/versionext \
|
|
\
|
|
debianpkg/frr-dbg.lintian-overrides \
|
|
debianpkg/frr-doc.docs \
|
|
debianpkg/frr-doc.info \
|
|
debianpkg/frr-doc.install \
|
|
debianpkg/frr-doc.lintian-overrides \
|
|
debianpkg/frr-pythontools.install \
|
|
debianpkg/frr.conf \
|
|
debianpkg/frr.dirs \
|
|
debianpkg/frr.docs \
|
|
debianpkg/frr.install \
|
|
debianpkg/frr.lintian-overrides \
|
|
debianpkg/frr.logrotate \
|
|
debianpkg/frr.manpages \
|
|
debianpkg/frr.pam \
|
|
debianpkg/frr.postinst \
|
|
debianpkg/frr.postrm \
|
|
debianpkg/frr.preinst \
|
|
debianpkg/frr.prerm \
|
|
# end
|