Date: Fri, 30 Jan 2004 14:30:25 -0800 (PST) From: Michael Ranner <mranner@inode.at> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/62045: [NEW PORT] www/formication: Formular processing tool written in perl Message-ID: <200401302230.i0UMUPbO043714@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/62045; it has been noted by GNATS. From: Michael Ranner <mranner@inode.at> To: freebsd-gnats-submit@FreeBSD.org, mranner@inode.at Cc: Subject: Re: ports/62045: [NEW PORT] www/formication: Formular processing tool written in perl Date: Fri, 30 Jan 2004 23:27:50 +0100 Please add this patch to this ports "files" directory --- patch begins here --- *** 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); } --- patch ends here ---
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200401302230.i0UMUPbO043714>