Changeset 114e5f0b
- Timestamp:
- 10/25/2004 05:52:25 AM (19 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, ken/inkscape-core-mods, krejzi/svn, lazarus, nosym, perl-modules, plabs/python-mods, qt5new, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- 2c6c3b41
- Parents:
- eb3e33b
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
reb3e33b r114e5f0b 1 <!ENTITY day "2 4">1 <!ENTITY day "25"> 2 2 <!ENTITY month "10"> 3 3 <!ENTITY year "2004"> … … 36 36 <!ENTITY heimdal-version "0.6.2"> 37 37 <!ENTITY mitkrb-version "1.3.5"> 38 <!ENTITY cyrus-sasl-version "2.1. 19">38 <!ENTITY cyrus-sasl-version "2.1.20"> 39 39 40 40 <!-- Chapter 5 --> -
introduction/welcome/changelog.xml
reb3e33b r114e5f0b 22 22 23 23 <itemizedlist> 24 25 <listitem><para>October 25th, 2004 [randy]: Updated to 26 Cyrus-SASL-2.1.20.</para></listitem> 24 27 25 28 <listitem><para>October 24th, 2004 [igor] : Changed Screen socket -
postlfs/security/cyrus-sasl.xml
reb3e33b r114e5f0b 7 7 <!ENTITY cyrus-sasl-download-http "http://ftp.andrew.cmu.edu/pub/cyrus-mail/cyrus-sasl-&cyrus-sasl-version;.tar.gz "> 8 8 <!ENTITY cyrus-sasl-download-ftp "ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/cyrus-sasl-&cyrus-sasl-version;.tar.gz"> 9 <!ENTITY cyrus-sasl-size "1. 5MB">10 <!ENTITY cyrus-sasl-buildsize "1 3.5MB">11 <!ENTITY cyrus-sasl-time "0.2 5SBU">9 <!ENTITY cyrus-sasl-size "1.8 MB"> 10 <!ENTITY cyrus-sasl-buildsize "17.3 MB"> 11 <!ENTITY cyrus-sasl-time "0.28 SBU"> 12 12 ]> 13 13 … … 37 37 <listitem><para>Download (FTP): <ulink url="&cyrus-sasl-download-ftp;"/></para></listitem> 38 38 <listitem><para>Download size: &cyrus-sasl-size;</para></listitem> 39 <listitem><para>Estimated Disk space required: &cyrus-sasl-buildsize;</para></listitem>39 <listitem><para>Estimated disk space required: &cyrus-sasl-buildsize;</para></listitem> 40 40 <listitem><para>Estimated build time: &cyrus-sasl-time;</para></listitem> 41 41 </itemizedlist> … … 50 50 <xref linkend="postgresql"/>, <xref linkend="db"/>, <xref linkend="gdbm"/>, 51 51 <xref linkend="courier"/>, 52 <ulink url="http://www.pdc.kth.se/kth-krb/">krb4</ulink> and53 <ulink url="http://sqlite.org/">SQLite</ulink> 54 < /para>52 <ulink url="http://www.pdc.kth.se/kth-krb/">krb4</ulink>, 53 <ulink url="http://sqlite.org/">SQLite</ulink> and 54 <ulink url="http://dmalloc.com/">Dmalloc</ulink></para> 55 55 </sect4> 56 56 </sect3> … … 70 70 make && 71 71 make install && 72 install -m644 -oroot -grootsaslauthd/saslauthd.mdoc \72 install -m644 saslauthd/saslauthd.mdoc \ 73 73 /usr/share/man/man8/saslauthd.8 && 74 74 install -d -m755 /usr/share/doc/sasl && 75 install -m644 -oroot -groot doc/{*.{html,txt,fig},ONEWS,TODO} \ 76 /usr/share/doc/sasl && 77 install -m644 -oroot -groot saslauthd/LDAP_SASLAUTHD \ 78 /usr/share/doc/sasl && 75 install -m644 doc/{*.{html,txt,fig},ONEWS,TODO} \ 76 saslauthd/LDAP_SASLAUTHD /usr/share/doc/sasl && 79 77 install -d -m700 /var/lib/sasl</command></userinput></screen> 80 78 … … 94 92 data.</para> 95 93 96 <para><command>install -m644 -oroot -groot...</command>: These commands94 <para><command>install -m644 ...</command>: These commands 97 95 install documentation which is not installed by the 98 96 <command>make install</command> command.</para> … … 106 104 107 105 <sect2> 108 <title>Configuring <application>Cyrus <acronym>SASL</acronym></application></title> 106 <title>Configuring <application>Cyrus 107 <acronym>SASL</acronym></application></title> 109 108 110 109 <sect3><title>Config Files</title>
Note:
See TracChangeset
for help on using the changeset viewer.