Author: ken
Date: 2006-04-27 07:29:18 -0600 (Thu, 27 Apr 2006)
New Revision: 1476

Modified:
   trunk/BOOK/final-system/ppc/yaboot.xml
   trunk/BOOK/general.ent
   trunk/BOOK/introduction/ppc/changelog.xml
   trunk/BOOK/introduction/ppc64/changelog.xml
Log:
Remove reference to /usr/local from yaboot manpages, fixes ticket #25.

Modified: trunk/BOOK/final-system/ppc/yaboot.xml
===================================================================
--- trunk/BOOK/final-system/ppc/yaboot.xml      2006-04-27 03:36:23 UTC (rev 
1475)
+++ trunk/BOOK/final-system/ppc/yaboot.xml      2006-04-27 13:29:18 UTC (rev 
1476)
@@ -39,6 +39,11 @@
 
 <screen><userinput>patch -Np1 -i 
../yaboot-&yaboot-version;-fix-1.patch</userinput></screen>
 
+    <para>The supplied man pages have <filename class="directory">/usr/local
+    </filename> in the text.  This sed will correct that:</para>
+
+<screen><userinput>sed -i 's%/usr/local%/usr%' man/*</userinput></screen>
+
     <para>Compile the Yaboot package:</para>
 
 <screen><userinput>make PREFIX=/usr</userinput></screen>

Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent      2006-04-27 03:36:23 UTC (rev 1475)
+++ trunk/BOOK/general.ent      2006-04-27 13:29:18 UTC (rev 1476)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 
-<!ENTITY version "CLFS-SVN-20060426">
+<!ENTITY version "CLFS-SVN-20060427">
 <!ENTITY version-x86 "&version;-x86">
 <!ENTITY version-x86_64 "&version;-x86_64-Multilib">
 <!ENTITY version-x86_64-64 "&version;-x86_64-Pure64">
@@ -15,7 +15,7 @@
 <!ENTITY version-mips64-64 "&version;-MIPS64-Pure64">
 <!ENTITY version-alpha "&version;-ALPHA">
 
-<!ENTITY releasedate "April 26, 2006">
+<!ENTITY releasedate "April 27, 2006">
 <!ENTITY milestone "0.1">
 <!ENTITY generic-version "svn"> <!-- Use "svn", "testing", or "x.y[-pre{x}]" 
-->
 

Modified: trunk/BOOK/introduction/ppc/changelog.xml
===================================================================
--- trunk/BOOK/introduction/ppc/changelog.xml   2006-04-27 03:36:23 UTC (rev 
1475)
+++ trunk/BOOK/introduction/ppc/changelog.xml   2006-04-27 13:29:18 UTC (rev 
1476)
@@ -34,6 +34,16 @@
 -->
 
     <listitem>
+      <para>April 27, 2006</para>
+      <itemizedlist>
+        <listitem>
+          <para>[ken] - Remove references to /usr/local from yaboot man pages.
+         </para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>April 20, 2006</para>
       <itemizedlist>
         <listitem>

Modified: trunk/BOOK/introduction/ppc64/changelog.xml
===================================================================
--- trunk/BOOK/introduction/ppc64/changelog.xml 2006-04-27 03:36:23 UTC (rev 
1475)
+++ trunk/BOOK/introduction/ppc64/changelog.xml 2006-04-27 13:29:18 UTC (rev 
1476)
@@ -34,6 +34,16 @@
 -->
 
     <listitem>
+      <para>April 27, 2006</para>
+      <itemizedlist>
+        <listitem>
+          <para>[ken] - Remove references to /usr/local from yaboot man pages.
+         </para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>April 20, 2006</para>
       <itemizedlist>
         <listitem>

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

Reply via email to