mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-18 19:29:21 +01:00
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
This commit is contained in:
parent
fec335e207
commit
7f001c12d5
@ -24,10 +24,10 @@ export runlevel prevlevel
|
|||||||
trap ":" INT QUIT TSTP
|
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
|
do
|
||||||
[ ! -f "$i" ] && continue;
|
[ ! -f "$i" ] && continue;
|
||||||
$i start
|
$i start
|
||||||
|
Loading…
Reference in New Issue
Block a user