CVSROOT: /cvs Module name: src Changes by: [email protected] 2008/12/13 12:05:26
Modified files:
usr.sbin/smtpd : newaliases.c
Log message:
If parse_aliases fails, don't warn about syntax errors; it may fail
for other reasons.
Never exit outside main; we need to return to main to clean the
temp file.
Check parse_entry return code; otherwise $? == 0 even when invalid
entries were found.
ok gilles@
