Fix typo.

Submitted by: kuriyama
This commit is contained in:
Mike Makonnen 2004-06-24 16:57:49 +00:00
parent e90e39d92f
commit 0247998d45
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=131061

View File

@ -194,7 +194,7 @@ check_pidfile()
err 3 'USAGE: check_pidfile pidfile procname [interpreter]'
fi
if [ ! -f $_pidfile ]; then
debug "pid file {$_pidfile): not readable."
debug "pid file ($_pidfile): not readable."
return
fi
read _pid _junk < $_pidfile