summaryrefslogtreecommitdiff
path: root/mail/xmail/files/patch-ab
diff options
context:
space:
mode:
authorAndreas Klemm <andreas@FreeBSD.org>1998-01-09 04:57:38 +0000
committerAndreas Klemm <andreas@FreeBSD.org>1998-01-09 04:57:38 +0000
commitadc07a304bf29cd41054dc629ed9e9d012c2272d (patch)
tree44f13285f41ca093276e27c048360313b8ce85f7 /mail/xmail/files/patch-ab
parentsamba updated to 1.9.18. (diff)
New port xmail. A x11 frontend to the mail command.
Submitted by: "Stephen J. Roznowski" <sjr@home.net>
Notes
Notes: svn path=/head/; revision=9297
Diffstat (limited to 'mail/xmail/files/patch-ab')
-rw-r--r--mail/xmail/files/patch-ab19
1 files changed, 19 insertions, 0 deletions
diff --git a/mail/xmail/files/patch-ab b/mail/xmail/files/patch-ab
new file mode 100644
index 000000000000..af2cbe011fac
--- /dev/null
+++ b/mail/xmail/files/patch-ab
@@ -0,0 +1,19 @@
+--- callbacks.c.orig Fri Jan 27 16:09:15 1995
++++ callbacks.c Thu Mar 6 22:50:38 1997
+@@ -45,7 +45,6 @@
+ #else
+ extern int errno;
+ extern int sys_nerr;
+-extern char *sys_errlist[];
+ #endif
+
+ extern char otherBuf[BUFSIZ];
+@@ -608,7 +607,7 @@
+ }
+
+ if (! (m = GetMailEnv("sendmail")))
+- m = XtNewString("/usr/lib/sendmail");
++ m = XtNewString("/usr/sbin/sendmail");
+ #ifdef X_FACE
+ else {
+ add_face = (strcmp(&m[strlen(m)-14], "faces.sendmail") != 0) ? 1 : 0;