aboutsummaryrefslogtreecommitdiffstats
path: root/devel/bugzilla3/files/patch-af
diff options
context:
space:
mode:
Diffstat (limited to 'devel/bugzilla3/files/patch-af')
-rw-r--r--devel/bugzilla3/files/patch-af12
1 files changed, 0 insertions, 12 deletions
diff --git a/devel/bugzilla3/files/patch-af b/devel/bugzilla3/files/patch-af
deleted file mode 100644
index c0a75c2507c..00000000000
--- a/devel/bugzilla3/files/patch-af
+++ /dev/null
@@ -1,12 +0,0 @@
-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;