mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 23:07:23 +08:00
Minor fixes to the bootscripts and cyrus sasl options.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@11286 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
085c44fcf4
commit
a5ce76fef9
@ -3,13 +3,13 @@ $LastChangedBy$
|
||||
$Date$
|
||||
-->
|
||||
|
||||
<!ENTITY day "10"> <!-- Always 2 digits -->
|
||||
<!ENTITY day "11"> <!-- Always 2 digits -->
|
||||
<!ENTITY month "06"> <!-- Always 2 digits -->
|
||||
<!ENTITY year "2013">
|
||||
<!ENTITY copyrightdate "2001-&year;">
|
||||
<!ENTITY copyholder "The BLFS Development Team">
|
||||
<!ENTITY version "&year;-&month;-&day;">
|
||||
<!ENTITY releasedate "June 10th, &year;">
|
||||
<!ENTITY releasedate "June 11th, &year;">
|
||||
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
|
||||
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
|
||||
<!ENTITY lfs-version "development"> <!-- version|testing|unstable|development] -->
|
||||
@ -68,7 +68,7 @@ $Date$
|
||||
<!ENTITY lfs-vim-version "7.3">
|
||||
<!-- End LFS versions -->
|
||||
|
||||
<!ENTITY blfs-bootscripts-version "20130610">
|
||||
<!ENTITY blfs-bootscripts-version "20130611">
|
||||
<!ENTITY blfs-bootscripts-download "&downloads-root;/blfs-bootscripts-&blfs-bootscripts-version;.tar.bz2">
|
||||
|
||||
<!ENTITY blfs-wiki "http://wiki.&lfs-domainname;/blfs/wiki">
|
||||
|
@ -131,7 +131,8 @@ popd
|
||||
./configure --prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--with-dbpath=/var/lib/sasl/sasldb2 \
|
||||
--with-saslauthd=/var/run/saslauthd &&
|
||||
--with-saslauthd=/var/run/saslauthd \
|
||||
--enable-auth-sasldb &&
|
||||
make</userinput></screen>
|
||||
|
||||
<para>
|
||||
@ -172,6 +173,11 @@ install -v -dm700 /var/lib/sasl</userinput></screen>
|
||||
for variable run-time data.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
<parameter>--enable-auth-sasldb</parameter>: This switch enables
|
||||
SASLDB authentication backend.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
<parameter>--with-dblib=gdbm</parameter>: This switch forces
|
||||
<application>GDBM</application> to be used instead of
|
||||
|
Loading…
Reference in New Issue
Block a user