CVSROOT: /cvs Module name: src Changes by: [email protected] 2008/12/13 12:02:34
Modified files:
usr.sbin/smtpd : newaliases.c
Log message:
Use mkstemp instead of mkdtemp; also, add more X's.
Do chmod before rename to eliminate short time window when aliases.db
is "official" but not readable.
Use PATH_ALIASESDB instead of hardcoding "/etc/mail/.."
Check db->close return code.
ok gilles@ henning@
