diff options
Diffstat (limited to 'chapter06/utillinux-inst.xml')
-rw-r--r-- | chapter06/utillinux-inst.xml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/chapter06/utillinux-inst.xml b/chapter06/utillinux-inst.xml index 80d91753c..bee848020 100644 --- a/chapter06/utillinux-inst.xml +++ b/chapter06/utillinux-inst.xml @@ -5,11 +5,11 @@ adjtime file, instead of the usual /etc. To make hwclock, which is part of the util-linux package, FHS-compliant, run the following.</para> -<para><screen><userinput>cp hwclock/hwclock.c hwclock/hwclock.c.backup &&</userinput> -<userinput>sed 's%etc/adjtime%var/lib/hwclock/adjtime%' \</userinput> -<userinput> hwclock/hwclock.c > tmp~ &&</userinput> -<userinput>mv tmp~ hwclock/hwclock.c &&</userinput> -<userinput>mkdir -p /var/lib/hwclock</userinput></screen></para> +<para><screen><userinput>cp hwclock/hwclock.c hwclock/hwclock.c.backup && +sed 's%etc/adjtime%var/lib/hwclock/adjtime%' \ + hwclock/hwclock.c > tmp~ && +mv tmp~ hwclock/hwclock.c && +mkdir -p /var/lib/hwclock</userinput></screen></para> </sect2> @@ -18,9 +18,9 @@ util-linux package, FHS-compliant, run the following.</para> <para>Install Util-Linux by running the following commands:</para> -<para><screen><userinput>./configure &&</userinput> -<userinput>make HAVE_SLN=yes ADD_RAW=yes &&</userinput> -<userinput>make HAVE_SLN=yes ADD_RAW=yes install</userinput></screen></para> +<para><screen><userinput>./configure && +make HAVE_SLN=yes ADD_RAW=yes && +make HAVE_SLN=yes ADD_RAW=yes install</userinput></screen></para> </sect2> |