diff options
author | John Marino <marino@FreeBSD.org> | 2015-03-26 14:47:41 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2015-03-26 14:47:41 +0000 |
commit | 030a0aaf307cbf92ee5def908eea2bc8c8094493 (patch) | |
tree | cee99fce912e167daf17bdb830b8d5350f2b40bf /mail/mailx | |
parent | 8a6824e0f5f0ca74d55d30d085d63f5c63ccafb2 (diff) | |
download | ports-030a0aaf307cbf92ee5def908eea2bc8c8094493.tar.gz ports-030a0aaf307cbf92ee5def908eea2bc8c8094493.zip |
Notes
Diffstat (limited to 'mail/mailx')
-rw-r--r-- | mail/mailx/files/patch-names.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/mailx/files/patch-names.c b/mail/mailx/files/patch-names.c new file mode 100644 index 000000000000..5ccf8b99af8b --- /dev/null +++ b/mail/mailx/files/patch-names.c @@ -0,0 +1,11 @@ +--- names.c.intermediate 2015-03-09 09:59:41 UTC ++++ names.c +@@ -502,7 +502,7 @@ unpack(np) + extra++; + top = (char **) salloc((t + extra) * sizeof *top); + ap = top; +- *ap++ = "send-mail"; ++ *ap++ = "sendmail"; + #if MAILX + *ap++ = "-t"; + #else |