From: Marcela Maslanova Date: Mon, 12 Nov 2007 12:27:56 +0000 (+0100) Subject: In configure was incorrect path for sendmail. The error occured X-Git-Tag: cronie1.0~12 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5e9dd03d06c08ebb433d7dd956394efdeca46db5;p=cronie In configure was incorrect path for sendmail. The error occured only when sendmail wasn't set up like default MTA. --- diff --git a/configure.ac b/configure.ac index c9fded3..e140806 100644 --- a/configure.ac +++ b/configure.ac @@ -192,7 +192,7 @@ AC_ARG_WITH(pam, AC_DEFINE(DEBUGGING,1,[Code will be built with debug info.]) -AC_DEFINE(MAILARG,"/usr/lib/sendmail",[There will be path to sendmail.]) +AC_DEFINE(MAILARG,"/usr/sbin/sendmail",[There will be path to sendmail.]) AC_DEFINE(MAILFMT,"%s -FCronDaemon -i -odi -oem -oi -t", [-i = don't terminate on "." by itself