Changeset 7944
- Timestamp:
- 02/24/07 09:03:57 (1 year ago)
- Files:
-
- trunk/BOOK/chapter01/changelog.xml (modified) (1 diff)
- trunk/BOOK/chapter06/linux-headers.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/BOOK/chapter01/changelog.xml
r7941 r7944 41 41 <itemizedlist> 42 42 <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> 43 48 <para>[matthew] - Upgrade to Linux-2.6.20.1. Fixes 44 49 <ulink url="&lfs-ticket-root;1964">#1964</ulink></para> trunk/BOOK/chapter06/linux-headers.xml
r7942 r7944 47 47 make INSTALL_HDR_PATH=/usr headers_install</userinput></screen> 48 48 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 58 49 </sect2> 59 50
