Changeset 37b6e78 for postlfs


Ignore:
Timestamp:
01/09/2014 07:46:08 PM (10 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 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:
955ce1c
Parents:
4ad483bf
Message:

Update zsh-5.0.5.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/shells/zsh.xml

    r4ad483bf r37b6e78  
    77  <!ENTITY zsh-download-http "http://www.zsh.org/pub/zsh-&zsh-version;.tar.bz2">
    88  <!ENTITY zsh-download-ftp  " ">
    9   <!ENTITY zsh-md5sum        "9829fe8932c25740173a272e8959cf8c">
     9  <!ENTITY zsh-md5sum        "6156dc2f19b0a067bdbc0fb7f81e2017">
    1010  <!ENTITY zsh-size          "3.0 MB">
    1111  <!ENTITY zsh-buildsize     "61 MB (includes installing documentation -
    1212                              additional 2 MB for PDF documentation)">
    13   <!ENTITY zsh-time          "0.8 SBU">
    14 
    15   <!ENTITY zsh-doc-md5sum    "2505867639d58726cd09e6884cb7863c">
     13  <!ENTITY zsh-time          "0.8 SBU (additional 2 SBU for tests)">
     14
     15  <!ENTITY zsh-doc-md5sum    "1eea70e7401a7a2116fa8de6ee5e8d32">
     16  <!ENTITY zsh-doc-size      "2.9 MB">
    1617]>
    1718
     
    7273        <para>Documentation MD5 sum: &zsh-doc-md5sum;</para>
    7374      </listitem>
     75      <listitem>
     76        <para>Documentation download size: &zsh-doc-size;</para>
     77      </listitem>
    7478    </itemizedlist>
    7579
     
    9498
    9599<screen><userinput>tar --strip-components=1 -xvf ../zsh-&zsh-version;-doc.tar.bz2</userinput></screen>
     100
     101    <note>
     102      <para>
     103        Using a script to build with "su -c script" may produce a funny
     104        configure error message: "no controlling tty". If this happens, add
     105        the switch --with-tcsetpgrp to configure.
     106      </para>
     107    </note>
    96108
    97109    <para>Install <application>zsh</application> by running the following
     
    215227      and related manual pages.</para>
    216228
     229      <para>
     230        The first time zsh is executed, you will be prompted by messages asking
     231        several questions. The answers will be used to create a
     232        <filename>~/.zshrc</filename> file. If you wish to run these questions
     233        again, run <command>zsh
     234        /usr/share/zsh/&zsh-version;/functions/zsh-newuser-install -f</command>.
     235      </para>
     236
     237      <para>
     238        There are several built-in advanced prompts. In the
     239        <command>zsh</command> shell, start advanced prompt support with
     240        <command>autoload -U promptinit</command>, then
     241        <command>promptinit</command>. Available prompt names are listed with
     242        <command>prompt -l</command>. Select a particular one with
     243        <command>prompt <literal>&lt;prompt-name&gt;</literal></command>. Display all available
     244        prompts with <command>prompt -p</command>. Except for the list and
     245        display commands above, you can insert the other ones in
     246        <filename>~/.zshrc</filename> to be automatically executed at
     247        shell start, with the prompt you chose.
     248      </para>
     249
    217250      <indexterm zone="zsh zsh-config">
    218251        <primary sortas="e-etc-zsh-zshenv">/etc/zsh/zshenv</primary>
Note: See TracChangeset for help on using the changeset viewer.