Changeset c19433e in clfs-sysroot for BOOK/final-system/common


Ignore:
Timestamp:
Oct 14, 2006, 3:13:56 PM (18 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
master
Children:
b8c1aeb
Parents:
f7a944b
Message:

Updated bash to 3.2.

Location:
BOOK/final-system/common
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/bash.xml

    rf7a944b rc19433e  
    2828    install HTML documentation, issue the following commands:</para>
    2929
    30 <screen os="b"><userinput>tar -xvf ../bash-doc-&bash-doc-version;.tar.gz
    31 cp Makefile.in{,.orig}
    32 sed "s|htmldir = @htmldir@|htmldir = /usr/share/doc/bash-&bash-version;|" \
    33     Makefile.in.orig &gt; Makefile.in</userinput></screen>
    34 
    35     <para os="p1">The following patch contains updates from the maintainer. The
    36     maintainer of Bash only releases these patches to fix serious issues.</para>
    37 
    38 <screen os="p2"><userinput>patch -Np1 -i ../&bash-fixes-patch;</userinput></screen>
     30<screen os="b"><userinput>tar -xvf ../bash-doc-&bash-doc-version;.tar.gz</userinput></screen>
    3931
    4032    <para os="c">Create a config.cache containing information that is not
     
    8274    <para os="j">Install the package:</para>
    8375
    84 <screen os="k"><userinput>make DESTDIR=${CLFS} install</userinput></screen>
     76<screen os="k"><userinput>make DESTDIR=${CLFS} htmldir=/usr/share/doc/bash-&bash-version; install</userinput></screen>
    8577
    8678    <para os="l">Create /bin/sh:</para>
  • BOOK/final-system/common/inetutils.xml

    rf7a944b rc19433e  
    3737
    3838    <para os="p5">This patch addresses an issue where telnet on certain machines
    39     will only send to 255.255.255.255. This was due to change in the way glibc
     39    will only send to 255.255.255.255. This was due to change in the way Glibc
    4040    handles inet_addr. Apply the following patch to correct this issue:</para>
    4141
Note: See TracChangeset for help on using the changeset viewer.