Author: randy
Date: 2008-10-11 13:30:20 -0600 (Sat, 11 Oct 2008)
New Revision: 8638
Modified:
trunk/BOOK/chapter01/changelog.xml
trunk/BOOK/chapter06/sysvinit.xml
Log:
Added a sed command to the Sysvinit instructions to suppress the installation
of the wall program and its man page as a maintained version of this program is
installed by Util-linux-ng
Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml 2008-10-11 18:11:53 UTC (rev 8637)
+++ trunk/BOOK/chapter01/changelog.xml 2008-10-11 19:30:20 UTC (rev 8638)
@@ -41,6 +41,12 @@
<para>2008-10-11</para>
<itemizedlist>
<listitem>
+ <para>[randy] - Added a sed command to the Sysvinit instructions to
+ suppress the installation of the wall program and its man page as a
+ maintained version of this program is installed by
+ Util-linux-ng.</para>
+ </listitem>
+ <listitem>
<para>[randy] - Added commands to the Chapter 6 Binutils instructions
to suppress the installation of standards.info. Thanks to Greg
Schafer for contributing the fix.</para>
Modified: trunk/BOOK/chapter06/sysvinit.xml
===================================================================
--- trunk/BOOK/chapter06/sysvinit.xml 2008-10-11 18:11:53 UTC (rev 8637)
+++ trunk/BOOK/chapter06/sysvinit.xml 2008-10-11 19:30:20 UTC (rev 8638)
@@ -55,6 +55,13 @@
<screen><userinput remap="pre">sed -i '[EMAIL PROTECTED] processes@&
configured via /etc/[EMAIL PROTECTED]' \
src/init.c</userinput></screen>
+ <para>A maintained version of the <command>wall</command> program is
+ installed later on during the Util-linux-ng installation. Suppress the
+ installation of this program and its man page:</para>
+
+<screen><userinput remap="make">sed -i -e 's/utmpdump wall/utmpdump/' \
+ -e 's/mountpoint.1 wall.1/mountpoint.1/'
src/Makefile</userinput></screen>
+
<para>Compile the package:</para>
<screen><userinput remap="make">make -C src</userinput></screen>
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page