|
@@ -27,7 +27,7 @@ trap ":" INT QUIT TSTP
|
|
# Collect all the S scripts in /etc/rcS.d and execute them
|
|
# 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[0-9][0-9][0-9]*
|
|
do
|
|
do
|
|
[ ! -f "$i" ] && continue;
|
|
[ ! -f "$i" ] && continue;
|
|
$i start
|
|
$i start
|