Add tip(1)'s emulation of cu(1) to tip's manual page.
[dragonfly.git] / etc / rc.d / mroute6d
1 #!/bin/sh
2 #
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.2 2004/01/27 00:42:45 rob Exp $
5 #
6
7 # PROVIDE: mroute6d
8 # REQUIRE: network_ipv6
9 # KEYWORD: DragonFly
10
11 . /etc/rc.subr
12
13 name="mroute6d"
14 rcvar=`set_rcvar`
15 command="/usr/local/sbin/pim6dd"
16
17 load_rc_config $name
18 run_rc_command "$1"