Changeset c19433e in clfs-sysroot for BOOK/final-system/common
- Timestamp:
- Oct 14, 2006, 3:13:56 PM (18 years ago)
- Branches:
- master
- Children:
- b8c1aeb
- Parents:
- f7a944b
- Location:
- BOOK/final-system/common
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/bash.xml
rf7a944b rc19433e 28 28 install HTML documentation, issue the following commands:</para> 29 29 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 > 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> 39 31 40 32 <para os="c">Create a config.cache containing information that is not … … 82 74 <para os="j">Install the package:</para> 83 75 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> 85 77 86 78 <para os="l">Create /bin/sh:</para> -
BOOK/final-system/common/inetutils.xml
rf7a944b rc19433e 37 37 38 38 <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 glibc39 will only send to 255.255.255.255. This was due to change in the way Glibc 40 40 handles inet_addr. Apply the following patch to correct this issue:</para> 41 41
Note:
See TracChangeset
for help on using the changeset viewer.