aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chapter01/changelog.xml2
-rw-r--r--chapter06/creatingdirs.xml2
-rw-r--r--general.ent4
3 files changed, 5 insertions, 3 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 93fe26cb5..bb89ad16f 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -79,6 +79,8 @@ first a summary, then a detailed log.</para>
</itemizedlist>
</listitem>
+<listitem><para>July 20, 2004 [jeremy]: Corrected the double-creation of /var/tmp (Kris van Rens and others)</para></listitem>
+
<listitem><para>July 19, 2004 [matt]: Upgraded to udev-030.</para></listitem>
<listitem><para>July 19, 2004 [matt]: Upgraded to procps-3.2.2.</para></listitem>
diff --git a/chapter06/creatingdirs.xml b/chapter06/creatingdirs.xml
index d65054301..adaab362e 100644
--- a/chapter06/creatingdirs.xml
+++ b/chapter06/creatingdirs.xml
@@ -27,7 +27,7 @@ install -d /usr/local/share/{doc,info,locale,man}
install -d /usr/local/share/{misc,terminfo,zoneinfo}
install -d /usr/local/share/man/man{1,2,3,4,5,6,7,8}
install -d /var/{lock,log,mail,run,spool}
-install -d /var/{tmp,opt,cache,lib/{misc,locate},local}
+install -d /var/{opt,cache,lib/{misc,locate},local}
install -d /opt/{bin,doc,include,info}
install -d /opt/{lib,man/man{1,2,3,4,5,6,7,8}}</userinput></screen>
diff --git a/general.ent b/general.ent
index 2737a996e..0cbe883a1 100644
--- a/general.ent
+++ b/general.ent
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
-<!ENTITY version "SVN-20040719">
-<!ENTITY releasedate "July 19, 2004">
+<!ENTITY version "SVN-20040720">
+<!ENTITY releasedate "July 20, 2004">
<!ENTITY milestone "6.0">
<!ENTITY lfs-root "http://www.linuxfromscratch.org/">