aboutsummaryrefslogtreecommitdiffstats
path: root/mail/majordomo/files/patch-bi
blob: c035bcae5a238cb836db873eea083fda1f478343 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- resend.orig	Wed Aug 27 23:59:24 1997
+++ resend	Wed Sep 10 00:57:38 1997
@@ -111,7 +111,7 @@
 # XXX It is possible that owner-$opt_l won't be the right address, but we
 # have little choice.  Sending the bounces to $whoami_owner is an option,
 # but might not clearly indicate the list name.
-$sendmail_command = $sendmail_command || "/usr/lib/sendmail";
+$sendmail_command = $sendmail_command || "/usr/sbin/sendmail";
 $bounce_mailer = $bounce_mailer || "$sendmail_command -f\$sender -t";
 &set_mail_from("owner-$opt_l");
 &set_mail_sender("owner-$opt_l");
@@ -924,7 +924,7 @@
     else {
 	# Painful, but we have to provide some kind of backwards
 	# compatibility and this is what 1.93 used
-	$mailcmd = "/usr/lib/sendmail -f$sender -t";
+	$mailcmd = "/usr/sbin/sendmail -f$sender -t";
     }
 
     # clean up the addresses, for use on the sendmail command line