pkgsrc/mail/msmtp
ben d17c0a2caa The msmtp manual states that it uses the same exit codes as sendmail.
Most of these exit codes are defined in gnulib/sysexit_.h
EX_OK is defined as 0 in src/msmtp.c if it wasn't already defined.
The variable error_code is assigned these exit values, and returned at
the end of main().

On Interix, EX_OK is defined in unistd.h:
#define EX_OK           0x8001  /* test for regular executable */

patch-ab changes the logic so that when error_code == EX_OK, the exit
code is 0 instead of EX_OK.  This should work everywhere.
2006-01-01 18:59:04 +00:00
..
patches The msmtp manual states that it uses the same exit codes as sendmail. 2006-01-01 18:59:04 +00:00
DESCR
distinfo The msmtp manual states that it uses the same exit codes as sendmail. 2006-01-01 18:59:04 +00:00
Makefile Interix uses WinSock, which does not provide SO_RCVTIMEO nor SO_SNDTIMEO. 2006-01-01 17:02:21 +00:00
options.mk Convert to PKG_OPTIONS_GROUP syntax. 2005-08-31 18:32:47 +00:00
PLIST Changes 1.4.0: 2005-04-04 08:45:24 +00:00