Changeset d96498b


Ignore:
Timestamp:
04/24/2005 04:34:36 AM (19 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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, 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, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
edd2ec27
Parents:
846fba16
Message:

Fixed incorrect reference to the documentation in the Cyrus-SASL instructions

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r846fba16 rd96498b  
    1 <!ENTITY day          "23">
     1<!ENTITY day          "24">
    22<!ENTITY month        "04">
    33<!ENTITY year         "2005">
    44<!ENTITY version      "svn-&year;&month;&day;">
    5 <!ENTITY releasedate  "April &day;rd, &year;">
     5<!ENTITY releasedate  "April &day;th, &year;">
    66<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    77<!ENTITY blfs-version "cvs">                  <!-- cvs|[release #] -->
  • introduction/welcome/changelog.xml

    r846fba16 rd96498b  
    2222
    2323<itemizedlist>
     24
     25<listitem><para>April 24th, 2005 [randy]: Fixed incorrect path pointing to the
     26documentation in the Cyrus-SASL configuration section, pointed out by
     27syaodzir.</para></listitem>
    2428
    2529<listitem><para>April 23rd, 2005 [bdubbs]: Updated to nfs-utils-1.0.7.
  • postlfs/security/cyrus-sasl.xml

    r846fba16 rd96498b  
    140140
    141141<sect3><title>Configuration Information</title>
    142 <para>See <ulink url="file:///usr/share/doc/sasl/sysadmin.html"/> for
     142<para>See <ulink
     143url="file:///usr/share/doc/cyrus-sasl-&cyrus-sasl-version;/sysadmin.html"/> for
    143144information on what to include in the application configuration files. See
    144 <ulink url="file:///usr/share/doc/sasl/LDAP_SASLAUTHD"/> for configuring
    145 <command>saslauthd</command> with <acronym>LDAP</acronym>.</para>
     145<ulink
     146url="file:///usr/share/doc/cyrus-sasl-&cyrus-sasl-version;/LDAP_SASLAUTHD"/>
     147for configuring <command>saslauthd</command> with
     148<acronym>LDAP</acronym>.</para>
    146149</sect3>
    147150
Note: See TracChangeset for help on using the changeset viewer.