aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/sysvinit.xml
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2011-09-04 15:37:25 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2011-09-04 15:37:25 +0000
commiteb797aae86981e4cb0dd0f235cc7230cd85830c2 (patch)
tree7c584b89484078b451896714a4fe18483b6fab3b /chapter06/sysvinit.xml
parent64adff3a2cb4c3c20d2841740350926b66022fb2 (diff)
Supress sysvinit overwriting mountpoint from util-linux
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9594 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/sysvinit.xml')
-rw-r--r--chapter06/sysvinit.xml18
1 files changed, 5 insertions, 13 deletions
diff --git a/chapter06/sysvinit.xml b/chapter06/sysvinit.xml
index 2fac8e4ff..09ef2c7be 100644
--- a/chapter06/sysvinit.xml
+++ b/chapter06/sysvinit.xml
@@ -55,12 +55,14 @@
<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 was
+ <para>Maintained versions of the <command>wall</command> and
+ <command>mountpoint</command> programs were
installed earlier by Util-linux. Suppress the installation of Sysvinit's
- version of this program and its man page:</para>
+ versions of these programs and their man pages:</para>
<screen><userinput remap="make">sed -i -e 's/utmpdump wall/utmpdump/' \
- -e 's/mountpoint.1 wall.1/mountpoint.1/' src/Makefile</userinput></screen>
+ -e '/= mountpoint/d' \
+ -e 's/mountpoint.1 wall.1//' src/Makefile</userinput></screen>
<para>Compile the package:</para>
@@ -186,16 +188,6 @@
</listitem>
</varlistentry>
- <varlistentry id="mountpoint">
- <term><command>mountpoint</command></term>
- <listitem>
- <para>Checks if the directory is a mountpoint</para>
- <indexterm zone="ch-system-sysvinit mountpoint">
- <primary sortas="b-mountpoint">mountpoint</primary>
- </indexterm>
- </listitem>
- </varlistentry>
-
<varlistentry id="pidof">
<term><command>pidof</command></term>
<listitem>