summaryrefslogtreecommitdiff
path: root/www/formication/files/patch-sendmail
blob: 99cf4fd1e8e74f84457e41f23473ad7186a8ae7b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
*** formication.pl.orig	Fri Jan 30 23:24:27 2004
--- formication.pl	Fri Jan 30 23:24:45 2004
***************
*** 234,240 ****
   # thereby saving us from having to parse the headers ourselves.
   if($child_id == 0) {
    # without the if, perl warns that the exit is unlikely to be reached.
!   if(1) { exec("/usr/lib/sendmail -t"); }
    exit(1);
   }
  
--- 234,240 ----
   # thereby saving us from having to parse the headers ourselves.
   if($child_id == 0) {
    # without the if, perl warns that the exit is unlikely to be reached.
!   if(1) { exec("/usr/sbin/sendmail -t"); }
    exit(1);
   }