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

Collapse All | Expand All

(-)smokeping.in (-2 / +2 lines)
Lines 51-57 Link Here
51
51
52
smokeping_status()
52
smokeping_status()
53
{
53
{
54
	rc_pid=$(check_pidfile $pidfile $command)
54
	rc_pid=$(check_pidfile $pidfile $command $command_interpreter)
55
	if [ -z "$rc_pid" ]; then
55
	if [ -z "$rc_pid" ]; then
56
		_run_rc_notrunning
56
		_run_rc_notrunning
57
	else
57
	else
Lines 71-77 Link Here
71
71
72
smokeping_stop()
72
smokeping_stop()
73
{
73
{
74
	rc_pid=$(check_pidfile $pidfile $command)
74
	rc_pid=$(check_pidfile $pidfile $command $command_interpreter)
75
	if [ -z "$rc_pid" ]; then
75
	if [ -z "$rc_pid" ]; then
76
		_run_rc_notrunning
76
		_run_rc_notrunning
77
	else
77
	else

Return to bug 198736