From 0247998d45a39ae1e43fb4f2d49f8e46ae8d8bc1 Mon Sep 17 00:00:00 2001 From: Mike Makonnen Date: Thu, 24 Jun 2004 16:57:49 +0000 Subject: [PATCH] Fix typo. Submitted by: kuriyama --- etc/rc.subr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/rc.subr b/etc/rc.subr index be5cbeaae5b6..2d879e6c600e 100644 --- a/etc/rc.subr +++ b/etc/rc.subr @@ -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