summaryrefslogtreecommitdiff
path: root/net/openslp/files/slpd.in
blob: 1ec3175a6d76dc157a555f0c0df1cc0781aed780 (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
25
26
#!/bin/sh
#
# $FreeBSD$
#
# PROVIDE: slpd
# REQUIRE: DAEMON
# KEYWORD: shutdown
#
# Add the following line to /etc/rc.conf to enable slpd:
#
# slpd_enable="YES"
#

slpd_enable=${slpd_enable-"NO"}
slpd_flags=${slpd_flags-"-p /var/run/slpd.pid"}

. %%RC_SUBR%%

name=slpd
rcvar=`set_rcvar`

command=%%PREFIX%%/sbin/slpd
pidfile="/var/run/${name}.pid"

load_rc_config ${name}
run_rc_command "$1"