diff options
author | Jim Meyering <jim@meyering.net> | 1997-07-05 13:23:18 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1997-07-05 13:23:18 +0000 |
commit | 8e14d7accc4820805957046f767f07759581753d (patch) | |
tree | 593f48788aec09ecebf974f8ea9789c78235dd4e /old | |
parent | 77ef7e08a762007ad9c5e3ef79eee49d44ffdab7 (diff) | |
download | coreutils-8e14d7accc4820805957046f767f07759581753d.tar.xz |
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r-- | old/sh-utils/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index 301605857..09df18de9 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -1,5 +1,15 @@ 1997-07-05 Jim Meyering <meyering@na-net.ornl.gov> + * 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 <unistd.h> (via system.h) so Cray's int-returning prototype doesn't conflict with our char*-returning one. Reported by Johan Danielsson. |