Date: Tue, 6 Jun 2006 05:01:12 +0000 (UTC) From: Xin LI <delphij@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man5 mailer.conf.5 src/usr.sbin/mailwrapper Makefile mailwrapper.c Message-ID: <200606060501.k5651CAU004935@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200606060501.k5651CAU004935>
