summaryrefslogtreecommitdiff
path: root/devel/bugzilla/files/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'devel/bugzilla/files/patch-ae')
-rw-r--r--devel/bugzilla/files/patch-ae12
1 files changed, 12 insertions, 0 deletions
diff --git a/devel/bugzilla/files/patch-ae b/devel/bugzilla/files/patch-ae
new file mode 100644
index 000000000000..4efd3707c51b
--- /dev/null
+++ b/devel/bugzilla/files/patch-ae
@@ -0,0 +1,12 @@
+diff -u globals.pl~ globals.pl
+--- globals.pl~ Mon Dec 17 20:32:32 2001
++++ globals.pl Mon Dec 17 20:34:30 2001
+@@ -1243,7 +1243,7 @@
+ if (Param('sendmailnow')) {
+ $sendmailparm = '';
+ }
+- if (open(SENDMAIL, "|/usr/lib/sendmail $sendmailparm -t")) {
++ if (open(SENDMAIL, "|/usr/sbin/sendmail $sendmailparm -t")) {
+ my %substs;
+
+ $substs{"to"} = $name;