diff options
-rw-r--r-- | chapter07/rcS.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter07/rcS.xml b/chapter07/rcS.xml index 244b428d6..3a3b0fe16 100644 --- a/chapter07/rcS.xml +++ b/chapter07/rcS.xml @@ -27,7 +27,7 @@ trap ":" INT QUIT TSTP # Collect all the S scripts in /etc/rcS.d and execute them # -for i in /etc/rcS.d/S[0-9][0-9][0-9]* +for i in /etc/rcS.d/S* do [ ! -f "$i" ] && continue; $i start |