DragonFly BSD
DragonFly commits List (threaded) for 2005-07
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

cvs commit: src/usr.sbin/mailwrapper mailwrapper.c


From: Simon Schubert <corecode@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Mon, 4 Jul 2005 04:36:30 -0700 (PDT)

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@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



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]