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/bgpd.init | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'redhat/bgpd.init') diff --git a/redhat/bgpd.init b/redhat/bgpd.init index 296b9153..ef59c2a6 100644 --- a/redhat/bgpd.init +++ b/redhat/bgpd.init @@ -1,6 +1,6 @@ #!/bin/bash # -# chkconfig: - 16 84 +# chkconfig: 2345 16 84 # description: A BGPv4, BGPv4+, BGPv4- routing engine for use with Zebra # # processname: bgpd @@ -12,6 +12,9 @@ # Get network config . /etc/sysconfig/network +# quagga command line options +. /etc/sysconfig/quagga + # Check that networking is up. [ "${NETWORKING}" = "no" ] && exit 0 @@ -24,7 +27,7 @@ prog="bgpd" case "$1" in start) echo -n $"Starting $prog: " - daemon /usr/sbin/bgpd -d + daemon /usr/sbin/bgpd -d $BGPD_OPTS RETVAL=$? [ $RETVAL -eq 0 ] && touch /var/lock/subsys/bgpd echo -- cgit v1.2.1