Changeset 7944

Show
Ignore:
Timestamp:
02/24/07 09:03:57 (1 year ago)
Author:
manuel
Message:

Removed chmod and chown commands from linux headers installation.

Files:

Legend:

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

    r7941 r7944  
    4141      <itemizedlist> 
    4242        <listitem> 
     43          <para>[manuel] - Removed chmod and chown commands from linux headers 
     44          installation. The headers are now installed with the proper permissions. 
     45          Fixes <ulink url="&lfs-ticket-root;1965">#1965</ulink></para> 
     46        </listitem> 
     47        <listitem> 
    4348          <para>[matthew] - Upgrade to Linux-2.6.20.1.  Fixes 
    4449          <ulink url="&lfs-ticket-root;1964">#1964</ulink></para> 
  • trunk/BOOK/chapter06/linux-headers.xml

    r7942 r7944  
    4747make INSTALL_HDR_PATH=/usr headers_install</userinput></screen> 
    4848 
    49     <para>Ensure that all the headers are owned by root:</para> 
    50  
    51 <screen><userinput>chown -Rv root:root /usr/include/{asm,linux}</userinput></screen> 
    52  
    53     <para>Make sure the users can read the headers:</para> 
    54  
    55 <screen><userinput>find /usr/include/{asm,linux} -type d -exec chmod -v 755 {} \; 
    56 find /usr/include/{asm,linux} -type f -exec chmod -v 644 {} \;</userinput></screen> 
    57  
    5849  </sect2> 
    5950