Changeset cc5e6a45


Ignore:
Timestamp:
04/27/2004 08:24:55 PM (20 years ago)
Author:
Igor Živković <igor@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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, 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, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
6856556
Parents:
05efa52
Message:

added heimdal

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

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • appendices/glossary.xml

    r05efa52 rcc5e6a45  
    272272<glossdef><para>Joint Photographic Experts Group</para></glossdef></glossentry>
    273273
     274<glossentry id="gKDC"><glossterm><acronym>KDC</acronym></glossterm>
     275<glossdef><para>Key Distribution Center</para></glossdef></glossentry>
     276
    274277<glossentry id="gKDE"><glossterm><acronym>KDE</acronym></glossterm>
    275278<glossdef><para>K Desktop Environment</para></glossdef></glossentry>
     
    313316<glossentry id="gMIME"><glossterm><acronym>MIME</acronym></glossterm>
    314317<glossdef><para>Multipurpose Internet Mail Extensions</para></glossdef></glossentry>
     318
     319<glossentry id="gMIT"><glossterm><acronym>MIT</acronym></glossterm>
     320<glossdef><para>Massachusetts Institute of Technology</para></glossdef></glossentry>
    315321
    316322<glossentry id="gMNG"><glossterm><acronym>MNG</acronym></glossterm>
  • introduction/welcome/changelog.xml

    r05efa52 rcc5e6a45  
    1111
    1212<itemizedlist>
     13
     14<listitem><para>April 27th, 2004 [igor]: Added Heimdal (not
     15finished), contributed by Randy McMurchy.</para></listitem>
    1316
    1417<listitem><para>April 27th, 2004 [igor]: Put back lisa init
  • introduction/welcome/credits.xml

    r05efa52 rcc5e6a45  
    136136</listitem>
    137137
     138<listitem><para>Heimdal: <emphasis>Randy McMurchy</emphasis></para></listitem>
     139
    138140<listitem><para>PHP: <emphasis>Jeremy Utley</emphasis></para></listitem>
    139141
  • postlfs/postlfs.ent

    r05efa52 rcc5e6a45  
    3131<!ENTITY % shadow SYSTEM "security/shadow/shadow.ent">
    3232%shadow;
     33<!ENTITY % heimdal SYSTEM "security/heimdal/heimdal.ent">
     34%heimdal;
    3335<!ENTITY postlfs-security-syslog SYSTEM "security/syslog.xml">
    3436
  • postlfs/security/security.xml

    r05efa52 rcc5e6a45  
    3030&gnupg;
    3131&tripwire;
     32&heimdal;
    3233<!--&postlfs-security-syslog;-->
    3334
Note: See TracChangeset for help on using the changeset viewer.