From fa34a9d3c31f9c76c3ae431434a9fd831518e79a Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Mon, 02 Jun 2014 20:04:16 -0400 Subject: /etc/init.d/rc: Don't print everything to stderr. We're printing specific messages directly to the tty now. --- 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 -- cgit v0.9.1