From b864e062cefe820a20842ef1d0842d7e74289e6b Mon Sep 17 00:00:00 2001 From: Mark Hymers Date: Sun, 9 Jun 2002 21:15:14 +0000 Subject: [PATCH] change usr,usr/local to usr in ch06-createdirs as per Jesse's suggestion on lfs-dev git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1981 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 5 +++++ chapter06/creatingdirs.xml | 2 +- index.xml | 4 ++-- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 897a3c312..a2fe78639 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -45,6 +45,11 @@ +June 9th, 2002 [markh]: Chapter 06 - Creating +Directories: Changed usr,usr/local to just usr/local as we use the -p +option to mkdir which will create the usr directory +anyways. + June 7th, 2002 [timothy] - Chapter 06 - Reiserfsprogs: added a description for unpack. diff --git a/chapter06/creatingdirs.xml b/chapter06/creatingdirs.xml index 1eb8a5d2c..ac15f0077 100644 --- a/chapter06/creatingdirs.xml +++ b/chapter06/creatingdirs.xml @@ -8,7 +8,7 @@ the FHS standard, which can be found at Issuing the following commands will create a default directory layout: mkdir -p /{bin,boot,dev/pts,etc/opt,home,lib,mnt,proc} && -mkdir -p /{root,sbin,tmp,usr,usr/local,var,opt} && +mkdir -p /{root,sbin,tmp,usr/local,var,opt} && for dirname in /usr /usr/local     do     mkdir $dirname/{bin,etc,include,lib,sbin,share,src} diff --git a/index.xml b/index.xml index 4b5e2410e..96a94aa82 100644 --- a/index.xml +++ b/index.xml @@ -4,8 +4,8 @@ - - + +