summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2014-06-02 20:04:16 (EDT)
committer P. J. McDermott <pj@pehjota.net>2014-06-02 20:04:16 (EDT)
commitfa34a9d3c31f9c76c3ae431434a9fd831518e79a (patch)
treefca61b5c789be4f46b69b0b0834bb570cfaf8297
parent62cf01e0161259ac9762125e89e1051008c2203c (diff)
/etc/init.d/rc: Don't print everything to stderr.
We're printing specific messages directly to the tty now.
-rwxr-xr-xsrc.etc/init.d/rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src.etc/init.d/rc b/src.etc/init.d/rc
index 0db7c8d..f643de2 100755
--- a/src.etc/init.d/rc
+++ b/src.etc/init.d/rc
@@ -7,7 +7,7 @@
# This file may be reproduced, distributed, modified, and otherwise dealt in
# under the terms of the Expat/MIT License.
-[ -x /usr/bin/logger ] && logger='logger -s -p 6 -t sysinit' || logger=cat
+[ -x /usr/bin/logger ] && logger='logger -p 6 -t sysinit' || logger=cat
level=${0#*/rc}
case ${level} in