From d06983b147a40086a48f81d925e5a4171c31f90c Mon Sep 17 00:00:00 2001 From: Volker Stolz Date: Sun, 25 Jul 2004 09:24:57 +0000 Subject: Add formication 1.0.b1, formular processing tool written in perl. PR: ports/65681 Submitted by: Michael Ranner --- www/formication/files/patch-sendmail | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 www/formication/files/patch-sendmail (limited to 'www/formication/files/patch-sendmail') diff --git a/www/formication/files/patch-sendmail b/www/formication/files/patch-sendmail new file mode 100644 index 000000000000..99cf4fd1e8e7 --- /dev/null +++ b/www/formication/files/patch-sendmail @@ -0,0 +1,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); + } + -- cgit v1.2.3