]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
id shouldn't fail simply because some numbers can't be resolved.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 13 Sep 2004 10:44:02 +0000 (10:44 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 13 Sep 2004 10:44:02 +0000 (10:44 +0000)
ChangeLog

index 696624036cce547b3a91cc3b0b4b593f3cf917db..6f25c93a4879708dc8a94f72dba18e19002d2caf 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.