Hi,
I'm trying to get my apache control app back up and running under 10.x
I use AuthorizationExecuteWithPrivileges
to run apachectl with one of it's paramters and that works fine.
The problem is that apachectl sends it's info back via StandardError not StandardOutput.
An error pipe is easy to set up in NSTask but how do I do it with AuthorizationExecuteWithPrivileges?
The info I want is there - it shows up in the run window in PB!
So how do I get the info sent down the error pipe from a process I start with AuthorizationExecuteWithPrivileges?
Thanks