Author: matthew
Date: 2009-07-23 14:56:25 -0600 (Thu, 23 Jul 2009)
New Revision: 8991

Modified:
   branches/6.5/BOOK/chapter01/changelog.xml
   branches/6.5/BOOK/chapter06/file.xml
Log:
Remove an unnecessary sed from File's commands. Fixes #2452.

Modified: branches/6.5/BOOK/chapter01/changelog.xml
===================================================================
--- branches/6.5/BOOK/chapter01/changelog.xml   2009-07-23 20:56:06 UTC (rev 
8990)
+++ branches/6.5/BOOK/chapter01/changelog.xml   2009-07-23 20:56:25 UTC (rev 
8991)
@@ -41,6 +41,10 @@
       <para>2009-07-23</para>
       <itemizedlist>
         <listitem>
+          <para>[matthew] - Remove an unnecessary sed from File's commands.
+          Fixes <ulink url="&lfs-ticket-root;2452">#2452</ulink>.</para>
+        </listitem>
+        <listitem>
           <para>[matthew] - Add latest upstream Vim patches. Fixes
           <ulink url="&lfs-ticket-root;2449">#2449</ulink>.</para>
         </listitem>

Modified: branches/6.5/BOOK/chapter06/file.xml
===================================================================
--- branches/6.5/BOOK/chapter06/file.xml        2009-07-23 20:56:06 UTC (rev 
8990)
+++ branches/6.5/BOOK/chapter06/file.xml        2009-07-23 20:56:25 UTC (rev 
8991)
@@ -41,17 +41,6 @@
   <sect2 role="installation">
     <title>Installation of File</title>
 
-    <para>Fix the man page so that it will reflect recent changes to the
-    <parameter>-e</parameter> (<parameter>--exclude</parameter>)
-    parameter:</para>
-
-<!-- The following sed should not be required after the next version update
-     as the maintainer has fixed it upstream. -->
-
-<screen><userinput remap="pre">sed -i -e '197,+1d' \
-       -e '189,+1d' \
-       -e 's/token$/tokens/' doc/file.man</userinput></screen>
-
     <para>Prepare File for compilation:</para>
 
 <screen><userinput remap="configure">./configure 
--prefix=/usr</userinput></screen>

-- 
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