summaryrefslogtreecommitdiff
path: root/redhat/ospfd.init
diff options
context:
space:
mode:
authorpaul <paul>2003-08-14 05:24:30 +0000
committerpaul <paul>2003-08-14 05:24:30 +0000
commite835d10483f833c8e6bb2957ea10a2f7a9cb4888 (patch)
tree5b394a4ed22f322f48c30c4657988d87889be567 /redhat/ospfd.init
parent45315b5ddd0f237c94af144e2a8fe3134b401b9d (diff)
2003-08-14 Paul Jakma <paul@dishone.st>
* *.init: change /etc/zebra to /etc/quagga
Diffstat (limited to 'redhat/ospfd.init')
-rw-r--r--redhat/ospfd.init4
1 files changed, 2 insertions, 2 deletions
diff --git a/redhat/ospfd.init b/redhat/ospfd.init
index 4aab1388..8e3dae61 100644
--- a/redhat/ospfd.init
+++ b/redhat/ospfd.init
@@ -4,7 +4,7 @@
# description: An OSPF v2 routing engine for use with Zebra
#
# processname: ospfd
-# config: /etc/zebra/ospfd.conf
+# config: /etc/quagga/ospfd.conf
# source function library
. /etc/rc.d/init.d/functions
@@ -16,7 +16,7 @@
[ "${NETWORKING}" = "no" ] && exit 0
# The process must be configured first.
-[ -f /etc/zebra/ospfd.conf ] || exit 0
+[ -f /etc/quagga/ospfd.conf ] || exit 0
RETVAL=0