0ced1886e6
- replace MESSAGE with some @sample'd config files - install rc.d scripts - multicast code still ported from older version (new one needs RFC3678)
10 lines
148 B
Bash
10 lines
148 B
Bash
#!/bin/sh
|
|
#
|
|
# $OpenBSD: quagga_zebra.rc,v 1.1 2013/04/18 20:29:08 sthen Exp $
|
|
|
|
daemon="${TRUEPREFIX}/sbin/zebra -d"
|
|
|
|
. /etc/rc.d/rc.subr
|
|
|
|
rc_cmd $1
|