Changeset a52de66


Ignore:
Timestamp:
06/14/2013 10:27:32 AM (11 years ago)
Author:
Krejzi <krejzi@…>
Branches:
systemd-11177
Children:
ee27e26
Parents:
fd968dd
Message:

couple of fixes.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@11289 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rfd968dd ra52de66  
    99<!ENTITY copyrightdate "2001-&year;">
    1010<!ENTITY copyholder   "The BLFS Development Team">
    11 <!ENTITY version      "systemd version &year;-&month;-&day;">
     11<!ENTITY version      "SYSTEMD-&year;-&month;-&day;">
    1212<!ENTITY releasedate  "June 10th, &year;">
    1313<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
  • general/prog/openjdk.xml

    rfd968dd ra52de66  
    331331
    332332<screen><userinput>export CLASSPATH=.:/usr/share/java &amp;&amp;
    333 export PATH="$PATH:/opt/OpenJDK-&openjdk-version;-bin/bin</userinput></screen>
     333export PATH="$PATH:/opt/OpenJDK-&openjdk-version;-bin/bin"</userinput></screen>
    334334
    335335    <para>The binary version is now installed. If you don't want to compile the
  • postlfs/security/cyrus-sasl.xml

    rfd968dd ra52de66  
    132132            --sysconfdir=/etc \
    133133            --with-dbpath=/var/lib/sasl/sasldb2 \
    134             --with-saslauthd=/var/run/saslauthd &amp;&amp;
     134            --with-saslauthd=/var/run/saslauthd \
     135            --enable-auth-sasldb &amp;&amp;
    135136make</userinput></screen>
    136137
     
    171172      directory <filename class="directory">/var/run/saslauthd</filename>
    172173      for variable run-time data.
     174    </para>
     175
     176    <para>
     177      <parameter>--enable-auth-sasldb</parameter>: This switch enables
     178      SASLDB authentication backend.
    173179    </para>
    174180
Note: See TracChangeset for help on using the changeset viewer.