#11839 closed enhancement (fixed)
fs-traverse should use fts functions
Reported by: | kballard (Lily Ballard) | Owned by: | kballard (Lily Ballard) |
---|---|---|---|
Priority: | Normal | Milestone: | MacPorts 1.4 |
Component: | base | Version: | 1.4.3 |
Keywords: | Cc: | ||
Port: |
Description
fs-traverse should use the fts.3 family of functions. Right now it uses opendir/readdir which means on 10.3 it'll have the same issue as file delete -force if you use it to delete files.
Change History (3)
comment:1 Changed 18 years ago by kballard (Lily Ballard)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Type: | defect → enhancement |
comment:2 Changed 17 years ago by nox@…
Priority: | Expected → Normal |
---|
comment:3 Changed 17 years ago by jmpalacios (Juan Manuel Palacios)
Merged into the release_1_4 branch in r24908.
-jmpp
Note: See
TracTickets for help on using
tickets.
Fixed in r24423