freebsd-ports/mail/majordomo/files/patch-bd
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

11 lines
491 B
Text

--- contrib/new-list.orig Tue Dec 10 01:50:45 1996
+++ contrib/new-list Wed Sep 10 00:57:18 1997
@@ -41,7 +41,7 @@
# Define all of the mailer properties:
# It is possible that one or both of $sendmail_command and $bounce_mailer
# are not defined, so we provide reasonable defaults.
-$sendmail_command = "/usr/lib/sendmail"
+$sendmail_command = "/usr/sbin/sendmail"
unless defined $sendmail_command;
$bounce_mailer = "$sendmail_command -f\$sender -t"
unless defined $bounce_mailer;