summaryrefslogtreecommitdiff
path: root/mail/majordomo/patches/patch-ai
diff options
context:
space:
mode:
Diffstat (limited to 'mail/majordomo/patches/patch-ai')
-rw-r--r--mail/majordomo/patches/patch-ai17
1 files changed, 17 insertions, 0 deletions
diff --git a/mail/majordomo/patches/patch-ai b/mail/majordomo/patches/patch-ai
new file mode 100644
index 00000000000..388e25e2de6
--- /dev/null
+++ b/mail/majordomo/patches/patch-ai
@@ -0,0 +1,17 @@
+$NetBSD: patch-ai,v 1.1.1.1 1999/06/08 17:51:26 bad Exp $
+
+--- ./resend.orig Wed Aug 27 08:59:24 1997
++++ ./resend Tue Jun 8 10:55:13 1999
+@@ -93,4 +93,5 @@
+ chdir($homedir) || die("Can't chdir(\"$homedir\"): $!");
+
++unshift(@INC, $bindir);
+ unshift(@INC, $homedir);
+ require "ctime.pl"; # For logging purposes
+@@ -316,5 +317,5 @@
+ &bitch("resend: \$admin_body not defined in $cf !!\n" .
+ "Majordomo will only catch \"subscribe\" and \"unsubscribe\" in\n" .
+- "the body.\nLook at $homedir/sample.cf for a good definition.");
++ "the body.\nLook at $bindir/sample.cf for a good definition.");
+ @admin_body = ('/^subject:\s*subscribe\b/i' ,
+ '/^subject:\s*unsubscribe\b/i');