Changes between Initial Version and Version 1 of Ticket #55332
- Timestamp:
- Nov 16, 2017, 9:54:11 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #55332 – Description
initial v1 1 1 The `lchown` C function in src/pextlib1.0/Pextlib.c accepts a file path, username, and optional group name. 2 2 3 But the `chown` Tcl procedure in src/port1.0/portutil.tcl that calls it doesonly accepts a file path and username.3 But the `chown` Tcl procedure in src/port1.0/portutil.tcl that calls it only accepts a file path and username. 4 4 5 5 Should `chown` also accept an optional group name?