Changeset a245e6d1


Ignore:
Timestamp:
10/05/2003 08:25:29 PM (21 years ago)
Author:
Tushar Teredesai <tushar@…>
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_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
92bf1604
Parents:
0a9acf4
Message:

Added ash-0.4.0

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

Files:
6 added
4 edited

Legend:

Unmodified
Added
Removed
  • basicnet/netprogs/inetutils/inetutils-exp.xml

    r0a9acf4 ra245e6d1  
    2020</application>. Add this option if you want to utilize <acronym>PAM</acronym>.
    2121</para>
     22
     23<para><option>--disable-servers</option>: Some of the servers included with
     24<application>Inetutils</application> are insecure in nature and in some cases
     25better alternative exist. You can choose this switch and enable only the servers
     26you want to avoid installing unneeded servers.</para>
     27
    2228</sect2>
    2329
  • introduction/welcome/changelog.xml

    r0a9acf4 ra245e6d1  
    1111
    1212<itemizedlist>
     13
     14<listitem><para>October 5th, 2003 [tushar]: Added ash-0.4.0.</para></listitem>
    1315
    1416<listitem><para>October 5th, 2003 [tushar]: Added tiff and nas patches.</para></listitem>
  • postlfs/postlfs.ent

    r0a9acf4 ra245e6d1  
    5454<!-- Shells -->
    5555<!ENTITY postlfs-shells SYSTEM "shells/shells.xml">
     56<!ENTITY % ash SYSTEM "shells/ash/ash.ent">
     57%ash;
    5658<!ENTITY % tcsh SYSTEM "shells/tcsh/tcsh.ent">
    5759%tcsh;
  • postlfs/shells/shells.xml

    r0a9acf4 ra245e6d1  
    88packages compatible with these additional shell types.</para>
    99
     10&ash;
    1011&tcsh;
    1112&zsh;
Note: See TracChangeset for help on using the changeset viewer.