freebsd-ports/www/perlbal/files/perlbal.in

20 lines
255 B
Text
Raw Normal View History

#!/bin/sh
#
# $FreeBSD$
#
# PROVIDE: perlbal
# REQUIRE: DAEMON
. "%%RC_SUBR%%"
name="perlbal"
command="%%PREFIX%%/bin/perlbal"
load_rc_config "$name"
: ${perlbal_enable="NO"}
: ${perlbal_flags="-f /usr/local/etc/perlbal.conf &"}
run_rc_command "$1"