aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/util-linux.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06/util-linux.xml')
-rw-r--r--chapter06/util-linux.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/chapter06/util-linux.xml b/chapter06/util-linux.xml
index 1335c8754..9f6830f86 100644
--- a/chapter06/util-linux.xml
+++ b/chapter06/util-linux.xml
@@ -49,7 +49,7 @@
<command>hwclock</command> program FHS-compliant, run the
following:</para>
-<screen><userinput>sed -e 's@etc/adjtime@var/lib/hwclock/adjtime@g' \
+<screen><userinput remap="pre">sed -e 's@etc/adjtime@var/lib/hwclock/adjtime@g' \
-i $(grep -rl '/etc/adjtime' .)
mkdir -pv /var/lib/hwclock</userinput></screen>
@@ -61,16 +61,16 @@ mkdir -pv /var/lib/hwclock</userinput></screen>
<para>Util-linux fails to compile against newer versions of Linux kernel
headers. The following patches properly fix the problems:</para>
-<screen><userinput>patch -Np1 -i ../&util-linux-cramfs-patch;
+<screen><userinput remap="pre">patch -Np1 -i ../&util-linux-cramfs-patch;
patch -Np1 -i ../&util-linux-lseek-patch;</userinput></screen>
<para>Prepare Util-linux for compilation:</para>
-<screen><userinput>./configure</userinput></screen>
+<screen><userinput remap="configure">./configure</userinput></screen>
<para>Compile the package:</para>
-<screen><userinput>make HAVE_KILL=yes HAVE_SLN=yes</userinput></screen>
+<screen><userinput remap="make">make HAVE_KILL=yes HAVE_SLN=yes</userinput></screen>
<variablelist>
<title>The meaning of the make parameters:</title>
@@ -98,7 +98,7 @@ patch -Np1 -i ../&util-linux-lseek-patch;</userinput></screen>
<para>Install the package:</para>
-<screen><userinput>make HAVE_KILL=yes HAVE_SLN=yes install</userinput></screen>
+<screen><userinput remap="install">make HAVE_KILL=yes HAVE_SLN=yes install</userinput></screen>
</sect2>