diff options
-rw-r--r-- | chapter01/changelog.xml | 9 | ||||
-rw-r--r-- | chapter06/zlib.xml | 6 | ||||
-rw-r--r-- | entities/kbd.ent | 2 | ||||
-rw-r--r-- | index.xml | 4 |
4 files changed, 17 insertions, 4 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index fbdc658a3..b890b1ad7 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -30,6 +30,7 @@ <itemizedlist> <listitem><para>gcc-3.3.2-no_fixincludes-1.patch</para></listitem> <listitem><para>inetutils-1.4.2-no_server_man_pages-1.patch</para></listitem> +<listitem><para>kbd-1.08-more-programs-3.patch</para></listitem> </itemizedlist> </listitem> @@ -38,6 +39,7 @@ <listitem><para>gcc-3.3.1-no_fixincludes-2.patch</para></listitem> <listitem><para>gcc-3.3.1-suppress-libiberty.patch</para></listitem> <listitem><para>grub-0.93-gcc33-1.patch</para></listitem> +<listitem><para>kbd-1.08-more-programs.patch</para></listitem> <listitem><para>man-1.5m2-manpath.patch</para></listitem> <listitem><para>man-1.5m2-pager.patch</para></listitem> <listitem><para>ncurses-5.3-vsscanf.patch</para></listitem> @@ -46,6 +48,13 @@ </itemizedlist> </listitem> +<listitem><para>December 17th, 2003 [greg]: Chapter 6 - Kbd: Updated to new +patch that also installs the man pages for the additional programs. Closes Bug +726.</para></listitem> + +<listitem><para>December 17th, 2003 [greg]: Chapter 6 - Zlib: Added chmod +command to fix static library permissions. Closes Bug 728.</para></listitem> + <listitem><para>December 12th, 2003 [greg]: Glibc: Moved ld.so.conf creation to immediately before make install in both chapters.</para></listitem> diff --git a/chapter06/zlib.xml b/chapter06/zlib.xml index 5c9e7b6e6..df823d79b 100644 --- a/chapter06/zlib.xml +++ b/chapter06/zlib.xml @@ -47,10 +47,14 @@ make</userinput></screen> <screen><userinput>make check</userinput></screen> -<para>And install the package:</para> +<para>Install the static library:</para> <screen><userinput>make install</userinput></screen> +<para>And fix the permissions on the static library:</para> + +<screen><userinput>chmod 644 /usr/lib/libz.a</userinput></screen> + <para>It is good policy and common practice to place important libraries into the <filename class="directory">/lib</filename> directory. This matters most in scenarios where <filename class="directory">/usr</filename> is on a diff --git a/entities/kbd.ent b/entities/kbd.ent index 33dd8a3ce..e5d2638cf 100644 --- a/entities/kbd.ent +++ b/entities/kbd.ent @@ -13,7 +13,7 @@ <!ENTITY kbd-package "kbd-&kbd-version;.tar.gz"> <!ENTITY kbd-size "801 KB"> -<!ENTITY kbd-patch "kbd-&kbd-version;-more-programs.patch"> +<!ENTITY kbd-patch "kbd-&kbd-version;-more-programs-3.patch"> <!ENTITY kbd-patch-size "1 KB"> <!ENTITY kbd-compsize "12 MB"> @@ -3,8 +3,8 @@ "/usr/share/docbook/docbookx.dtd" [ -<!ENTITY version "CVS-20031212"> -<!ENTITY releasedate "December 12th, 2003"> +<!ENTITY version "CVS-20031217"> +<!ENTITY releasedate "December 17th, 2003"> <!ENTITY milestone "5.1"> <!ENTITY nbsp " "> |