Browse Source

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
Jeremy Utley 21 years ago
parent
commit
0e85de00ea
3 changed files with 5 additions and 3 deletions
  1. 2 0
      chapter01/changelog.xml
  2. 1 1
      chapter06/creatingdirs.xml
  3. 2 2
      general.ent

+ 2 - 0
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>

+ 1 - 1
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>
 

+ 2 - 2
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/">