]> git.pld-linux.org Git - packages/fcron.git/blame - fcron-sendmail.patch
Up to 3.3.1
[packages/fcron.git] / fcron-sendmail.patch
CommitLineData
5f113dcb
JR
1--- fcron-3.1.2/configure.in~ 2013-03-03 20:58:38.000000000 +0100
2+++ fcron-3.1.2/configure.in 2014-01-29 00:18:37.531302060 +0100
3@@ -198,14 +198,7 @@
4 AC_MSG_WARN([Without sendmail you will not get the output of the jobs by mail])
5 elif test -n "$SENDMAIL" ; then
6 dnl The user defined a sendmail program to use:
7- if test ! -x "$SENDMAIL" ; then
8- dnl ... but it is not an executable file!
9- AC_MSG_RESULT([$SENDMAIL])
10- AC_MSG_ERROR([File $SENDMAIL is not an executable file])
11- else
12- dnl ... and it is valid
13- AC_MSG_RESULT([$SENDMAIL])
14- fi
15+ AC_MSG_RESULT([$SENDMAIL])
16 elif test -z "$FOUND_SENDMAIL" ; then
17 dnl The user didn't defined a program to use, and we didn't find one automatically
18 AC_MSG_RESULT([not found])
This page took 0.084072 seconds and 4 git commands to generate.