diff options
author | Jim Meyering <jim@meyering.net> | 1999-03-09 16:11:03 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-03-09 16:11:03 +0000 |
commit | 0c23f185744e00f3ae4e1346110f43e944a52c76 (patch) | |
tree | da6562f038aae5d01ec6b59edca8e2c297d5f9dc /old | |
parent | fbaac7ba2936939d97eb9458431a7135c3c754d6 (diff) | |
download | coreutils-0c23f185744e00f3ae4e1346110f43e944a52c76.tar.xz |
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r-- | old/sh-utils/ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index fc7c1ecaa..13b13e60e 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -1,3 +1,22 @@ +1999-03-09 Jim Meyering <meyering@ascend.com> + + Running `id USER' doesn't report any groups if there is no + entry for USER in /etc/group. Make it report the one from /etc/passwd. + * src/id.c: (xgetgroups): Take new parameter, gid, and pass + it to getugroups. + (print_group_list): Call getpwuid and adjust calls to xgetgroups + to include new parameter. + * lib/getugroups.c (getugroups): Take new parameter, gid. + Add gid to the list of groups. + From Ulrich Drepper. + * lib/getgroups.c (getgroups): Protoize. + +1999-03-08 Jim Meyering <meyering@ascend.com> + + * tests/basename: New directory and tests. + * tests/Makefile.am (SUBDIRS): Add basename. + * configure.in (AC_OUTPUT): Add tests/basename/Makefile. + 1999-03-06 Jim Meyering <meyering@ascend.com> * src/date.c (batch_convert): Use a `%s' format in error call, |