summaryrefslogtreecommitdiff
path: root/mail/majordomo/files/patch-be
diff options
context:
space:
mode:
Diffstat (limited to 'mail/majordomo/files/patch-be')
-rw-r--r--mail/majordomo/files/patch-be23
1 files changed, 0 insertions, 23 deletions
diff --git a/mail/majordomo/files/patch-be b/mail/majordomo/files/patch-be
deleted file mode 100644
index 2d8146c9b244..000000000000
--- a/mail/majordomo/files/patch-be
+++ /dev/null
@@ -1,23 +0,0 @@
---- contrib/sequencer.orig Tue Dec 10 01:50:48 1996
-+++ contrib/sequencer Wed Sep 10 00:57:20 1997
-@@ -399,7 +399,7 @@
- &bounce("Approval required");
- }
-
--$sendmail_cmd = "/usr/lib/sendmail $opt_m -f$sendmail_sender " .
-+$sendmail_cmd = "/usr/sbin/sendmail $opt_m -f$sendmail_sender " .
- join(" ", @ARGV);
-
- if (defined($opt_d)) {
-@@ -541,9 +541,9 @@
- if (defined($opt_d)) {
- # debugging, so just say it, don't do it
- open(MAIL, ">-");
-- print MAIL ">>> /usr/lib/sendmail -f$sendmail_sender -t\n";
-+ print MAIL ">>> /usr/sbin/sendmail -f$sendmail_sender -t\n";
- } else {
-- local(@mailer) = split(' ',"/usr/lib/sendmail -f$sendmail_sender -t");
-+ local(@mailer) = split(' ',"/usr/sbin/sendmail -f$sendmail_sender -t");
- open(MAIL, "|-") || &do_exec_sendmail(@mailer);
- }
-