]> git.pld-linux.org Git - packages/fcron.git/commitdiff
- new
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 23 Jan 2006 12:56:36 +0000 (12:56 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    fcron-configure.patch -> 1.1

fcron-configure.patch [new file with mode: 0644]

diff --git a/fcron-configure.patch b/fcron-configure.patch
new file mode 100644 (file)
index 0000000..d09c141
--- /dev/null
@@ -0,0 +1,17 @@
+diff -urN fcron-3.0.0.org/configure.in fcron-3.0.0/configure.in
+--- fcron-3.0.0.org/configure.in       2005-09-09 20:06:34.000000000 +0000
++++ fcron-3.0.0/configure.in   2006-01-23 12:54:08.489340626 +0000
+@@ -154,13 +154,8 @@
+     ;;
+   *)
+     AC_MSG_CHECKING(sendmail)
+-    if test -x "$withval"; then
+       AC_DEFINE_UNQUOTED(SENDMAIL, "$withval")
+       AC_MSG_RESULT($withval)
+-    else
+-      AC_MSG_ERROR([
+-File $withval is not an executable file])
+-    fi
+     ;;
+   esac ], [
+   AC_PATH_PROG(SENDMAIL, sendmail, , $PATH:/usr/lib:/usr/sbin )
This page took 0.098029 seconds and 4 git commands to generate.