Cosmetic typo in check_pidfile()

PR:		bin/75946
Submitted by:	zero@gddn.org (Finn)
This commit is contained in:
Giorgos Keramidas 2005-01-09 23:46:37 +00:00
parent 5c33db12dc
commit 2853698951
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=139949

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"