aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiorgos Keramidas <keramida@FreeBSD.org>2005-01-09 23:46:37 +0000
committerGiorgos Keramidas <keramida@FreeBSD.org>2005-01-09 23:46:37 +0000
commit28536989518bc7875838df1f23051a3f43c9ee8e (patch)
tree99430776d0386f6c43c7b6f624bf4acbc7b5aa98
parent5c33db12dc93be4a021a05c58930e58e2495fb23 (diff)
Notes
-rw-r--r--etc/rc.subr2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.subr b/etc/rc.subr
index e0321491ed16..731169d9f32c 100644
--- a/etc/rc.subr
+++ b/etc/rc.subr
@@ -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"