summaryrefslogtreecommitdiff
path: root/devel/bugzilla/files/patch-af
diff options
context:
space:
mode:
Diffstat (limited to 'devel/bugzilla/files/patch-af')
-rw-r--r--devel/bugzilla/files/patch-af12
1 files changed, 12 insertions, 0 deletions
diff --git a/devel/bugzilla/files/patch-af b/devel/bugzilla/files/patch-af
new file mode 100644
index 000000000000..c0a75c2507ce
--- /dev/null
+++ b/devel/bugzilla/files/patch-af
@@ -0,0 +1,12 @@
+diff -u importxml.pl~ importxml.pl
+--- importxml.pl~ Mon Dec 17 20:32:32 2001
++++ importxml.pl Mon Dec 17 20:34:34 2001
+@@ -108,7 +108,7 @@
+ $header.= "Subject: $subject\n\n";
+
+ open(SENDMAIL,
+- "|/usr/lib/sendmail -ODeliveryMode=background -t") ||
++ "|/usr/sbin/sendmail -ODeliveryMode=background -t") ||
+ die "Can't open sendmail";
+ print SENDMAIL $header . $message . "\n";
+ close SENDMAIL;