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
This commit is contained in:
Jeremy Utley 2004-07-20 09:11:46 +00:00
parent 02ef0876f0
commit 0e85de00ea
3 changed files with 5 additions and 3 deletions

View File

@ -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>

View File

@ -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>

View File

@ -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/">