Wrong branch.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@13574 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Krejzi 2014-07-23 11:21:55 +00:00
parent db2df6a81b
commit e4451950b2
3 changed files with 26 additions and 3 deletions

View File

@ -50,7 +50,7 @@ $Date$
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="liba52.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libao.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libass.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libcanberra-systemd.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libcanberra.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libdiscid.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libdvdcss.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libdvdread.xml"/>

View File

@ -281,8 +281,31 @@ install -v -dm700 /var/lib/sasl</userinput></screen>
</sect3>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="cyrus-sasl-init.xml"/>
<sect3 id="cyrus-sasl-init">
<title>Init Script</title>
<para>
If you need to run the <command>saslauthd</command> daemon at system
startup, install the <filename>/etc/rc.d/init.d/saslauthd</filename>
init script included in the <xref linkend="bootscripts"/>
package using the following command:
</para>
<indexterm zone="cyrus-sasl cyrus-sasl-init">
<primary sortas="f-saslauthd">saslauthd</primary>
</indexterm>
<screen role="root"><userinput>make install-saslauthd</userinput></screen>
<note>
<para>
You'll need to modify /etc/sysconfig/saslauthd and replace the
<option><replaceable>AUTHMECH</replaceable></option> parameter
with your desired authentication mechanism.
</para>
</note>
</sect3>
</sect2>