aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorRandy McMurchy <randy@linuxfromscratch.org>2008-10-11 19:30:20 +0000
committerRandy McMurchy <randy@linuxfromscratch.org>2008-10-11 19:30:20 +0000
commite38671e104cb2b5be81551e8285f21b8c361847b (patch)
treeb6c79b881ccaffa955570eb0668528fb0749626b /chapter06
parent3e0c69197fb1252726cb55b5095adf9ad8021a29 (diff)
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
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8638 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/sysvinit.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/chapter06/sysvinit.xml b/chapter06/sysvinit.xml
index dddd77408..fc0ec3bc8 100644
--- a/chapter06/sysvinit.xml
+++ b/chapter06/sysvinit.xml
@@ -55,6 +55,13 @@
<screen><userinput remap="pre">sed -i 's@Sending processes@&amp; configured via /etc/inittab@g' \
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>