3 # bgpd is part of the quagga routing beast
9 PATH
=/sbin
:/bin
:/usr
/sbin
:/usr
/bin
:@prefix@
/sbin
:@prefix@
/bin
12 if [ -f /etc
/rc.subr
]
19 required_files
="@sysconfdir@/${name}.conf"
20 command="@prefix@/sbin/${name}"
23 start_precmd
="zebra_precmd"
24 socket_dir
=@localstatedir@
25 pidfile
="${socket_dir}/${name}.pid"
31 while [ $# -ne 0 ]; do
32 if [ X"$1" = X-P -o X"$1" = X-A ]; then