CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2017/06/20 09:46:18
Modified files:
infrastructure/lib/DPB: Job.pm Logger.pm
infrastructure/lib/DPB/Core: Init.pm
infrastructure/lib/DPB/Job: Fetch.pm
Log message:
move redirect to UserProxy and introduce write_error.
redirect is only called thru a user, so have the error message be
more helpful in telling which user can't perform the redirect.
likewise, write_error should tell which user is involved.
don't wrap redirect_fh in run_as, because we're not opening any
new file.