blob: 2573bcbc1dc162758bcd4fe9e01f1d6578ddb780 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
#!/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"
|