mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-16 04:50:29 +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
|
[ "${NETWORKING}" = "no" ] && exit 0
|
||||||
|
|
||||||
# The process must be configured first.
|
# The process must be configured first.
|
||||||
[ -f /etc/zebra/bgpd.conf ] || exit 0
|
[ -f /etc/quagga/bgpd.conf ] || exit 0
|
||||||
|
|
||||||
RETVAL=0
|
RETVAL=0
|
||||||
prog="bgpd"
|
prog="bgpd"
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
# description: An OSPF routing engine for use with Zebra and IPv6
|
# description: An OSPF routing engine for use with Zebra and IPv6
|
||||||
#
|
#
|
||||||
# processname: ospf6d
|
# processname: ospf6d
|
||||||
# config: /etc/zebra/ospf6d.conf
|
# config: /etc/quagga/ospf6d.conf
|
||||||
|
|
||||||
# source function library
|
# source function library
|
||||||
. /etc/rc.d/init.d/functions
|
. /etc/rc.d/init.d/functions
|
||||||
@ -16,7 +16,7 @@
|
|||||||
[ "${NETWORKING_IPV6}" = "no" ] && exit 0
|
[ "${NETWORKING_IPV6}" = "no" ] && exit 0
|
||||||
|
|
||||||
# The process must be configured first.
|
# The process must be configured first.
|
||||||
[ -f /etc/zebra/ospf6d.conf ] || exit 0
|
[ -f /etc/quagga/ospf6d.conf ] || exit 0
|
||||||
|
|
||||||
RETVAL=0
|
RETVAL=0
|
||||||
prog="ospf6d"
|
prog="ospf6d"
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
# description: An OSPF v2 routing engine for use with Zebra
|
# description: An OSPF v2 routing engine for use with Zebra
|
||||||
#
|
#
|
||||||
# processname: ospfd
|
# processname: ospfd
|
||||||
# config: /etc/zebra/ospfd.conf
|
# config: /etc/quagga/ospfd.conf
|
||||||
|
|
||||||
# source function library
|
# source function library
|
||||||
. /etc/rc.d/init.d/functions
|
. /etc/rc.d/init.d/functions
|
||||||
@ -16,7 +16,7 @@
|
|||||||
[ "${NETWORKING}" = "no" ] && exit 0
|
[ "${NETWORKING}" = "no" ] && exit 0
|
||||||
|
|
||||||
# The process must be configured first.
|
# The process must be configured first.
|
||||||
[ -f /etc/zebra/ospfd.conf ] || exit 0
|
[ -f /etc/quagga/ospfd.conf ] || exit 0
|
||||||
|
|
||||||
RETVAL=0
|
RETVAL=0
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
# description: A RIP routing engine for use with Zebra
|
# description: A RIP routing engine for use with Zebra
|
||||||
#
|
#
|
||||||
# processname: ripd
|
# processname: ripd
|
||||||
# config: /etc/zebra/ripd.conf
|
# config: /etc/quagga/ripd.conf
|
||||||
|
|
||||||
# source function library
|
# source function library
|
||||||
. /etc/rc.d/init.d/functions
|
. /etc/rc.d/init.d/functions
|
||||||
@ -16,7 +16,7 @@
|
|||||||
[ "${NETWORKING}" = "no" ] && exit 0
|
[ "${NETWORKING}" = "no" ] && exit 0
|
||||||
|
|
||||||
# The process must be configured first.
|
# The process must be configured first.
|
||||||
[ -f /etc/zebra/ripd.conf ] || exit 0
|
[ -f /etc/quagga/ripd.conf ] || exit 0
|
||||||
|
|
||||||
RETVAL=0
|
RETVAL=0
|
||||||
prog="ripd"
|
prog="ripd"
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
# description: A RIP routing engine for use with Zebra and IPv6
|
# description: A RIP routing engine for use with Zebra and IPv6
|
||||||
#
|
#
|
||||||
# processname: ripngd
|
# processname: ripngd
|
||||||
# config: /etc/zebra/ripngd.conf
|
# config: /etc/quagga/ripngd.conf
|
||||||
|
|
||||||
# source function library
|
# source function library
|
||||||
. /etc/rc.d/init.d/functions
|
. /etc/rc.d/init.d/functions
|
||||||
@ -16,7 +16,7 @@
|
|||||||
[ "${NETWORKING_IPV6}" = "no" ] && exit 0
|
[ "${NETWORKING_IPV6}" = "no" ] && exit 0
|
||||||
|
|
||||||
# The process must be configured first.
|
# The process must be configured first.
|
||||||
[ -f /etc/zebra/ripngd.conf ] || exit 0
|
[ -f /etc/quagga/ripngd.conf ] || exit 0
|
||||||
|
|
||||||
RETVAL=0
|
RETVAL=0
|
||||||
prog="ripngd"
|
prog="ripngd"
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
# description: GNU Zebra routing manager
|
# description: GNU Zebra routing manager
|
||||||
#
|
#
|
||||||
# processname: zebra
|
# processname: zebra
|
||||||
# config: /etc/zebra/zebra.conf
|
# config: /etc/quagga/zebra.conf
|
||||||
|
|
||||||
# source function library
|
# source function library
|
||||||
. /etc/rc.d/init.d/functions
|
. /etc/rc.d/init.d/functions
|
||||||
@ -13,7 +13,7 @@
|
|||||||
[ "${NETWORKING}" = "no" ] && exit 0
|
[ "${NETWORKING}" = "no" ] && exit 0
|
||||||
|
|
||||||
# The process must be configured first.
|
# The process must be configured first.
|
||||||
[ -f /etc/zebra/zebra.conf ] || exit 0
|
[ -f /etc/quagga/zebra.conf ] || exit 0
|
||||||
|
|
||||||
RETVAL=0
|
RETVAL=0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user