summaryrefslogtreecommitdiff
path: root/net/pimd/files/pimd.in
blob: d3339b5e9c70aefd3a26e28f2bf65975d1fbd42e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#!/bin/sh
#
# PROVIDE: pimd
# REQUIRE: netif routing
# KEYWORD: nojail

#
# Add the following to /etc/rc.conf[.local] to enable this service
#
# pimd_enable="YES"
#

. /etc/rc.subr

name="pimd"
rcvar="${name}_enable"
command="%%PREFIX%%/sbin/${name}"
required_files="%%PREFIX%%/etc/${name}.conf"
extra_commands=reload

load_rc_config $name
: ${pimd_enable="NO"}
run_rc_command "$1"