Changes between Initial Version and Version 1 of Ticket #55332


Ignore:
Timestamp:
Nov 16, 2017, 9:54:11 AM (6 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #55332 – Description

    initial v1  
    11The `lchown` C function in src/pextlib1.0/Pextlib.c accepts a file path, username, and optional group name.
    22
    3 But the `chown` Tcl procedure in src/port1.0/portutil.tcl that calls it does only accepts a file path and username.
     3But the `chown` Tcl procedure in src/port1.0/portutil.tcl that calls it only accepts a file path and username.
    44
    55Should `chown` also accept an optional group name?