summaryrefslogtreecommitdiffstats
path: root/etc/rc.d/mroute6d
blob: 1eb6eb417e35a290f6cbc4f6d734149aa992d58f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/bin/sh
#
# $FreeBSD$
#

# PROVIDE: mroute6d
# REQUIRE: netif routing
# BEFORE: NETWORKING
# KEYWORD: nojail

. /etc/rc.subr

name="mroute6d"
rcvar="mroute6d_enable"
command="/usr/local/sbin/pim6dd"

load_rc_config $name
run_rc_command "$1"
OpenPOWER on IntegriCloud