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