summaryrefslogtreecommitdiff
path: root/devel/bugzilla/files/patch-ah
diff options
context:
space:
mode:
Diffstat (limited to 'devel/bugzilla/files/patch-ah')
-rw-r--r--devel/bugzilla/files/patch-ah12
1 files changed, 12 insertions, 0 deletions
diff --git a/devel/bugzilla/files/patch-ah b/devel/bugzilla/files/patch-ah
new file mode 100644
index 000000000000..8fa58c7dcddc
--- /dev/null
+++ b/devel/bugzilla/files/patch-ah
@@ -0,0 +1,12 @@
+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";