From: Paul Eggert Date: Mon, 13 Sep 2004 10:44:02 +0000 (+0000) Subject: id shouldn't fail simply because some numbers can't be resolved. X-Git-Tag: v5.3.0~697 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=79995f60188d2d7734dc9c74e1c09f12bbfeb03c;p=thirdparty%2Fcoreutils.git id shouldn't fail simply because some numbers can't be resolved. --- diff --git a/ChangeLog b/ChangeLog index 696624036c..6f25c93a48 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2004-09-13 Paul Eggert + + * 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 * NEWS: "tail" now handles obscure POSIX 1003.2-1992 cases better.