From 9ff47d280c2727f3cb7ea656b3dbf6e2c63895a2 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Tue, 18 Feb 2003 21:28:54 +0000 Subject: run fewer scripts through action, causing less output to system logs (#49670, #75279, #81531). Not the best fix, but should shut most things up. --- rc.d/rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc.d/rc b/rc.d/rc index 9f88c82c..45556431 100755 --- a/rc.d/rc +++ b/rc.d/rc @@ -91,7 +91,7 @@ for i in /etc/rc$runlevel.d/S* ; do export LC_ALL=C exec $i start fi - if egrep -q "(daemon |action )" $i 2>/dev/null \ + if egrep -q "(daemon |action |success |failure |initlog )" $i 2>/dev/null \ || [ "$subsys" = "single" -o "$subsys" = "local" ]; then $i start else -- cgit v1.2.1