Opened 13 years ago
Closed 13 years ago
#13 closed defect (fixed)
coreutils: cannot change owner and group
Reported by: | Yuri Dario | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | coreutils | Version: | |
Severity: | Keywords: | ||
Cc: |
Description
Current chown/chgrp implementation cannot change owner and group of files because of a bug in libc described in
http://svn.netlabs.org/libc/ticket/204
Since this code has not been incorporated in libc 0.6.4, it could be integrated into coreutils until libc is fixed.
Change History (2)
comment:1 by , 13 years ago
comment:2 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(changeset:393) incorporated libc fixes from ticket 204.
That code can be removed once libc ticket 204 will be resolved.