diff options
author | Jim Meyering <jim@meyering.net> | 1999-03-13 16:24:16 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-03-13 16:24:16 +0000 |
commit | 5c591b0e360be353259d3027a6a2d1c146807085 (patch) | |
tree | cec4a1a14154bb2c18e7944ec39b153cf53b5bed /old | |
parent | dac5c72090248f2913606341035252e2453d8041 (diff) | |
download | coreutils-5c591b0e360be353259d3027a6a2d1c146807085.tar.xz |
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r-- | old/sh-utils/NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/old/sh-utils/NEWS b/old/sh-utils/NEWS index cf4c272d7..df8908308 100644 --- a/old/sh-utils/NEWS +++ b/old/sh-utils/NEWS @@ -3,6 +3,7 @@ Changes in release 1.17 * `basename /' now prints `/', per the single unix spec * `who --lookup' no longer erroneously reports `localhost' for IP addresses for which it could not do a reverse lookup. +* `id user' wouldn't report a group id in some situations. Now it always does. [1.16f] * chroot now calls chdir ("/") after chroot. * `date -s' now exits with nonzero status upon failure |