summaryrefslogtreecommitdiff
path: root/devel/bugzilla/files/patch-ah
blob: 8fa58c7dcddccdd7cc7eb167b038693d01eb644c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
diff -u processmail~ processmail
--- processmail~	Mon Dec 17 20:32:32 2001
+++ processmail	Mon Dec 17 20:34:47 2001
@@ -742,7 +742,7 @@
     }
 
     if ($enableSendMail == 1) {
-    open(SENDMAIL, "|/usr/lib/sendmail $sendmailparam -t") ||
+    open(SENDMAIL, "|/usr/sbin/sendmail $sendmailparam -t") ||
       die "Can't open sendmail";
     
     print SENDMAIL trim($msg) . "\n";