cvs commit: src/usr.sbin/mailwrapper mailwrapper.c
Simon Schubert
corecode at crater.dragonflybsd.org
Mon Jul 4 04:37:15 PDT 2005
corecode 2005/07/04 04:36:30 PDT
DragonFly src repository
Modified files:
usr.sbin/mailwrapper mailwrapper.c
Log:
Merge various changes from NetBSD, OpenBSD and FreeBSD, especially:
- add command line arguments to the end, not to the beginning
of the argument list. This enables us to do
sendmail /usr/bin/ssh -T mymailhost sendmail
and it won't come out as "ssh -i mail at addr -T mailhost sendmail" as
we had it (and OpenBSD and FreeBSD still have).
- remove freeing of memory when we err() anyways
- set progname so we have understandable error messages which actually
originate from mailwrapper
Revision Changes Path
1.7 +21 -45 src/usr.sbin/mailwrapper/mailwrapper.c
http://www.dragonflybsd.org/cvsweb/src/usr.sbin/mailwrapper/mailwrapper.c.diff?r1=1.6&r2=1.7&f=u
More information about the Commits
mailing list