Change History (4)
comment:1 by , 23 years ago
comment:2 by , 23 years ago
| Owner: | changed from to | 
|---|
comment:3 by , 23 years ago
| Owner: | changed from to | 
|---|
Added line to remove groups program installed by Shadow because Sh-utils installs a (better) groups program. Note: Shadow's groups man page might be installed, but doesn't overwrite the Sh-utils version. Closing this bug.
comment:4 by , 23 years ago
| Resolution: | → fixed | 
|---|---|
| Status: | new → closed | 
  Note:
 See   TracTickets
 for help on using tickets.
    

my vote is to keep the sh-utils one; it's just a wrapper around id -Gn which we can be pretty sure will work. the shadow one is in C but seems to do the same thing and it seems daft to keep two sets of code (on in id, one in groups) around to do the same thing.