From 15d74e93405f0f9bb9e399163b8e53bb589699d6 Mon Sep 17 00:00:00 2001 From: paul Date: Tue, 30 Dec 2003 11:16:21 +0000 Subject: 2003-12-30 Paul Jakma * redhat/isisd.init: new file, init script for isisd. redhat/quagga.sysconfig: new file, sysconfig file for quagga initscripts. redhat/quagga.spec.in: various cleanups, including sysconfig patch from RH, fixed UID/GID as per RH EL, shell changed to /sbin/nologin, daemon vty's listen to 127.1 only per default and isisd packaged. redhat/*.init: sysconfig support and runlevels specified. --- redhat/quagga.sysconfig | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 redhat/quagga.sysconfig (limited to 'redhat/quagga.sysconfig') diff --git a/redhat/quagga.sysconfig b/redhat/quagga.sysconfig new file mode 100644 index 00000000..fc905afd --- /dev/null +++ b/redhat/quagga.sysconfig @@ -0,0 +1,9 @@ +# +# Default: Bind all daemon vtys to the loopback(s) only +# +BGPD_OPTS="-A 127.0.0.1" +OSPF6D_OPTS="-A ::1" +OSPFD_OPTS="-A 127.0.0.1" +RIPD_OPTS="-A 127.0.0.1" +RIPNGD_OPTS="-A ::1" +ZEBRA_OPTS="-A 127.0.0.1" -- cgit v1.2.3