aboutsummaryrefslogtreecommitdiff
path: root/www/thttpd/files/thttpd.in
blob: 2c9b10880b49d990ac385ed731154be8039b737e (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
27
#!/bin/sh
#
# $FreeBSD$
#

# PROVIDE: thttpd
# REQUIRE: DAEMON
# KEYWORD: shutdown

#
# Add the following line to /etc/rc.conf to enable thttpd:
#
# thttpd_enable="YES"
#

. /etc/rc.subr

name=thttpd
rcvar=thttpd_enable

command=%%PREFIX%%/sbin/thttpd

thttpd_enable=${thttpd_enable:-"NO"}
thttpd_flags=${thttpd_flags:-"-C %%PREFIX%%/etc/thttpd.conf"}

load_rc_config $name
run_rc_command "$1"