View | Details | Raw Unified | Return to bug 80017
Collapse All | Expand All

(-)net/sixxs-aiccu/files/sixxs-aiccu.sh 16 Apr 2005 23:16:18 -0000 (-2 / +3 lines)
Lines 18-26 Link Here
18
name=sixxs_aiccu
18
name=sixxs_aiccu
19
rcvar=`set_rcvar`
19
rcvar=`set_rcvar`
20
20
21
command="%%PREFIX%%/sbin/sixxs-aiccu start"
21
command="%%PREFIX%%/sbin/sixxs-aiccu"
22
command_args=%%PREFIX%%/etc/aiccu.conf
22
command_args=%%PREFIX%%/etc/aiccu.conf
23
stop_cmd="%%PREFIX%%/sbin/sixxs-aiccu stop"
23
start_cmd="%%PREFIX%%/sbin/sixxs-aiccu start $command_args"
24
stop_cmd="%%PREFIX%%/sbin/sixxs-aiccu stop $command_args"
24
required_files=%%PREFIX%%/etc/aiccu.conf
25
required_files=%%PREFIX%%/etc/aiccu.conf
25
26
26
# set default
27
# set default

Return to bug 80017