From e38671e104cb2b5be81551e8285f21b8c361847b Mon Sep 17 00:00:00 2001 From: Randy McMurchy Date: Sat, 11 Oct 2008 19:30:20 +0000 Subject: 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 --- chapter01/changelog.xml | 6 ++++++ chapter06/sysvinit.xml | 7 +++++++ 2 files changed, 13 insertions(+) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index c00310d72..6f9985c43 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -40,6 +40,12 @@ 2008-10-11 + + [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. + [randy] - Added commands to the Chapter 6 Binutils instructions to suppress the installation of standards.info. Thanks to Greg 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 @@ sed -i 's@Sending processes@& configured via /etc/inittab@g' \ src/init.c + A maintained version of the wall program is + installed later on during the Util-linux-ng installation. Suppress the + installation of this program and its man page: + +sed -i -e 's/utmpdump wall/utmpdump/' \ + -e 's/mountpoint.1 wall.1/mountpoint.1/' src/Makefile + Compile the package: make -C src -- cgit v1.2.3-54-g00ecf