aboutsummaryrefslogtreecommitdiffstats
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, 0 insertions, 12 deletions
diff --git a/devel/bugzilla/files/patch-ae b/devel/bugzilla/files/patch-ae
deleted file mode 100644
index 4efd3707c51..00000000000
--- a/devel/bugzilla/files/patch-ae
+++ /dev/null
@@ -1,12 +0,0 @@
-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;