diff options
author | Jim Meyering <jim@meyering.net> | 2000-12-16 22:26:23 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-12-16 22:26:23 +0000 |
commit | 2b64713ac6cc8b1fff7a8ba2ea802b2eff05836e (patch) | |
tree | a1f68eb2355115286b65b70a2f646d40e9143577 | |
parent | 2464a2cd9dbafc6b14fd0e9a5e76eacc39c5bef7 (diff) | |
download | coreutils-2b64713ac6cc8b1fff7a8ba2ea802b2eff05836e.tar.xz |
*** empty log message ***
-rw-r--r-- | lib/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index 750c71232..d267ade62 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,5 +1,14 @@ 2000-12-16 Jim Meyering <meyering@lucent.com> + * getusershell.c [!SHELLS_FILE && __DJGPP__]: Define + SHELLS_FILE to a file name that's useful on djgpp systems. + Include stdlib.h. + (ADDITIONAL_DEFAULT_SHELLS): Define. + (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS. + Based mostly on a patch from Prashant TR. + +2000-12-16 Jim Meyering <meyering@lucent.com> + This bug had a serious impact on chown: `chown N:M FILE' (for integer N and M) would have treated it like `chown N:N FILE'. |