Changeset 493e95d for final-system/x86


Ignore:
Timestamp:
Jul 16, 2006, 9:06:01 AM (18 years ago)
Author:
Chris Staub <chris@…>
Children:
d1e75ef7
Parents:
d131f0d4
Message:

Removed chomn and chmod commands from final-system linux-headers...they no longer do anything

File:
1 edited

Legend:

Unmodified
Added
Removed
  • final-system/x86/linux-headers.xml

    rd131f0d4 r493e95d  
    4949<screen><userinput>cp -av include/asm-i386/* /usr/include/asm</userinput></screen>
    5050
    51     <para os="e">Ensure that all the headers are owned by
    52     <systemitem class="username">root</systemitem>:</para>
    53 
    54 <screen os="f"><userinput>chown -Rv root:root /usr/include/{asm,asm-generic,linux,mtd,net,scsi,sound}</userinput></screen>
    55 
    56     <para os="g">Make sure the users can read the headers:</para>
    57 
    58 <screen os="h"><userinput>find /usr/include/{asm,asm-generic,linux,mtd,net,scsi,sound} -type d -exec chmod -v 755 {} \;
    59 find /usr/include/{asm,asm-generic,linux,mtd,net,scsi,sound} -type f -exec chmod -v 644 {} \;</userinput></screen>
    60 
    6151  </sect2>
    6252
Note: See TracChangeset for help on using the changeset viewer.