From d234fae9f6deba27d89a7d3451dc1bff8bad73b3 Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Sun, 13 May 2001 03:46:40 +0000 Subject: [PATCH] Used same short form as in chapter 4: changed the mkdir commands to one mkdir command: mkdir sysconfig rc{0,1,2,3,4,5,6,S}.d init.d git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@632 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter07/createdirs.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chapter07/createdirs.xml b/chapter07/createdirs.xml index 4c12a423f..3079ed6da 100644 --- a/chapter07/createdirs.xml +++ b/chapter07/createdirs.xml @@ -8,8 +8,8 @@ the boot scripts. These directories are created by running:
cd /etc && - mkdir sysconfig rc0.d rc1.d rc2.d rc3.d && - mkdir rc4.d rc5.d rc6.d init.d rcS.d && + mkdir rc{0,1,2,3,4,5,6,S}.d init.d + && cd init.d