summaryrefslogtreecommitdiffstats
path: root/etc/rc.d/newsyslog
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc.d/newsyslog')
-rwxr-xr-xetc/rc.d/newsyslog4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc.d/newsyslog b/etc/rc.d/newsyslog
index 7993d97..f03d97c 100755
--- a/etc/rc.d/newsyslog
+++ b/etc/rc.d/newsyslog
@@ -17,9 +17,9 @@ stop_cmd=":"
newsyslog_start()
{
- echo -n "Creating and/or trimming log files:"
+ [ -z "${rc_quiet}" ] && echo -n "Creating and/or trimming log files:"
${command} ${rc_flags}
- echo "."
+ [ -z "${rc_quiet}" ] && echo "."
}
load_rc_config $name
OpenPOWER on IntegriCloud