From: Jim Meyering Date: Sat, 18 Sep 1999 21:17:29 +0000 (+0000) Subject: . X-Git-Tag: FILEUTILS-4_0j-trial~222 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=f1029324fe87a99d35c682aa2ec4795fc31eb8aa;p=thirdparty%2Fcoreutils.git . --- diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index fa1284af86..cb30d4e128 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -1,3 +1,19 @@ +1999-09-09 Jim Meyering + + * 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 + + * tests/nice: Instead of failing, exit with 77 if running niced. + +1999-09-08 Jim Meyering + + * src/su.c: Remove declaration of xstrdup. + 1999-09-02 Jim Meyering * src/expr.c: Remove xstrdup declaration.