]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - etc/rc.d/mroute6d
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / etc / rc.d / mroute6d
1 #!/bin/sh
2 #
3 # $FreeBSD$
4 #
5
6 # PROVIDE: mroute6d
7 # REQUIRE: netif routing
8 # BEFORE: NETWORKING
9 # KEYWORD: nojail
10
11 . /etc/rc.subr
12
13 name="mroute6d"
14 rcvar="mroute6d_enable"
15 command="/usr/local/sbin/pim6dd"
16
17 load_rc_config $name
18 run_rc_command "$1"