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

(-)rc.subr (-1 / +1 lines)
Lines 203-209 Link Here
203
	fi
203
	fi
204
	read _pid _junk < $_pidfile
204
	read _pid _junk < $_pidfile
205
	if [ -z "$_pid" ]; then
205
	if [ -z "$_pid" ]; then
206
		debug "pid file {$_pidfile): no pid in file."
206
		debug "pid file ($_pidfile): no pid in file."
207
		return
207
		return
208
	fi
208
	fi
209
	_find_processes $_procname ${_interpreter:-.} '-p '"$_pid"
209
	_find_processes $_procname ${_interpreter:-.} '-p '"$_pid"

Return to bug 82840