freebsd-ports/net/3proxy/files/3proxy.sh.in
Sergey A. Osokin f646ebc24a Update to latest release 0.5.1b.
rcNGfy, add manpages.
2005-10-28 07:16:04 +00:00

29 lines
578 B
Bash

#!/bin/sh
# $FreeBSD$
# PROVIDE: threeproxy
# REQUIRE: DAEMON
# BEFORE: LOGIN
# KEYWORD: shutdown
# Define these threeproxy_* variables in one of these files:
# /etc/rc.conf
# /etc/rc.conf.local
# /etc/rc.conf.d/threeproxy
#
# DO NOT CHANGE THESE DEFAULT VALUES HERE
threeproxy_enable=${threeproxy_enable-"NO"}
threeproxy_flags=${threeproxy_flags-"%%PREFIX%%/etc/3proxy.cfg"}
. %%RC_SUBR%%
name="threeproxy"
rcvar=`set_rcvar`
command="%%PREFIX%%/bin/3proxy"
load_rc_config $name
start_cmd="echo \"Starting ${name}.\"; ${command} ${threeproxy_flags}"
run_rc_command "$1"