Author: randy
Date: 2007-01-20 13:36:33 -0700 (Sat, 20 Jan 2007)
New Revision: 6438

Modified:
   trunk/BOOK/general/genutils/xscreensaver.xml
   trunk/BOOK/introduction/welcome/changelog.xml
Log:
Modified the XScreenSaver instructions so that a UTF-8 encoded manual page is 
not installed

Modified: trunk/BOOK/general/genutils/xscreensaver.xml
===================================================================
--- trunk/BOOK/general/genutils/xscreensaver.xml        2007-01-20 19:54:30 UTC 
(rev 6437)
+++ trunk/BOOK/general/genutils/xscreensaver.xml        2007-01-20 20:36:33 UTC 
(rev 6438)
@@ -100,7 +100,8 @@
     <para>Install <application>XScreenSaver</application> by running the 
following
     commands:</para>
 
-<screen><userinput>./configure --prefix=/usr --libexecdir=/usr/lib &amp;&amp;
+<screen><userinput>sed -i 's,\xc3\xb6,oe,' hacks/flow.man &amp;&amp;
+./configure --prefix=/usr --libexecdir=/usr/lib &amp;&amp;
 make</userinput></screen>
 
     <para>This package does not come with a test suite.</para>
@@ -114,6 +115,10 @@
   <sect2 role="commands">
     <title>Command Explanations</title>
 
+    <para><command>sed -i 's,\xc3\xb6,oe,' hacks/flow.man</command>: This
+    command is used to remove UTF-8 encoding from one of the installed
+    manual pages.</para>
+
     <para><option>--with-setuid-hacks</option>: This switch allows some
     demos to be installed setuid <systemitem class="username">root</systemitem>
     which is needed in order to ping other hosts.</para>

Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       2007-01-20 19:54:30 UTC 
(rev 6437)
+++ trunk/BOOK/introduction/welcome/changelog.xml       2007-01-20 20:36:33 UTC 
(rev 6438)
@@ -45,6 +45,10 @@
       <para>January 20th, 2007</para>
       <itemizedlist>
         <listitem>
+          <para>[randy] - Modified the XScreenSaver instructions so that a
+          UTF-8 encoded manual page is not installed.</para>
+        </listitem>
+        <listitem>
           <para>[randy] - Added a shell script and additional information
           about UTF-8 manual pages to the Locale Related Issues page.</para>
         </listitem>

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

Reply via email to