- 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
150 B
Bash
10 lines
150 B
Bash
#!/bin/sh
|
|
#
|
|
# $OpenBSD: quagga_ripngd.rc,v 1.1 2013/04/18 20:29:08 sthen Exp $
|
|
|
|
daemon="${TRUEPREFIX}/sbin/ripngd -d"
|
|
|
|
. /etc/rc.d/rc.subr
|
|
|
|
rc_cmd $1
|