Browse Source

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
Mark Hymers 23 years ago
parent
commit
b864e062ce
3 changed files with 8 additions and 3 deletions
  1. 5 0
      chapter01/changelog.xml
  2. 1 1
      chapter06/creatingdirs.xml
  3. 2 2
      index.xml

+ 5 - 0
chapter01/changelog.xml

@@ -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>
 

+ 1 - 1
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:</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}

+ 2 - 2
index.xml

@@ -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">