aboutsummaryrefslogtreecommitdiff
path: root/devel/bugzilla2/files/patch-af
blob: c0a75c2507ce71fe35d62f2d715a952a963e9f7a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
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;