aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Perreault <nomis80@videotron.ca>2001-05-09 00:05:00 +0000
committerSimon Perreault <nomis80@videotron.ca>2001-05-09 00:05:00 +0000
commit7f001c12d5a8e8cdb966400c7c76f8cf1cbd7fea (patch)
treefbea06af38a404967b7f611cd57060abe59917f3
parentfec335e2079f2e3dffb6c9c9f2d144d980ad3a6f (diff)
Removed extra comment and added a ? so that it looks for three digits instead of
two. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@598 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter07/rcS.xml4
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" ] &amp;&amp; continue;
$i start