freebsd-ports/sysutils/rc_subr/files/patch-rc.subr
Pav Lucistnik d568d0a824 - Fix typo
PR:		ports/82840
Submitted by:	S.C.Sprong <scsprong@gmail.com>
2005-07-18 07:43:31 +00:00

11 lines
334 B
Text

--- rc.subr.orig Tue Aug 10 14:26:29 2004
+++ rc.subr Mon Jul 18 09:42:30 2005
@@ -203,7 +203,7 @@
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"