CVSROOT: /cvs Module name: src Changes by: [email protected] 2012/09/16 10:43:29
Modified files:
usr.sbin/smtpd : control.c lka.c mda.c mfa.c mta.c queue.c
scheduler.c smtp.c smtpd.c
Log message:
Factorize log_imsg() in imsg_dispatch() instead of in each imsg_callback()'s
and put it out of profiling, so it's not accounted.
While there, for PROC_PARENT:
- set smtpd_process for PROC_PARENT
- use setproctitle() like other processes
ok gilles@
