@@ -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