diff options
Diffstat (limited to 'chapter06/sysvinit.xml')
-rw-r--r-- | chapter06/sysvinit.xml | 18 |
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@& 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> |