diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2009-07-18 12:42:44 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2009-07-18 12:42:44 +0000 |
commit | fe6ca49e2b1ba60895c1e33ffdf2d5e119eb21d3 (patch) | |
tree | 5dd2b78db7c12de3f4cfac5db534340a99bcd570 /chapter06/sysvinit.xml | |
parent | 1891a2ca1611863e9d3182ea1ee54beb34a51f69 (diff) |
Apply a few text updates from Chris Staub. Fixes #2442.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8965 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/sysvinit.xml')
-rw-r--r-- | chapter06/sysvinit.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chapter06/sysvinit.xml b/chapter06/sysvinit.xml index aee6a6861..4fae9b6be 100644 --- a/chapter06/sysvinit.xml +++ b/chapter06/sysvinit.xml @@ -55,9 +55,9 @@ <screen><userinput remap="pre">sed -i 's@Sending processes@& 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> + <para>A maintained version of the <command>wall</command> program was + installed earlier by Util-linux-ng. Suppress the installation of Sysvinit's + version 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> |