aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chapter01/changelog.xml5
-rw-r--r--chapter06/creatingdirs.xml2
-rw-r--r--index.xml4
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 @@
</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>
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:</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}
diff --git a/index.xml b/index.xml
index 4b5e2410e..96a94aa82 100644
--- a/index.xml
+++ b/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">