diff options
author | Jim Meyering <jim@meyering.net> | 2006-07-16 07:13:07 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2006-07-16 07:13:07 +0000 |
commit | c5b63944017c73f191ba8d894109a2bad2174751 (patch) | |
tree | 3b2a503d0f90b3043babeeed5ae246c45e694375 /lib/ChangeLog | |
parent | 77c9d9a00952a981976e4bc929755bab61d81c68 (diff) | |
download | coreutils-c5b63944017c73f191ba8d894109a2bad2174751.tar.xz |
* userspec.c (parse_with_separator): Say "invalid spec" rather than
the sometimes erroneous "cannot get the login group of a numeric UID"
for a spec like "not-a-username:" or "1:". Reported by
suckfish@ihug.co.nz in https://bugzilla.redhat.com/bugzilla/199027.
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r-- | lib/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index 5d114117d..774159fbd 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,10 @@ +2006-07-16 Jim Meyering <jim@meyering.net> + + * userspec.c (parse_with_separator): Say "invalid spec" rather than + the sometimes erroneous "cannot get the login group of a numeric UID" + for a spec like "not-a-username:" or "1:". Reported by + suckfish@ihug.co.nz in https://bugzilla.redhat.com/bugzilla/199027. + 2006-07-10 Derek R. Price <derek@ximbiot.com> * backupfile.c, dirfd.h, fts.c, getcwd.c: |