Changeset 7918

Show
Ignore:
Timestamp:
02/09/07 13:57:08 (1 year ago)
Author:
matthew
Message:

Remove some chmod commands as newer upstream releases mean they are no longer necessary. Fixes #1953.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/BOOK/chapter01/changelog.xml

    r7917 r7918  
    4141      <itemizedlist> 
    4242        <listitem> 
     43          <para>[matthew] - Remove some <command>chmod</command> and 
     44          <command>chown</command> commands from DB, NCurses and Readline as 
     45          they are no longer required with recent upstream versions. Fixes 
     46          <ulink url="&lfs-ticket-root;1953">#1953</ulink></para> 
     47        </listitem> 
     48        <listitem> 
    4349          <para>[matthew] - Upgrade to Udev-105. Fixes 
    4450          <ulink url="&lfs-ticket-root;1949">#1949</ulink></para> 
  • trunk/BOOK/chapter06/db.xml

    r7839 r7918  
    108108    </variablelist> 
    109109 
    110     <para>Fix the ownerships of the installed files:</para> 
    111  
    112 <screen><userinput>chown -v root:root /usr/bin/db_* \ 
    113     /usr/lib/libdb* /usr/include/db* &amp;&amp; 
    114 chown -Rv root:root /usr/share/doc/db-&db-version;</userinput></screen> 
     110    <para>Fix the ownership of the installed documentation:</para> 
     111 
     112<screen><userinput>chown -Rv root:root /usr/share/doc/db-&db-version;</userinput></screen> 
    115113 
    116114  </sect2> 
  • trunk/BOOK/chapter06/ncurses.xml

    r7901 r7918  
    9090<screen><userinput>make install</userinput></screen> 
    9191 
    92     <para>Give the Ncurses libraries execute permissions:</para> 
    93  
    94 <screen><userinput>chmod -v 755 /usr/lib/*.&ncurses-version;</userinput></screen> 
    95  
    96     <para>Fix a library that should not be executable:</para> 
     92    <para>Correct the permissions of a library that should not be executable: 
     93    </para> 
    9794 
    9895<screen><userinput>chmod -v 644 /usr/lib/libncurses++w.a</userinput></screen> 
  • trunk/BOOK/chapter06/readline.xml

    r7905 r7918  
    7979<screen><userinput>make install</userinput></screen> 
    8080 
    81     <para>Give Readline's dynamic libraries more appropriate permissions:</para> 
    82  
    83 <screen><userinput>chmod -v 755 /lib/lib{readline,history}.so*</userinput></screen> 
    84  
    8581    <para>Now move the static libraries to a more appropriate location:</para> 
    8682