From e835d10483f833c8e6bb2957ea10a2f7a9cb4888 Mon Sep 17 00:00:00 2001 From: paul Date: Thu, 14 Aug 2003 05:24:30 +0000 Subject: 2003-08-14 Paul Jakma * *.init: change /etc/zebra to /etc/quagga --- redhat/ospf6d.init | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'redhat/ospf6d.init') diff --git a/redhat/ospf6d.init b/redhat/ospf6d.init index 9a6e8c51..a54a57e6 100644 --- a/redhat/ospf6d.init +++ b/redhat/ospf6d.init @@ -4,7 +4,7 @@ # description: An OSPF routing engine for use with Zebra and IPv6 # # processname: ospf6d -# config: /etc/zebra/ospf6d.conf +# config: /etc/quagga/ospf6d.conf # source function library . /etc/rc.d/init.d/functions @@ -16,7 +16,7 @@ [ "${NETWORKING_IPV6}" = "no" ] && exit 0 # The process must be configured first. -[ -f /etc/zebra/ospf6d.conf ] || exit 0 +[ -f /etc/quagga/ospf6d.conf ] || exit 0 RETVAL=0 prog="ospf6d" -- cgit v1.2.1