]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - etc/rc.d/mroute6d
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.git] / etc / rc.d / mroute6d
1 #!/bin/sh
2 #
3 # $FreeBSD$
4 #
5
6 # PROVIDE: mroute6d
7 # REQUIRE: network_ipv6
8 # KEYWORD: nojail
9
10 . /etc/rc.subr
11
12 name="mroute6d"
13 rcvar=`set_rcvar`
14 command="/usr/local/sbin/pim6dd"
15
16 load_rc_config $name
17 run_rc_command "$1"