Changeset e445195 for postlfs/security


Ignore:
Timestamp:
07/23/2014 11:21:55 AM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.6, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
54acf58
Parents:
db2df6a8
Message:

Wrong branch.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@13574 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/cyrus-sasl.xml

    rdb2df6a8 re445195  
    282282    </sect3>
    283283
    284     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    285       href="cyrus-sasl-init.xml"/>
     284    <sect3 id="cyrus-sasl-init">
     285      <title>Init Script</title>
     286
     287      <para>
     288        If you need to run the <command>saslauthd</command> daemon at system
     289        startup, install the <filename>/etc/rc.d/init.d/saslauthd</filename>
     290        init script included in the <xref linkend="bootscripts"/>
     291        package using the following command:
     292      </para>
     293
     294      <indexterm zone="cyrus-sasl cyrus-sasl-init">
     295        <primary sortas="f-saslauthd">saslauthd</primary>
     296      </indexterm>
     297
     298<screen role="root"><userinput>make install-saslauthd</userinput></screen>
     299
     300      <note>
     301        <para>
     302          You'll need to modify /etc/sysconfig/saslauthd and replace the
     303          <option><replaceable>AUTHMECH</replaceable></option> parameter
     304          with your desired authentication mechanism.
     305        </para>
     306      </note>
     307
     308    </sect3>
    286309
    287310  </sect2>
Note: See TracChangeset for help on using the changeset viewer.