cvs commit: src/share/man/man5 mailer.conf.5
src/usr.sbin/mailwrapper Makefile mailwrapper.c
Xin LI
delphij at FreeBSD.org
Tue Jun 6 05:25:27 UTC 2006
delphij 2006-06-06 05:01:12 UTC
FreeBSD src repository
Modified files:
share/man/man5 mailer.conf.5
usr.sbin/mailwrapper Makefile mailwrapper.c
Log:
Cleanups for mailwrapper(8):
- K&R -> ANSI prototype [O]
- Do not bother to do free right before exit() or execve() [O]
- Remove some dead code in addarg()
- Make additional parameters specified in mailer.conf(5)
actually work and document the fact. [N]
- Avoid using __progname but instead use getprogname()
and setprogname() to provide more sensible messages. [O, N]
- Update $OpenBSD$ and $NetBSD$ to reflect the fact that we
have sync'ed with their code.
- WARNS=6
Obtained from/Inspired by: OpenBSD [O], NetBSD [N] (partially)
Revision Changes Path
1.12 +64 -19 src/share/man/man5/mailer.conf.5
1.15 +1 -0 src/usr.sbin/mailwrapper/Makefile
1.10 +41 -69 src/usr.sbin/mailwrapper/mailwrapper.c
More information about the cvs-src
mailing list