pkgsrc/www/thttpd/files/thttpd.sh
2004-02-22 18:34:54 +00:00

24 lines
471 B
Bash

#!@RCD_SCRIPTS_SHELL@
#
# $NetBSD: thttpd.sh,v 1.10 2004/02/22 18:34:54 jlam Exp $
#
# PROVIDE: thttpd
# REQUIRE: DAEMON
if [ -f /etc/rc.subr ]; then
. /etc/rc.subr
fi
name="thttpd"
rcvar=$name
command="@PREFIX@/sbin/${name}"
command_args="-C @PKG_SYSCONFDIR@/${name}.conf"
required_files="@PKG_SYSCONFDIR@/${name}.conf"
if [ -f /etc/rc.subr ]; then
load_rc_config $name
run_rc_command "$1"
else
@ECHO@ -n " ${name}"
${command} ${thttpd_flags} ${command_args}
fi