Changeset 5ef8b741 for postlfs


Ignore:
Timestamp:
06/07/2005 01:28:04 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:
c8c8bd0f
Parents:
bdf7e1b
Message:

Updated to ZSH-4.2.5

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/shells/zsh.xml

    rbdf7e1b r5ef8b741  
    77  <!ENTITY zsh-download-http "http://prdownloads.sourceforge.net/zsh/zsh-&zsh-version;.tar.bz2">
    88  <!ENTITY zsh-download-ftp  " ">
     9  <!ENTITY zsh-md5sum        "e2060f743dcdf3b383e80e862a6548fe">
    910  <!ENTITY zsh-size          "2.0 MB">
    10   <!ENTITY zsh-buildsize     "17 MB">
    11   <!ENTITY zsh-time          "0.51 SBU">
    12   <!ENTITY zsh-md5sum        "5c37fa9eb659458fe4f7f80da17fb09c">
     11  <!ENTITY zsh-buildsize     "24 MB">
     12  <!ENTITY zsh-time          "0.5 SBU">
    1313]>
    14 
    1514
    1615<sect1 id="zsh" xreflabel="ZSH-&zsh-version;">
     
    7574make</userinput></screen>
    7675
     76    <para>To test the results, issue: <command>make check</command>.</para>
     77
    7778    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    7879
    79 <screen role="root"><userinput>make install</userinput></screen>
     80<screen role="root"><userinput>make install &amp;&amp;
     81make install.info</userinput></screen>
    8082
    8183  </sect2>
     
    116118    </sect3>
    117119
     120    <sect3>
     121      <title>Configuration Information</title>
     122
     123      <para>Update <filename>/etc/shells</filename> to include the
     124      <application>ZSH</application> shell program names (as the
     125      <systemitem class="username">root</systemitem> user):</para>
     126
     127<screen role="root"><userinput>cat &gt;&gt; /etc/shells &lt;&lt; "EOF"
     128<literal>/usr/bin/zsh
     129/usr/bin/zsh-4.2.5</literal>
     130EOF</userinput></screen>
     131
     132    </sect3>
     133
    118134  </sect2>
    119135
     
    122138
    123139    <segmentedlist>
    124       <segtitle>Installed Program</segtitle>
     140      <segtitle>Installed Programs</segtitle>
    125141      <segtitle>Installed Libraries</segtitle>
    126142      <segtitle>Installed Directories</segtitle>
    127143
    128144      <seglistitem>
    129         <seg>zsh</seg>
     145        <seg>zsh and zsh-4.2.5</seg>
    130146        <seg>None</seg>
    131         <seg>/usr/lib/zsh, /user/share/zsh</seg>
     147        <seg>/usr/lib/zsh and /usr/share/zsh</seg>
    132148      </seglistitem>
    133149    </segmentedlist>
Note: See TracChangeset for help on using the changeset viewer.