diff options
author | Jun-ichiro itojun Hagino <itojun@FreeBSD.org> | 1997-09-10 02:52:59 +0000 |
---|---|---|
committer | Jun-ichiro itojun Hagino <itojun@FreeBSD.org> | 1997-09-10 02:52:59 +0000 |
commit | eb370df20f81d89a792f5f6cdb04e6254eea81f7 (patch) | |
tree | d9b0bae0d2e5ff4bab831d77dc5d5084621711e6 /mail/majordomo/files/patch-ac | |
parent | The majordomo port wrongly assumes that there's ${PREFIX}/bin/perl. (diff) |
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.
Diffstat (limited to 'mail/majordomo/files/patch-ac')
-rw-r--r-- | mail/majordomo/files/patch-ac | 21 |
1 files changed, 6 insertions, 15 deletions
diff --git a/mail/majordomo/files/patch-ac b/mail/majordomo/files/patch-ac index ce76cef9f3dc..cfc5defc5595 100644 --- a/mail/majordomo/files/patch-ac +++ b/mail/majordomo/files/patch-ac @@ -1,15 +1,6 @@ ---- digest.orig Mon Mar 10 12:11:25 1997 -+++ digest Sun Apr 27 20:19:56 1997 -@@ -23,7 +23,7 @@ - &readconfig; - $TEMP = "$TMPDIR/digest.$$" || "/usr/tmp/digest.$$"; - --$sendmail_command = "/usr/lib/sendmail" if ! defined $sendmail_command ; -+$sendmail_command = "/usr/sbin/sendmail" if ! defined $sendmail_command ; - - if (defined($opt_r)) { - &receive_message; -@@ -313,7 +313,7 @@ +--- digest.orig Wed Aug 27 23:42:52 1997 ++++ digest Wed Sep 10 00:56:12 1997 +@@ -314,7 +314,7 @@ } else { # Read and execute the .cf file $cf = $opt_c || $ENV{"MAJORDOMO_CF"} || @@ -18,12 +9,12 @@ require "$cf"; chdir($homedir); -@@ -325,7 +325,7 @@ +@@ -326,7 +326,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; + $mailer = "$sendmail_command -oi -oee -f\$sender" + unless defined $mailer; |