freebsd-ports/www/formication/files/patch-sendmail
Volker Stolz d06983b147 Add formication 1.0.b1, formular processing tool written in perl.
PR:		ports/65681
Submitted by:	Michael Ranner <mranner@inode.at>
2004-07-25 09:24:57 +00:00

19 lines
604 B
Text

*** 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);
}