Opened 9 years ago

Closed 9 years ago

Last modified 9 years ago

#50 closed enhancement (fixed)

urpo: implement rmdir()

Reported by: Yuri Dario Owned by:
Priority: major Milestone:
Component: *none Version:
Severity: Keywords:
Cc: Lewis Rosenthal

Description

Also rmdir() is a good candidate for delayed remove when it is not empty, http://trac.netlabs.org/rpm/ticket/99 is the main reason for this.

Change History (4)

comment:1 Changed 9 years ago by Lewis Rosenthal

Cc: Lewis Rosenthal added

comment:2 Changed 9 years ago by Yuri Dario

code enhancement done in r947, build system improvements in r945 and r946.

comment:3 Changed 9 years ago by Yuri Dario

Resolution: fixed
Status: newclosed

comment:4 Changed 9 years ago by Yuri Dario

Since we cannot handle EACCESS because it wont let us to use DosReplaceModule? in rpm, a new renameForce() API is added: in case of error, file is always added to URPO list.

Add a new renameForce() update to resolve RPM issue#99. ticket#50.
Committed revision r949.

Note: See TracTickets for help on using tickets.