View | Details | Raw Unified | Return to bug 181507 | Differences between
and this patch

Collapse All | Expand All

(-)files/pksd.in (+6 lines)
Lines 14-19 Link Here
14
command_args="%%PREFIX%%/etc/${name}.conf &"
14
command_args="%%PREFIX%%/etc/${name}.conf &"
15
required_files="%%PREFIX%%/etc/${name}.conf"
15
required_files="%%PREFIX%%/etc/${name}.conf"
16
start_precmd="pksd_precmd"
16
start_precmd="pksd_precmd"
17
start_cmd="pksd_cmd"
17
start_postcmd="pksd_runqueue"
18
start_postcmd="pksd_runqueue"
18
stop_command="pksd_clean_stop"
19
stop_command="pksd_clean_stop"
19
20
Lines 31-36 Link Here
31
	fi
32
	fi
32
}
33
}
33
34
35
pksd_cmd()
36
{
37
	daemon -f ${command} ${command_args}
38
}
39
34
pksd_runqueue()
40
pksd_runqueue()
35
{
41
{
36
	if [ -x %%PREFIX%%/bin/${name} -a -x %%PREFIX%%/bin/pks-queue-run.sh ]
42
	if [ -x %%PREFIX%%/bin/${name} -a -x %%PREFIX%%/bin/pks-queue-run.sh ]

Return to bug 181507