mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 23:07:23 +08:00
Rename libcanberra.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@13573 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
2f141efb14
commit
db2df6a81b
@ -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.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="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"/>
|
||||
|
29
postlfs/security/cyrus-sasl-init.xml
Normal file
29
postlfs/security/cyrus-sasl-init.xml
Normal file
@ -0,0 +1,29 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!DOCTYPE note PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
||||
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" >
|
||||
|
||||
<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>
|
@ -281,31 +281,8 @@ install -v -dm700 /var/lib/sasl</userinput></screen>
|
||||
|
||||
</sect3>
|
||||
|
||||
<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>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
href="cyrus-sasl-init.xml"/>
|
||||
|
||||
</sect2>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user