]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - etc/rc.d/mroute6d
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.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"