Author: matthew
Date: 2006-10-29 12:41:04 -0700 (Sun, 29 Oct 2006)
New Revision: 7851

Modified:
   trunk/BOOK/chapter01/changelog.xml
   trunk/BOOK/chapter06/util-linux.xml
   trunk/BOOK/chapter06/vim.xml
Log:
Add some verbose flags to commands in the Util-Linux and Vim instructions

Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml  2006-10-29 18:19:12 UTC (rev 7850)
+++ trunk/BOOK/chapter01/changelog.xml  2006-10-29 19:41:04 UTC (rev 7851)
@@ -40,6 +40,10 @@
       <para>2006-10-29</para>
       <itemizedlist>
         <listitem>
+          <para>[matthew] - Add verbose flags to some commands in Util-Linux 
and
+          Vim. Thanks to Robert Connolly for the report.</para>
+        </listitem>
+        <listitem>
           <para>[matthew] - Upgrade to Vim-7.0-fixes-14.patch.  Drop the
           &quot;spellfile&quot; fix as it was applied upstream as patch
           076.</para>

Modified: trunk/BOOK/chapter06/util-linux.xml
===================================================================
--- trunk/BOOK/chapter06/util-linux.xml 2006-10-29 18:19:12 UTC (rev 7850)
+++ trunk/BOOK/chapter06/util-linux.xml 2006-10-29 19:41:04 UTC (rev 7851)
@@ -45,7 +45,7 @@
 
 <screen><userinput>sed -i '[EMAIL PROTECTED]/[EMAIL 
PROTECTED]/lib/hwclock/[EMAIL PROTECTED]' \
     hwclock/hwclock.c
-mkdir -p /var/lib/hwclock</userinput></screen>
+mkdir -pv /var/lib/hwclock</userinput></screen>
 
   </sect2>
 

Modified: trunk/BOOK/chapter06/vim.xml
===================================================================
--- trunk/BOOK/chapter06/vim.xml        2006-10-29 18:19:12 UTC (rev 7850)
+++ trunk/BOOK/chapter06/vim.xml        2006-10-29 19:41:04 UTC (rev 7851)
@@ -107,8 +107,8 @@
     <!-- Removal is used instead of conversion in order for the user to be 
able to
     painlessly revert his UTF-8 locale choice. -->
 
-<screen><userinput>rm -f /usr/share/vim/vim70/tutor/tutor.{gr,pl,ru,sk}
-rm -f /usr/share/vim/vim70/tutor/tutor.??.*</userinput></screen>
+<screen><userinput>rm -fv /usr/share/vim/vim70/tutor/tutor.{gr,pl,ru,sk}
+rm -fv /usr/share/vim/vim70/tutor/tutor.??.*</userinput></screen>
 
     <para>Many users are used to using <command>vi</command> instead of
     <command>vim</command>. To allow execution of <command>vim</command>

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to