summaryrefslogtreecommitdiff
path: root/system/mailx/sendmail.patch
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2020-01-15 02:44:58 +0000
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2020-01-15 02:44:58 +0000
commit35824ecc4f2a4cbd8170e2e41681400855239b09 (patch)
treeac86cbc90418439350421e65370a70e6c52a100b /system/mailx/sendmail.patch
parent9e9c63dfc7673456279d0d2772f5c07476b0c113 (diff)
downloadpackages-35824ecc4f2a4cbd8170e2e41681400855239b09.tar.gz
packages-35824ecc4f2a4cbd8170e2e41681400855239b09.tar.bz2
packages-35824ecc4f2a4cbd8170e2e41681400855239b09.tar.xz
packages-35824ecc4f2a4cbd8170e2e41681400855239b09.zip
system/mailx: Update for OpenSSL 1.1
Diffstat (limited to 'system/mailx/sendmail.patch')
-rw-r--r--system/mailx/sendmail.patch24
1 files changed, 24 insertions, 0 deletions
diff --git a/system/mailx/sendmail.patch b/system/mailx/sendmail.patch
new file mode 100644
index 000000000..9be0fd0bd
--- /dev/null
+++ b/system/mailx/sendmail.patch
@@ -0,0 +1,24 @@
+This patch additionally fixes the manpage.
+
+--- mailx-12.4/Makefile.old 2008-07-28 22:33:38.000000000 +0000
++++ mailx-12.4/Makefile 2020-01-15 02:29:34.445930298 +0000
+@@ -13,7 +13,7 @@
+
+ MAILRC = $(SYSCONFDIR)/nail.rc
+ MAILSPOOL = /var/mail
+-SENDMAIL = /usr/lib/sendmail
++SENDMAIL = /usr/sbin/sendmail
+
+ DESTDIR =
+
+--- mailx-12.4/mailx.1.old 2020-01-15 02:20:57.711188031 +0000
++++ mailx-12.4/mailx.1 2020-01-15 02:29:50.274237107 +0000
+@@ -4907,7 +4907,7 @@
+ which just acts as a proxy.
+ .PP
+ \fIMailx\fR immediately contacts the SMTP server (or
+-.IR \%/usr/lib/sendmail )
++.IR \%/usr/sbin/sendmail )
+ even when operating in
+ .I disconnected
+ mode.