diff options
author | Jim Meyering <jim@meyering.net> | 1999-09-18 21:17:29 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-09-18 21:17:29 +0000 |
commit | f1029324fe87a99d35c682aa2ec4795fc31eb8aa (patch) | |
tree | 45e9f8b295bdad5bb65edbcd4c47aca7aba085d6 | |
parent | c1eb26af14458c9a973e542d98193217c6cf548c (diff) | |
download | coreutils-f1029324fe87a99d35c682aa2ec4795fc31eb8aa.tar.xz |
.
-rw-r--r-- | old/sh-utils/ChangeLog | 16 |
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. |