From 0b1c47806eed8c5122632b9455d40824862e2c80 Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Fri, 2 Mar 2001 19:34:13 +0000 Subject: This time got all of them & replaced with & 's git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@256 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter07/rc.xml | 10 +++++----- chapter07/rcS.xml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/chapter07/rc.xml b/chapter07/rc.xml index 4048977c5..7a306cefd 100644 --- a/chapter07/rc.xml +++ b/chapter07/rc.xml @@ -119,7 +119,7 @@ then then for i in /etc/rc$runlevel.d/K* do - [ ! -f $i ] && continue + [ ! -f $i ] && continue # # the suffix variable will contain the script name without the leading @@ -150,8 +150,8 @@ then # more info on this. # - [ ! -f $previous_start ] && - [ ! -f $sysinit_start ] && continue + [ ! -f $previous_start ] && + [ ! -f $sysinit_start ] && continue # # If we found previous_start or sysinit_start, run the K script @@ -181,7 +181,7 @@ then for i in /etc/rc$runlevel.d/S* do - [ ! -f $i ] && continue + [ ! -f $i ] && continue if [ $previous != N ] then @@ -199,7 +199,7 @@ then # iteration and start the next one. # - [ -f $previous_start ] && [ ! -f $stop ] && + [ -f $previous_start ] && [ ! -f $stop ] && continue fi diff --git a/chapter07/rcS.xml b/chapter07/rcS.xml index 908059d04..7008504c6 100644 --- a/chapter07/rcS.xml +++ b/chapter07/rcS.xml @@ -30,7 +30,7 @@ trap ":" INT QUIT TSTP for i in /etc/rcS.d/S??* do - [ ! -f "$i" ] && continue; + [ ! -f "$i" ] && continue; $i start done -- cgit v1.2.3-54-g00ecf