diff options
author | Jeremy Huntwork <jhuntwork@linuxfromscratch.org> | 2006-11-25 19:10:27 +0000 |
---|---|---|
committer | Jeremy Huntwork <jhuntwork@linuxfromscratch.org> | 2006-11-25 19:10:27 +0000 |
commit | 9d4c6dc1ed83a0fc87fe9a1caa153969971e988e (patch) | |
tree | 9d7e27ebdc10d74c93e53bcd3c2d2765f9464b52 /chapter01 | |
parent | a9d68217a1fd0f5d5df7ed71e737828798c78c0a (diff) |
Fix potential corruption of the testsuite tools
by forcing expect to always use /bin/stty and not /usr/local/bin/stty.
Fixes #1892.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7870 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01')
-rw-r--r-- | chapter01/changelog.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index db97e459b..c1e156bd7 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -39,6 +39,11 @@ <listitem> <para>2006-11-25</para> <itemizedlist> + <listitem> + <para>[jhuntwork] - Fix potential corruption of the testsuite tools + by forcing expect to always use /bin/stty and not /usr/local/bin/stty. + Fixes <ulink url="&lfs-ticket-root;1892">#1892</ulink></para> + </listitem> <listitem> <para>[matthew] - Upgrade to Man-pages-1.42. Fixes <ulink url="&lfs-ticket-root;1922">#1922</ulink></para> |