Author: xry111
Date: Wed Feb  3 01:03:51 2021
New Revision: 12121

Log:
ch{07,08}/util-linux: remove redundant command

Modified:
   trunk/BOOK/chapter07/util-linux.xml
   trunk/BOOK/chapter08/util-linux.xml

Modified: trunk/BOOK/chapter07/util-linux.xml
==============================================================================
--- trunk/BOOK/chapter07/util-linux.xml Wed Feb  3 01:02:40 2021        (r12120)
+++ trunk/BOOK/chapter07/util-linux.xml Wed Feb  3 01:03:51 2021        (r12121)
@@ -41,8 +41,11 @@
   <sect2 role="installation">
     <title>Installation of Util-linux</title>
 
-    <para>First create a directory
-    to enable storage for the <command>hwclock</command> program:</para>
+    <para>The FHS recommends using the <filename
+    class="directory">/var/lib/hwclock</filename> directory instead of the
+    usual <filename class="directory">/etc</filename> directory as the
+    location for the <filename>adjtime</filename> file. Create this directory
+    with:</para>
 
 <screen><userinput remap="pre">mkdir -pv /var/lib/hwclock</userinput></screen>
 

Modified: trunk/BOOK/chapter08/util-linux.xml
==============================================================================
--- trunk/BOOK/chapter08/util-linux.xml Wed Feb  3 01:02:40 2021        (r12120)
+++ trunk/BOOK/chapter08/util-linux.xml Wed Feb  3 01:03:51 2021        (r12121)
@@ -42,14 +42,6 @@
   <sect2 role="installation">
     <title>Installation of Util-linux</title>
 
-    <para>The FHS recommends using the <filename
-    class="directory">/var/lib/hwclock</filename> directory instead of the
-    usual <filename class="directory">/etc</filename> directory as the
-    location for the <filename>adjtime</filename> file. Create this directory
-    with:</para>
-
-<screen><userinput remap="pre">mkdir -pv /var/lib/hwclock</userinput></screen>
-
     <para>Prepare Util-linux for compilation:</para>
 
 <screen revision="sysv"><userinput remap="configure">./configure 
ADJTIME_PATH=/var/lib/hwclock/adjtime   \
-- 
http://lists.linuxfromscratch.org/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to