summaryrefslogtreecommitdiffstats
path: root/etc/rc.subr
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc.subr')
-rw-r--r--etc/rc.subr5
1 files changed, 4 insertions, 1 deletions
diff --git a/etc/rc.subr b/etc/rc.subr
index bec5e7e..053f89a 100644
--- a/etc/rc.subr
+++ b/etc/rc.subr
@@ -704,7 +704,10 @@ run_rc_command()
start)
if [ -z "$rc_fast" -a -n "$rc_pid" ]; then
- echo 1>&2 "${name} already running? (pid=$rc_pid)."
+ if [ -z "$rc_quiet" ]; then
+ echo 1>&2 "${name} already running? " \
+ "(pid=$rc_pid)."
+ fi
return 1
fi
OpenPOWER on IntegriCloud