Changeset f41cad7d


Ignore:
Timestamp:
03/15/2007 06:36:40 PM (17 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
3e74bafe
Parents:
20f56c70
Message:

Added the Dash package using a patch provided by Agathoklis Hatzimanikas

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

Files:
1 added
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r20f56c70 rf41cad7d  
    44-->
    55
    6 <!ENTITY day          "13">                   <!-- Always 2 digits -->
     6<!ENTITY day          "15">                   <!-- Always 2 digits -->
    77<!ENTITY month        "03">                   <!-- Always 2 digits -->
    88<!ENTITY year         "2007">
     
    9090<!ENTITY tcsh-version                 "6.14.00">
    9191<!ENTITY zsh-version                  "4.2.6">
     92<!ENTITY dash-version                 "0.5.3">
    9293
    9394<!-- Part III -->
  • introduction/welcome/changelog.xml

    r20f56c70 rf41cad7d  
    4343
    4444    <listitem>
     45      <para>March 15th, 2007</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[randy] - Added the Dash package using a patch provided by
     49          Agathoklis Hatzimanikas.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
     53
     54    <listitem>
    4555      <para>March 13th, 2007</para>
    4656      <itemizedlist>
  • introduction/welcome/credits.xml

    r20f56c70 rf41cad7d  
    202202        <para>tripwire:
    203203        <emphasis>Manfred Glombowski</emphasis></para>
     204      </listitem>
     205
     206      <listitem>
     207        <para>Dash:
     208        <emphasis>Agathoklis Hatzimanikas</emphasis></para>
    204209      </listitem>
    205210
  • postlfs/shells/shells.xml

    r20f56c70 rf41cad7d  
    2424  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="tcsh.xml"/>
    2525  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="zsh.xml"/>
     26  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="dash.xml"/>
    2627
    2728</chapter>
Note: See TracChangeset for help on using the changeset viewer.