aboutsummaryrefslogtreecommitdiffstats
path: root/devel/bugzilla2/files/patch-ah
diff options
context:
space:
mode:
Diffstat (limited to 'devel/bugzilla2/files/patch-ah')
-rw-r--r--devel/bugzilla2/files/patch-ah12
1 files changed, 0 insertions, 12 deletions
diff --git a/devel/bugzilla2/files/patch-ah b/devel/bugzilla2/files/patch-ah
deleted file mode 100644
index 8fa58c7dcdd..00000000000
--- a/devel/bugzilla2/files/patch-ah
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -u processmail~ processmail
---- processmail~ Mon Dec 17 20:32:32 2001
-+++ processmail Mon Dec 17 20:34:47 2001
-@@ -742,7 +742,7 @@
- }
-
- if ($enableSendMail == 1) {
-- open(SENDMAIL, "|/usr/lib/sendmail $sendmailparam -t") ||
-+ open(SENDMAIL, "|/usr/sbin/sendmail $sendmailparam -t") ||
- die "Can't open sendmail";
-
- print SENDMAIL trim($msg) . "\n";