Author: robert
Date: 2008-12-18 21:40:18 -0700 (Thu, 18 Dec 2008)
New Revision: 8776
Modified:
trunk/BOOK/chapter01/changelog.xml
trunk/BOOK/chapter06/findutils.xml
trunk/BOOK/general.ent
Log:
Removed the unneeded -e option from the Sed command in the chap6 Findutils
page, for consistency.
Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml 2008-12-14 18:42:42 UTC (rev 8775)
+++ trunk/BOOK/chapter01/changelog.xml 2008-12-19 04:40:18 UTC (rev 8776)
@@ -38,6 +38,16 @@
-->
<listitem>
+ <para>2008-12-18</para>
+ <itemizedlist>
+ <listitem>
+ <para>[robert] - Removed the unneeded -e option from the Sed command
+ in the chap6 Findutils page, for consistency.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>2008-12-07</para>
<itemizedlist>
<listitem>
Modified: trunk/BOOK/chapter06/findutils.xml
===================================================================
--- trunk/BOOK/chapter06/findutils.xml 2008-12-14 18:42:42 UTC (rev 8775)
+++ trunk/BOOK/chapter06/findutils.xml 2008-12-19 04:40:18 UTC (rev 8776)
@@ -81,7 +81,7 @@
script also needs to be modified to correct an explicit path:</para>
<screen><userinput remap="install">mv -v /usr/bin/find /bin
-sed -i -e 's/find:=${BINDIR}/find:=\/bin/'
/usr/bin/updatedb</userinput></screen>
+sed -i 's/find:=${BINDIR}/find:=\/bin/' /usr/bin/updatedb</userinput></screen>
</sect2>
Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent 2008-12-14 18:42:42 UTC (rev 8775)
+++ trunk/BOOK/general.ent 2008-12-19 04:40:18 UTC (rev 8776)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
-<!ENTITY version "SVN-20081207">
-<!ENTITY releasedate "December 7, 2008">
+<!ENTITY version "SVN-20081218">
+<!ENTITY releasedate "December 18, 2008">
<!ENTITY copyrightdate "1999-2008"><!-- jhalfs needs a literal dash, not
– -->
<!ENTITY milestone "7.0">
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or
"x.y[-pre{x}]" -->
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page