]> git.puffer.fish Git - mirror/frr.git/commitdiff
2003-08-14 Paul Jakma <paul@dishone.st>
authorpaul <paul>
Thu, 14 Aug 2003 05:24:30 +0000 (05:24 +0000)
committerpaul <paul>
Thu, 14 Aug 2003 05:24:30 +0000 (05:24 +0000)
* *.init: change /etc/zebra to /etc/quagga

redhat/bgpd.init
redhat/ospf6d.init
redhat/ospfd.init
redhat/ripd.init
redhat/ripngd.init
redhat/zebra.init

index d7c2e3fe9d6cd384452da7838cdccbd429494ee8..296b91532eb5ad475613943beeca8f17d9b8a095 100644 (file)
@@ -16,7 +16,7 @@
 [ "${NETWORKING}" = "no" ] && exit 0
 
 # The process must be configured first.
-[ -f /etc/zebra/bgpd.conf ] || exit 0
+[ -f /etc/quagga/bgpd.conf ] || exit 0
 
 RETVAL=0
 prog="bgpd"
index 9a6e8c515d0412b064d39540974a70431d3655a8..a54a57e69fdb1934344d9533f2501feeab94f869 100644 (file)
@@ -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"
index 4aab13887c573e5207f9430783f9b34083e24cad..8e3dae61035462b7e25124a51dad4a588faf3ecb 100644 (file)
@@ -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
 
index 2ac6733732b6997360fb762e8c1630d3d93a6234..3545a7440a78d9e6ec70c99b12dbeeecae6d588c 100644 (file)
@@ -4,7 +4,7 @@
 # description: A RIP routing engine for use with Zebra
 #
 # processname: ripd
-# config: /etc/zebra/ripd.conf
+# config: /etc/quagga/ripd.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/ripd.conf ] || exit 0
+[ -f /etc/quagga/ripd.conf ] || exit 0
 
 RETVAL=0
 prog="ripd"
index be54a0136893b55bad9902e3ae371165570e5a4b..4d552e3cdc4a456d85ac486b77e685935df6de71 100644 (file)
@@ -4,7 +4,7 @@
 # description: A RIP routing engine for use with Zebra and IPv6
 #
 # processname: ripngd
-# config: /etc/zebra/ripngd.conf
+# config: /etc/quagga/ripngd.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/ripngd.conf ] || exit 0
+[ -f /etc/quagga/ripngd.conf ] || exit 0
 
 RETVAL=0
 prog="ripngd"
index 5a450e21c13247c482e716025f1fbc99b67834d2..16b7a499ff18fcf29e72c939e2a3b4ee1ae62368 100644 (file)
@@ -4,7 +4,7 @@
 # description: GNU Zebra routing manager
 #
 # processname: zebra
-# config: /etc/zebra/zebra.conf
+# config: /etc/quagga/zebra.conf
 
 # source function library
 . /etc/rc.d/init.d/functions
@@ -13,7 +13,7 @@
 [ "${NETWORKING}" = "no" ] && exit 0
 
 # The process must be configured first.
-[ -f /etc/zebra/zebra.conf ] || exit 0
+[ -f /etc/quagga/zebra.conf ] || exit 0
 
 RETVAL=0