CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2017/01/09 02:53:23
Modified files:
usr.sbin/smtpd : ca.c control.c filter.c lka.c log.c log.h
makemap.c mta.c pony.c queue.c
scheduler_ramqueue.c smtpctl.c smtpd.c smtpd.h
util.c
Log message:
smtpd joins the 7 other daemons that share the same log.c file.
The only major difference was the "log_trace" concept that is only
used by smtpd - move it from log.c into util.c and make it a local
concept. This also needed to rename the global "verbose" variable to
"tracing" in a few places.
OK krw@ gilles@ eric@