diff options
author | Jim Gifford <jim@linuxfromscratch.org> | 2004-09-23 17:16:17 +0000 |
---|---|---|
committer | Jim Gifford <jim@linuxfromscratch.org> | 2004-09-23 17:16:17 +0000 |
commit | d76fe248206a18061bc36c8ff1a357ad8838fad9 (patch) | |
tree | eb58f10d305f3df58a8e0ff168b76786ea9ef1fa | |
parent | de0e2eb5b2b4c545d0f84980039506d83aa3af54 (diff) |
Update util-linux patch
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4197 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 3 | ||||
-rw-r--r-- | chapter03/patches.xml | 2 | ||||
-rw-r--r-- | general.ent | 4 |
3 files changed, 6 insertions, 3 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 1c818e0f1..39ecbc859 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -93,6 +93,9 @@ first a summary, then a detailed log.</para> </itemizedlist> </listitem> +<listitem><para>September 23nd, 2004 [jim]: Changed patch for util-linux. +Updated patch fixes sfdisk in the sfdisk code.</para></listitem> + <listitem><para>September 22nd, 2004 [jeremy]: Upgraded to Util-Linux 2.12g. Rapid release to fix a bug where unmounting as a user would hang the process.</para></listitem> diff --git a/chapter03/patches.xml b/chapter03/patches.xml index 50a8d64f8..100d09ba0 100644 --- a/chapter03/patches.xml +++ b/chapter03/patches.xml @@ -140,7 +140,7 @@ following:</para> <varlistentry> <term>Util-Linux Sfdisk Patch - 1 KB:</term> <listitem> -<para><ulink url="&patches-root;util-linux-&util-linux-version;-sfdisk-1.patch"/></para> +<para><ulink url="&patches-root;util-linux-&util-linux-version;-sfdisk-2.patch"/></para> </listitem> </varlistentry> diff --git a/general.ent b/general.ent index f3a045fff..f13e58be3 100644 --- a/general.ent +++ b/general.ent @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="ISO-8859-1"?> -<!ENTITY version "SVN-20040922"> -<!ENTITY releasedate "September 22, 2004"> +<!ENTITY version "SVN-20040923"> +<!ENTITY releasedate "September 23, 2004"> <!ENTITY milestone "6.1"> <!ENTITY lfs-root "http://www.linuxfromscratch.org/"> |