Changeset 38147
- Timestamp:
- 07/08/2008 14:01:25 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/gsoc08-privileges/base/src/port1.0/portutil.tcl
r38144 r38147 2274 2274 2275 2275 if {[file isdirectory $path]} { 2276 f oreach g [glob [file join $path *]]{2277 chown $g $user2276 fs-traverse myfile ${path} { 2277 file attributes $myfile -owner [name_to_uid "$user"] 2278 2278 } 2279 2279 } 2280 } 2281 2280 2281 } 2282

