|
@@ -55,6 +55,13 @@
|
|
|
<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>
|
|
|
+
|
|
|
+<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>
|