summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorkeramida <keramida@FreeBSD.org>2005-01-09 23:46:37 +0000
committerkeramida <keramida@FreeBSD.org>2005-01-09 23:46:37 +0000
commit76c14a66e7d3f6fa132c5e81ee35925a4a136b00 (patch)
tree99430776d0386f6c43c7b6f624bf4acbc7b5aa98 /etc
parentec9a802b3c7429b4063ef26300d4bcec797c8b54 (diff)
downloadFreeBSD-src-76c14a66e7d3f6fa132c5e81ee35925a4a136b00.zip
FreeBSD-src-76c14a66e7d3f6fa132c5e81ee35925a4a136b00.tar.gz
Cosmetic typo in check_pidfile()
PR: bin/75946 Submitted by: zero@gddn.org (Finn)
Diffstat (limited to 'etc')
-rw-r--r--etc/rc.subr2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.subr b/etc/rc.subr
index e032149..731169d 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"
OpenPOWER on IntegriCloud