diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2004-09-13 10:44:02 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2004-09-13 10:44:02 +0000 |
commit | 79995f60188d2d7734dc9c74e1c09f12bbfeb03c (patch) | |
tree | ce39441a2d39c6ef0f5791a8177d7a23a632d61a | |
parent | 2cfb3f4502c8d953858d390d1ccad6b7bc132b44 (diff) | |
download | coreutils-79995f60188d2d7734dc9c74e1c09f12bbfeb03c.tar.xz |
id shouldn't fail simply because some numbers can't be resolved.
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2004-09-13 Paul Eggert <eggert@cs.ucla.edu> + + * src/id.c (print_full_info): Don't exit with failure status simply + because a user or group number can't be turned into a name. + Problem reported by Felipe Kellermann in: + http://lists.gnu.org/archive/html/bug-coreutils/2004-09/msg00081.html + 2004-09-10 Paul Eggert <eggert@cs.ucla.edu> * NEWS: "tail" now handles obscure POSIX 1003.2-1992 cases better. |