浏览代码

Changed S[0-9][0-9][0-9] to S* (hope it works as expected ';)

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@619 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Gerard Beekmans 24 年之前
父节点
当前提交
f65f77458d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      chapter07/rcS.xml

+ 1 - 1
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