aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chapter01/changelog.xml5
-rw-r--r--chapter06/linux-headers.xml9
2 files changed, 5 insertions, 9 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index b9583c533..8ce2cb0b4 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -40,6 +40,11 @@
<para>2007-02-24</para>
<itemizedlist>
<listitem>
+ <para>[manuel] - Removed chmod and chown commands from linux headers
+ installation. The headers are now installed with the proper permissions.
+ Fixes <ulink url="&lfs-ticket-root;1965">#1965</ulink></para>
+ </listitem>
+ <listitem>
<para>[matthew] - Upgrade to Linux-2.6.20.1. Fixes
<ulink url="&lfs-ticket-root;1964">#1964</ulink></para>
</listitem>
diff --git a/chapter06/linux-headers.xml b/chapter06/linux-headers.xml
index 91e632294..8785cfd32 100644
--- a/chapter06/linux-headers.xml
+++ b/chapter06/linux-headers.xml
@@ -46,15 +46,6 @@
make headers_check
make INSTALL_HDR_PATH=/usr headers_install</userinput></screen>
- <para>Ensure that all the headers are owned by root:</para>
-
-<screen><userinput>chown -Rv root:root /usr/include/{asm,linux}</userinput></screen>
-
- <para>Make sure the users can read the headers:</para>
-
-<screen><userinput>find /usr/include/{asm,linux} -type d -exec chmod -v 755 {} \;
-find /usr/include/{asm,linux} -type f -exec chmod -v 644 {} \;</userinput></screen>
-
</sect2>
<sect2 id="contents-linux-headers" role="content">