aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2006-11-25 18:42:41 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2006-11-25 18:42:41 +0000
commitd54ca07fcbda616cc2cebda5badffeabf224a566 (patch)
tree2729b6c3e4ac936c10b02597d76eacebe2a1f1b9
parentac6c3e46c44053c232e6d58c1f7f4402699dd286 (diff)
Upgrade to a newer version of the Inetutils-no_server_man_pages patch which prevents rexecd.8 from being installed. Fixes #1915.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7867 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter01/changelog.xml6
-rw-r--r--chapter01/whatsnew.xml6
-rw-r--r--patches.ent6
3 files changed, 15 insertions, 3 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 30b972e9c..71d7ed822 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -39,6 +39,12 @@
<listitem>
<para>2006-11-25</para>
<itemizedlist>
+ <listitem>
+ <para>[matthew] - Upgrade to Inetutils-no_server_man_pages-2.patch.
+ This removes the last of the unwanted man pages (rexecd.8). Thanks
+ to Joe Ciccone for the report and the updated patch. Fixes
+ <ulink url="&lfs-ticket-root;1915">#1915</ulink></para>
+ </listitem>
<listitem>
<para>[jhuntwork] - Added 'make headers_install' to chapter 5
Linux Headers for the educational value and in preparation of
diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml
index 50bebe427..87a650fa8 100644
--- a/chapter01/whatsnew.xml
+++ b/chapter01/whatsnew.xml
@@ -205,6 +205,9 @@
<para>&bash-fixes-patch;</para>
</listitem>
<listitem>
+ <para>inetutils-man_pages-patch;</para>
+ </listitem>
+ <listitem>
<para>&less-signal_fix-patch;</para>
</listitem>
<listitem>
@@ -237,6 +240,9 @@
<para>inetutils-gcc4_fixes-3.patch</para>
</listitem>
<listitem>
+ <para>inetutils-no_server_man_pages-1.patch</para>
+ </listitem>
+ <listitem>
<para>linux-2.6.17.13-utf8_input-1.patch</para>
</listitem>
<listitem>
diff --git a/patches.ent b/patches.ent
index 02e9f4666..8f0d67ab1 100644
--- a/patches.ent
+++ b/patches.ent
@@ -67,9 +67,9 @@
<!ENTITY gzip-security_fix-patch-size "2 KB">
-<!ENTITY inetutils-man_pages-patch "inetutils-&inetutils-version;-no_server_man_pages-1.patch">
-<!ENTITY inetutils-man_pages-patch-md5 "9d5677f8529af9a321630572716d4d2e">
-<!ENTITY inetutils-man_pages-patch-size "4.8 KB">
+<!ENTITY inetutils-man_pages-patch "inetutils-&inetutils-version;-no_server_man_pages-2.patch">
+<!ENTITY inetutils-man_pages-patch-md5 "ec83aa00fb111f6f9d9aca04de9cb753">
+<!ENTITY inetutils-man_pages-patch-size "5.3 KB">
<!ENTITY kbd-backspace-patch "kbd-&kbd-version;-backspace-1.patch">