summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-09-18 21:17:29 +0000
committerJim Meyering <jim@meyering.net>1999-09-18 21:17:29 +0000
commitf1029324fe87a99d35c682aa2ec4795fc31eb8aa (patch)
tree45e9f8b295bdad5bb65edbcd4c47aca7aba085d6 /old
parentc1eb26af14458c9a973e542d98193217c6cf548c (diff)
downloadcoreutils-f1029324fe87a99d35c682aa2ec4795fc31eb8aa.tar.xz
.
Diffstat (limited to 'old')
-rw-r--r--old/sh-utils/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog
index fa1284af8..cb30d4e12 100644
--- a/old/sh-utils/ChangeLog
+++ b/old/sh-utils/ChangeLog
@@ -1,3 +1,19 @@
+1999-09-09 Jim Meyering <meyering@ascend.com>
+
+ * src/Makefile.am (EXTRAdir): Remove unused variable.
+ (installed_su): Use `$(DESTDIR)$(bindir)' in place of $(bindir).
+ (install-exec-local): Likewise.
+ (.sh): Substitute `$(bindir)' rather than @bindir@.
+ Based on a patch from Andreas Schwab.
+
+1999-09-08 Andreas Schwab <schwab@suse.de>
+
+ * tests/nice: Instead of failing, exit with 77 if running niced.
+
+1999-09-08 Jim Meyering <meyering@ascend.com>
+
+ * src/su.c: Remove declaration of xstrdup.
+
1999-09-02 Jim Meyering <meyering@ascend.com>
* src/expr.c: Remove xstrdup declaration.