On Sun, Nov 15, 2009 at 10:39 AM, [email protected] <[email protected]> wrote: > If i understood correctly, the function AuthorizationExecuteWithPrivileges() > executes the given command in a new process. > > Is there a way to wait for the created process to terminate ?
No, using AEWP correctly will always create a zombie: http://lists.apple.com/archives/cocoa-dev/2008/Oct/msg00195.html --Kyle Sluder _______________________________________________ Cocoa-dev mailing list ([email protected]) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
