aboutsummaryrefslogtreecommitdiffstats
path: root/mail/majordomo/files/patch-bc
diff options
context:
space:
mode:
Diffstat (limited to 'mail/majordomo/files/patch-bc')
-rw-r--r--mail/majordomo/files/patch-bc35
1 files changed, 0 insertions, 35 deletions
diff --git a/mail/majordomo/files/patch-bc b/mail/majordomo/files/patch-bc
deleted file mode 100644
index 66a551a45318..000000000000
--- a/mail/majordomo/files/patch-bc
+++ /dev/null
@@ -1,35 +0,0 @@
---- config-test.orig Thu Aug 28 00:17:13 1997
-+++ config-test Wed Sep 10 00:57:17 1997
-@@ -237,9 +237,9 @@
- else {
- print "You have defined neither \$mailer, nor \$sendmail_command.\n";
- print "Majordomo will use\n";
-- print "/usr/lib/sendmail -f\\\$sender\n";
-+ print "/usr/sbin/sendmail -f\\\$sender\n";
- print "to deliver mail to the list.\n";
-- $x = "/usr/lib/sendmail";
-+ $x = "/usr/sbin/sendmail";
- }
-
- print "Attempting to verify that this is a valid mailer...";
-@@ -266,9 +266,9 @@
- else {
- print "You have defined neither \$mailer, nor \$sendmail_command.\n";
- print "Majordomo will use\n";
-- print "/usr/lib/sendmail -f\\\$sender -t\n";
-+ print "/usr/sbin/sendmail -f\\\$sender -t\n";
- print "to deliver administrative mail.\n";
-- $x = "/usr/lib/sendmail";
-+ $x = "/usr/sbin/sendmail";
- }
-
- print "Attempting to verify that this is a valid mailer...";
-@@ -375,7 +375,7 @@
- print RF $majordomo_version;
- close RF;
-
-- $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;