diff options
-rw-r--r-- | chapter01/changelog.xml | 5 | ||||
-rw-r--r-- | chapter06/creatingdirs.xml | 2 | ||||
-rw-r--r-- | 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 @@ </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} && -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} @@ -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"> |