From 13c738fa2af178615991a186727bfbf5088b712a Mon Sep 17 00:00:00 2001 From: Simon Perreault Date: Fri, 11 May 2001 16:18:42 +0000 Subject: S???* -> S[0-9][0-9][0-9]* git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@618 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter07/rcS.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapter07/rcS.xml b/chapter07/rcS.xml index a43bc1593..244b428d6 100644 --- a/chapter07/rcS.xml +++ b/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???* +for i in /etc/rcS.d/S[0-9][0-9][0-9]* do [ ! -f "$i" ] && continue; $i start -- cgit v1.2.3-54-g00ecf