2003-08-14 Paul Jakma <paul@dishone.st>

* *.init: change /etc/zebra to /etc/quagga
This commit is contained in:
paul 2003-08-14 05:24:30 +00:00
parent 45315b5ddd
commit e835d10483
6 changed files with 11 additions and 11 deletions

View 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"

View 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"

View 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

View 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"

View 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"

View 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