Author: matthew
Date: 2007-02-09 13:57:08 -0700 (Fri, 09 Feb 2007)
New Revision: 7918

Modified:
   trunk/BOOK/chapter01/changelog.xml
   trunk/BOOK/chapter06/db.xml
   trunk/BOOK/chapter06/ncurses.xml
   trunk/BOOK/chapter06/readline.xml
Log:
Remove some chmod commands as newer upstream releases mean they are no longer 
necessary. Fixes #1953.

Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml  2007-02-09 20:54:00 UTC (rev 7917)
+++ trunk/BOOK/chapter01/changelog.xml  2007-02-09 20:57:08 UTC (rev 7918)
@@ -40,6 +40,12 @@
       <para>2007-02-09</para>
       <itemizedlist>
         <listitem>
+          <para>[matthew] - Remove some <command>chmod</command> and
+          <command>chown</command> commands from DB, NCurses and Readline as
+          they are no longer required with recent upstream versions. Fixes
+          <ulink url="&lfs-ticket-root;1953">#1953</ulink></para>
+        </listitem>
+        <listitem>
           <para>[matthew] - Upgrade to Udev-105. Fixes
           <ulink url="&lfs-ticket-root;1949">#1949</ulink></para>
         </listitem>

Modified: trunk/BOOK/chapter06/db.xml
===================================================================
--- trunk/BOOK/chapter06/db.xml 2007-02-09 20:54:00 UTC (rev 7917)
+++ trunk/BOOK/chapter06/db.xml 2007-02-09 20:57:08 UTC (rev 7918)
@@ -107,11 +107,9 @@
 
     </variablelist>
 
-    <para>Fix the ownerships of the installed files:</para>
+    <para>Fix the ownership of the installed documentation:</para>
 
-<screen><userinput>chown -v root:root /usr/bin/db_* \
-    /usr/lib/libdb* /usr/include/db* &amp;&amp;
-chown -Rv root:root /usr/share/doc/db-&db-version;</userinput></screen>
+<screen><userinput>chown -Rv root:root 
/usr/share/doc/db-&db-version;</userinput></screen>
 
   </sect2>
 

Modified: trunk/BOOK/chapter06/ncurses.xml
===================================================================
--- trunk/BOOK/chapter06/ncurses.xml    2007-02-09 20:54:00 UTC (rev 7917)
+++ trunk/BOOK/chapter06/ncurses.xml    2007-02-09 20:57:08 UTC (rev 7918)
@@ -89,12 +89,9 @@
 
 <screen><userinput>make install</userinput></screen>
 
-    <para>Give the Ncurses libraries execute permissions:</para>
+    <para>Correct the permissions of a library that should not be executable:
+    </para>
 
-<screen><userinput>chmod -v 755 
/usr/lib/*.&ncurses-version;</userinput></screen>
-
-    <para>Fix a library that should not be executable:</para>
-
 <screen><userinput>chmod -v 644 /usr/lib/libncurses++w.a</userinput></screen>
 
     <para>Move the libraries to the <filename 
class="directory">/lib</filename> directory,

Modified: trunk/BOOK/chapter06/readline.xml
===================================================================
--- trunk/BOOK/chapter06/readline.xml   2007-02-09 20:54:00 UTC (rev 7917)
+++ trunk/BOOK/chapter06/readline.xml   2007-02-09 20:57:08 UTC (rev 7918)
@@ -78,10 +78,6 @@
 
 <screen><userinput>make install</userinput></screen>
 
-    <para>Give Readline's dynamic libraries more appropriate 
permissions:</para>
-
-<screen><userinput>chmod -v 755 
/lib/lib{readline,history}.so*</userinput></screen>
-
     <para>Now move the static libraries to a more appropriate location:</para>
 
 <screen><userinput>mv -v /lib/lib{readline,history}.a 
/usr/lib</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