diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2006-03-18 09:40:28 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2006-03-18 09:40:28 +0000 |
commit | 478ae84222ee1d6beea8e3a663c49e69304b063a (patch) | |
tree | 4aa7fae75f98ac64518bfb9aa64312fe36aa97e2 | |
parent | d7fd2f987818b3bb08022f646b71531f79569bf5 (diff) |
Update to latest version of coreutils suppression patch to prevent su's man-page from being installed.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7435 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 11 | ||||
-rw-r--r-- | chapter03/patches.xml | 2 | ||||
-rw-r--r-- | general.ent | 4 | ||||
-rw-r--r-- | patches.ent | 2 |
4 files changed, 15 insertions, 4 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index c6819ae20..84f419602 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -37,6 +37,17 @@ --> <listitem> + <para>March 18, 2006</para> + <itemizedlist> + <listitem> + <para>[matthew] - Use updated version of the coreutils suppression + patch to prevent coreutils version of the su man page from being + installed. Fixes #1690.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>March 11, 2006</para> <itemizedlist> <listitem> diff --git a/chapter03/patches.xml b/chapter03/patches.xml index 4d7bf5782..2de0e6800 100644 --- a/chapter03/patches.xml +++ b/chapter03/patches.xml @@ -47,7 +47,7 @@ </varlistentry> <varlistentry> - <term>Coreutils Suppress Uptime, Kill, Su Patch - 15 KB:</term> + <term>Coreutils Suppress Uptime, Kill, Su Patch - 13 KB:</term> <listitem> <para><ulink url="&patches-root;&coreutils-suppress-patch;"/></para> </listitem> diff --git a/general.ent b/general.ent index 44a44ad40..5957781f8 100644 --- a/general.ent +++ b/general.ent @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="ISO-8859-1"?> -<!ENTITY version "SVN-20060311"> -<!ENTITY releasedate "March 11, 2006"> +<!ENTITY version "SVN-20060318"> +<!ENTITY releasedate "March 18, 2006"> <!ENTITY milestone "6.2"> <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> diff --git a/patches.ent b/patches.ent index 6200c3ab6..ba5f5e6c9 100644 --- a/patches.ent +++ b/patches.ent @@ -7,7 +7,7 @@ <!ENTITY bzip2-docs-patch "bzip2-&bzip2-version;-install_docs-1.patch"> <!ENTITY coreutils-i18n-patch "coreutils-&coreutils-version;-i18n-1.patch"> -<!ENTITY coreutils-suppress-patch "coreutils-&coreutils-version;-suppress_uptime_kill_su-1.patch"> +<!ENTITY coreutils-suppress-patch "coreutils-&coreutils-version;-suppress_uptime_kill_su-2.patch"> <!ENTITY coreutils-uname-patch "coreutils-&coreutils-version;-uname-1.patch"> <!ENTITY diffutils-i18n-patch "diffutils-&diffutils-version;-i18n-1.patch"> |