summaryrefslogtreecommitdiff
path: root/mail/mailserv/patches/patch-aa
diff options
context:
space:
mode:
authorrh <rh@pkgsrc.org>2001-08-01 13:54:10 +0000
committerrh <rh@pkgsrc.org>2001-08-01 13:54:10 +0000
commitf8329aeca3d626729c14bfed88bbbf20606c9847 (patch)
tree8825678ac0988e95aaedd8291c8069c50ac4a3ff /mail/mailserv/patches/patch-aa
parent8f0e0f5839dacc38f752e7df15a4290326b04652 (diff)
downloadpkgsrc-f8329aeca3d626729c14bfed88bbbf20606c9847.tar.gz
Initial import of mailserv-3.27 a perl web frontend for majordomo and other
mailing list servers.
Diffstat (limited to 'mail/mailserv/patches/patch-aa')
-rw-r--r--mail/mailserv/patches/patch-aa22
1 files changed, 22 insertions, 0 deletions
diff --git a/mail/mailserv/patches/patch-aa b/mail/mailserv/patches/patch-aa
new file mode 100644
index 00000000000..fb707749187
--- /dev/null
+++ b/mail/mailserv/patches/patch-aa
@@ -0,0 +1,22 @@
+$NetBSD: patch-aa,v 1.1.1.1 2001/08/01 13:54:10 rh Exp $
+
+--- mailserv.orig Fri Nov 5 06:02:55 1999
++++ mailserv
+@@ -28,7 +28,7 @@
+ ## the include files are write-protected, otherwise someone
+ ## could add malicious code to them.
+
+-@INC = (".", "./config");
++@INC = (".", "./config", "@PREFIX@/etc/mailserv");
+ &cgiRequire("cgi-lib.pl");
+ &ReadParse();
+
+@@ -65,7 +65,7 @@
+ # Program into which mail is piped
+ # You can override this with $config::mailer.
+
+-$mailer = "/usr/lib/sendmail -t";
++$mailer = "/usr/sbin/sendmail -t";
+
+ # Use "-f address" for the mailer?
+ # Your sendmail must be configured correctly for this to work.