1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/mail/majordomo/files/patch-bj
Jun-ichiro itojun Hagino eb370df20f original distribution updated to 1.94.4.
1.94.4 includes security fix, and jfitz is on vacation, so I committed this.
I would like to have a review by jfitz, after he comes back.
1997-09-10 02:52:59 +00:00

12 lines
356 B
Plaintext

--- approve.orig Sun Apr 6 04:18:36 1997
+++ approve Wed Sep 10 00:57:40 1997
@@ -63,7 +63,7 @@
#
# $Locker: $
-$MAILER = '/usr/lib/sendmail' if -x '/usr/lib/sendmail';
+$MAILER = '/usr/sbin/sendmail' if -x '/usr/sbin/sendmail';
$MAILER = '/usr/sbin/sendmail' if -x '/usr/sbin/sendmail';
die "Couldn't find a sendmail to invoke, please define!"