summaryrefslogtreecommitdiff
path: root/old/sh-utils
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1997-06-29 13:50:57 +0000
committerJim Meyering <jim@meyering.net>1997-06-29 13:50:57 +0000
commita6b6c95b839cbc3a947b857c98771f3793d7f87d (patch)
treed8444cd69c3126c0ecda1e0f1a0d024c138ff38f /old/sh-utils
parent25c1d1dccd0bfff5045010e641910f2f7a8ce82b (diff)
downloadcoreutils-a6b6c95b839cbc3a947b857c98771f3793d7f87d.tar.xz
*** empty log message ***
Diffstat (limited to 'old/sh-utils')
-rw-r--r--old/sh-utils/ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog
index 3f5ec0261..27351d279 100644
--- a/old/sh-utils/ChangeLog
+++ b/old/sh-utils/ChangeLog
@@ -4,6 +4,7 @@ Sun Jun 29 07:18:25 1997 Jim Meyering <meyering@na-net.ornl.gov>
crypt-related library (-lufc or -lcrypt) only for the program that
needs it (su), rather than to all executables.
* src/Makefile.am (su_LDADD): Set to `$(LDADD) @LIB_CRYPT@'.
+ Suggestion from Ulrich Drepper.
* tests/date/mk-script.pl: Set and export LANGUAGE, LC_ALL, and LANG
so tests get english strings. From Ulrich Drepper.