aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Utley <jeremy@linuxfromscratch.org>2004-07-20 09:11:46 +0000
committerJeremy Utley <jeremy@linuxfromscratch.org>2004-07-20 09:11:46 +0000
commit0e85de00ea385bfdb0c6c509fddd6557d3bdad0a (patch)
tree3e0611d2e4e8d3c32a821c8254938a785e31e556
parent02ef0876f0a70051fc029747560aede4401db132 (diff)
Corrected the double creation of /var/tmp (Kris van Rens and others)
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3956 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-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/">