From: Jim Meyering Date: Sat, 5 Jul 1997 13:23:18 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: SH-UTILS-1_16c~105 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8e14d7accc4820805957046f767f07759581753d;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index 301605857b..09df18de9d 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -1,5 +1,15 @@ 1997-07-05 Jim Meyering + * src/Makefile.am (EXTRA_PROGRAMS): Add su here. + (bin_PROGRAMS): Remove su here. + (install-exec-local): Rewrite rule so that su is installed only if + it can be made setuid root. Before it was always installed and then + removed if it could *not* be made setuid root. That had the potential + undesirable side effect of removing (and not replacing) a working + version of su. + (all_local): New target. Dependend on su. Required now that su is + no longer in bin_PROGRAMS. + * src/su.c: Redefine/undef getusershell around inclusion of (via system.h) so Cray's int-returning prototype doesn't conflict with our char*-returning one. Reported by Johan Danielsson.