Author: dj
Date: 2009-09-26 21:43:03 -0600 (Sat, 26 Sep 2009)
New Revision: 8041
Modified:
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/postlfs/security/nss.xml
Log:
Fixed permissions of nss includes.
Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml 2009-09-27 01:35:58 UTC
(rev 8040)
+++ trunk/BOOK/introduction/welcome/changelog.xml 2009-09-27 03:43:03 UTC
(rev 8041)
@@ -50,6 +50,9 @@
<listitem>
<para>[dj] - Added Python dependency for xcb-proto.</para>
</listitem>
+ <listitem>
+ <para>[dj] - Corrected permissions of nss headers.</para>
+ </listitem>
</itemizedlist>
</listitem>
Modified: trunk/BOOK/postlfs/security/nss.xml
===================================================================
--- trunk/BOOK/postlfs/security/nss.xml 2009-09-27 01:35:58 UTC (rev 8040)
+++ trunk/BOOK/postlfs/security/nss.xml 2009-09-27 03:43:03 UTC (rev 8041)
@@ -130,7 +130,8 @@
install -v -m755 -d /usr/include/nss &&
install -v -m755 $NSS_LINUXDIR/bin/nss-config /usr/bin &&
install -v -m644 $NSS_LINUXDIR/lib/pkgconfig/nss.pc /usr/lib/pkgconfig
&&
-cp -v -RL {public,private}/nss/* /usr/include/nss</userinput></screen>
+cp -v -RL {public,private}/nss/* /usr/include/nss &&
+chmod 644 /usr/include/nss/*</userinput></screen>
<para>Now as the unprivileged user, exit the <command>bash</command>
shell started at the beginning of the installation to restore the
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page