diff options
author | Jim Meyering <jim@meyering.net> | 1997-07-12 23:01:17 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1997-07-12 23:01:17 +0000 |
commit | 7673378e0a96faaa27d8e6538ce79f9da4c7df73 (patch) | |
tree | 5219de80b2c5be273a3f047d92682a928fafecd2 /old/sh-utils | |
parent | 97fca9a840a40bd25e115877deaa5bd94bfd7f6d (diff) | |
download | coreutils-7673378e0a96faaa27d8e6538ce79f9da4c7df73.tar.xz |
*** empty log message ***
Diffstat (limited to 'old/sh-utils')
-rw-r--r-- | old/sh-utils/ChangeLog | 1 | ||||
-rw-r--r-- | old/sh-utils/NEWS | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index 30a270fe9..eed880af3 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -25,6 +25,7 @@ version of su. (all_local): New target. Dependend on su. Required now that su is no longer in bin_PROGRAMS. + (uninstall-local): Remove su only if it comes from the GNU sh-utils. * src/su.c: Redefine/undef getusershell around inclusion of <unistd.h> (via system.h) so Cray's int-returning prototype doesn't conflict diff --git a/old/sh-utils/NEWS b/old/sh-utils/NEWS index 948449ba4..48a9c2559 100644 --- a/old/sh-utils/NEWS +++ b/old/sh-utils/NEWS @@ -1,6 +1,8 @@ Changes in release 1.17 [1.16c] * date -u -d DATE now prints the correct date +* don't remove already-installed su unless it is possible to install the + new one setuid root. [1.16b] [1.16a] * expr accepts new unary operator, quote. |