Ignore:
Timestamp:
Jul 16, 2006, 9:06:01 AM (18 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
807f5e5
Parents:
6e23a9c7
Message:

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

File:
1 edited

Legend:

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

    r6e23a9c7 red0fac0  
    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.