Author: randy
Date: 2010-03-05 16:24:35 -0700 (Fri, 05 Mar 2010)
New Revision: 8288
Modified:
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/postlfs/security/cyrus-sasl.xml
Log:
Changed the instructions in the Cyrus-SASL installation to alter the
permissions of the state dir, thanks to Claus Regelmann for the report
Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml 2010-03-05 23:15:13 UTC
(rev 8287)
+++ trunk/BOOK/introduction/welcome/changelog.xml 2010-03-05 23:24:35 UTC
(rev 8288)
@@ -45,7 +45,9 @@
<para>March 6th, 2010</para>
<itemizedlist>
<listitem>
- <para>[randy] - Updated to Cyrus-SASL-2.1.23.</para>
+ <para>[randy] - Updated to Cyrus-SASL-2.1.23, along with fixing a
+ GCC-4 build issue, and changing permissions on the state dir. Thanks
+ to Claus Regelmann for reporting the permissions problem.</para>
</listitem>
</itemizedlist>
</listitem>
Modified: trunk/BOOK/postlfs/security/cyrus-sasl.xml
===================================================================
--- trunk/BOOK/postlfs/security/cyrus-sasl.xml 2010-03-05 23:15:13 UTC (rev
8287)
+++ trunk/BOOK/postlfs/security/cyrus-sasl.xml 2010-03-05 23:24:35 UTC (rev
8288)
@@ -110,7 +110,8 @@
install -v -m755 -d /usr/share/doc/cyrus-sasl-&cyrus-sasl-version; &&
install -v -m644 doc/{*.{html,txt,fig},ONEWS,TODO} \
saslauthd/LDAP_SASLAUTHD /usr/share/doc/cyrus-sasl-&cyrus-sasl-version;
&&
-install -v -m700 -d /var/lib/sasl /var/run/saslauthd</userinput></screen>
+install -v -m700 -d /var/lib/sasl &&
+install -v -m711 -d /var/run/saslauthd</userinput></screen>
</sect2>
@@ -146,7 +147,7 @@
install documentation which is not installed by the
<command>make install</command> command.</para>
- <para><command>install -v -m700 -d /var/lib/sasl
/var/run/saslauthd</command>:
+ <para><command>install -v -m700 -d /var/lib/sasl ... -m711
/var/run/saslauthd</command>:
These directories must exist when starting <command>saslauthd</command> or
using the sasldb plugin. If you're not going to be running the daemon or
using the plugins, you may omit the creation of this directory.</para>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page