diff options
Diffstat (limited to 'chapter07')
-rw-r--r-- | chapter07/rcS.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter07/rcS.xml b/chapter07/rcS.xml index 83b3df9c5..a43bc1593 100644 --- a/chapter07/rcS.xml +++ b/chapter07/rcS.xml @@ -24,10 +24,10 @@ export runlevel prevlevel trap ":" INT QUIT TSTP # -# Collect all the S scripts in /etc/rcS.d and execute them in the same +# Collect all the S scripts in /etc/rcS.d and execute them # -for i in /etc/rcS.d/S??* +for i in /etc/rcS.d/S???* do [ ! -f "$i" ] && continue; $i start |