installer: Re-add the TEST_DEV command which was removed accidentally.
[dragonfly.git] / etc / rc.d / mroute6d
blob95b9474c101780146712bc0b537a8708b8ee16b3
1 #!/bin/sh
3 # $FreeBSD: src/etc/rc.d/mroute6d,v 1.2 2003/01/25 23:14:08 mtm Exp $
4 # $DragonFly: src/etc/rc.d/mroute6d,v 1.3 2005/11/19 21:47:32 swildner Exp $
7 # PROVIDE: mroute6d
8 # REQUIRE: network_ipv6
10 . /etc/rc.subr
12 name="mroute6d"
13 rcvar=`set_rcvar`
14 command="/usr/local/sbin/pim6dd"
16 load_rc_config $name
17 run_rc_command "$1"