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
This commit is contained in:
Gerard Beekmans 2001-03-02 19:34:13 +00:00
parent b8273fbb08
commit 0b1c47806e
2 changed files with 6 additions and 6 deletions

View File

@ -119,7 +119,7 @@ then
then then
for i in /etc/rc$runlevel.d/K* for i in /etc/rc$runlevel.d/K*
do do
[ ! -f $i ] && continue [ ! -f $i ] && continue
# #
# the suffix variable will contain the script name without the leading # the suffix variable will contain the script name without the leading
@ -150,8 +150,8 @@ then
# more info on this. # more info on this.
# #
[ ! -f $previous_start ] && [ ! -f $previous_start ] &&
[ ! -f $sysinit_start ] && continue [ ! -f $sysinit_start ] && continue
# #
# If we found previous_start or sysinit_start, run the K script # 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* for i in /etc/rc$runlevel.d/S*
do do
[ ! -f $i ] && continue [ ! -f $i ] && continue
if [ $previous != N ] if [ $previous != N ]
then then
@ -199,7 +199,7 @@ then
# iteration and start the next one. # iteration and start the next one.
# #
[ -f $previous_start ] && [ ! -f $stop ] && [ -f $previous_start ] && [ ! -f $stop ] &&
continue continue
fi fi

View File

@ -30,7 +30,7 @@ trap ":" INT QUIT TSTP
for i in /etc/rcS.d/S??* for i in /etc/rcS.d/S??*
do do
[ ! -f "$i" ] && continue; [ ! -f "$i" ] && continue;
$i start $i start
done done