Author: krejzi
Date: Fri Jun 14 03:27:32 2013
New Revision: 11289

Log:
couple of fixes.

Modified:
   branches/systemd/general.ent
   branches/systemd/general/prog/openjdk.xml
   branches/systemd/postlfs/security/cyrus-sasl.xml

Modified: branches/systemd/general.ent
==============================================================================
--- branches/systemd/general.ent        Thu Jun 13 09:08:17 2013        (r11288)
+++ branches/systemd/general.ent        Fri Jun 14 03:27:32 2013        (r11289)
@@ -8,7 +8,7 @@
 <!ENTITY year         "2013">
 <!ENTITY copyrightdate "2001-&year;">
 <!ENTITY copyholder   "The BLFS Development Team">
-<!ENTITY version      "systemd version &year;-&month;-&day;">
+<!ENTITY version      "SYSTEMD-&year;-&month;-&day;">
 <!ENTITY releasedate  "June 10th, &year;">
 <!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
 <!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->

Modified: branches/systemd/general/prog/openjdk.xml
==============================================================================
--- branches/systemd/general/prog/openjdk.xml   Thu Jun 13 09:08:17 2013        
(r11288)
+++ branches/systemd/general/prog/openjdk.xml   Fri Jun 14 03:27:32 2013        
(r11289)
@@ -330,7 +330,7 @@
     installation with the following commands:</para>
 
 <screen><userinput>export CLASSPATH=.:/usr/share/java &amp;&amp;
-export PATH="$PATH:/opt/OpenJDK-&openjdk-version;-bin/bin</userinput></screen>
+export PATH="$PATH:/opt/OpenJDK-&openjdk-version;-bin/bin"</userinput></screen>
 
     <para>The binary version is now installed. If you don't want to compile the
     sources, skip ahead to the configuration section.</para>

Modified: branches/systemd/postlfs/security/cyrus-sasl.xml
==============================================================================
--- branches/systemd/postlfs/security/cyrus-sasl.xml    Thu Jun 13 09:08:17 
2013        (r11288)
+++ branches/systemd/postlfs/security/cyrus-sasl.xml    Fri Jun 14 03:27:32 
2013        (r11289)
@@ -131,7 +131,8 @@
 ./configure --prefix=/usr \
             --sysconfdir=/etc \
             --with-dbpath=/var/lib/sasl/sasldb2 \
-            --with-saslauthd=/var/run/saslauthd &amp;&amp;
+            --with-saslauthd=/var/run/saslauthd \
+            --enable-auth-sasldb &amp;&amp;
 make</userinput></screen>
 
     <para>
@@ -173,6 +174,11 @@
     </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
       <application>Berkeley DB</application>.
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to