mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-19 05:27:39 +00:00
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
This commit is contained in:
parent
13c738fa2a
commit
f65f77458d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user