mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-14 02:53:55 +00:00
2003-08-14 Paul Jakma <paul@dishone.st>
* *.init: change /etc/zebra to /etc/quagga
This commit is contained in:
parent
45315b5ddd
commit
e835d10483
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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
|
||||
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user