Cosmetic typo in check_pidfile()

PR:		bin/75946
Submitted by:	zero@gddn.org (Finn)
This commit is contained in:
keramida 2005-01-09 23:46:37 +00:00
parent ec9a802b3c
commit 76c14a66e7

View File

@ -203,7 +203,7 @@ check_pidfile()
fi
read _pid _junk < $_pidfile
if [ -z "$_pid" ]; then
debug "pid file {$_pidfile): no pid in file."
debug "pid file ($_pidfile): no pid in file."
return
fi
_find_processes $_procname ${_interpreter:-.} '-p '"$_pid"