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
This commit is contained in:
Mark Hymers 2002-06-09 21:15:14 +00:00
parent abde8bcdc6
commit b864e062ce
3 changed files with 8 additions and 3 deletions

View File

@ -45,6 +45,11 @@
</itemizedlist>
</para></listitem>
<listitem><para>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.</para></listitem>
<listitem><para>June 7th, 2002 [timothy] - Chapter 06 -
Reiserfsprogs: added a description for unpack.</para></listitem>

View File

@ -8,7 +8,7 @@ the FHS standard, which can be found at
Issuing the following commands will create a default directory layout:</para>
<para><screen><userinput>mkdir -p /{bin,boot,dev/pts,etc/opt,home,lib,mnt,proc} &amp;&amp;
mkdir -p /{root,sbin,tmp,usr,usr/local,var,opt} &amp;&amp;
mkdir -p /{root,sbin,tmp,usr/local,var,opt} &amp;&amp;
for dirname in /usr /usr/local
&nbsp;&nbsp;&nbsp;&nbsp;do
&nbsp;&nbsp;&nbsp;&nbsp;mkdir $dirname/{bin,etc,include,lib,sbin,share,src}

View File

@ -4,8 +4,8 @@
<!ENTITY book SYSTEM "book/book.xml">
<!ENTITY version "20020607">
<!ENTITY releasedate "June 7th, 2002">
<!ENTITY version "20020609">
<!ENTITY releasedate "June 9th, 2002">
<!ENTITY ftp-root "ftp://ftp.linuxfromscratch.org">
<!ENTITY http-root "http://ftp.linuxfromscratch.org">