SOURCES: fcron-configure.patch - adapted for 3.0.3 version

lisu lisu at pld-linux.org
Mon Jun 18 20:14:11 CEST 2007


Author: lisu                         Date: Mon Jun 18 18:14:11 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- adapted for 3.0.3 version

---- Files affected:
SOURCES:
   fcron-configure.patch (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SOURCES/fcron-configure.patch
diff -u SOURCES/fcron-configure.patch:1.1 SOURCES/fcron-configure.patch:1.2
--- SOURCES/fcron-configure.patch:1.1	Mon Jan 23 13:56:36 2006
+++ SOURCES/fcron-configure.patch	Mon Jun 18 20:14:06 2007
@@ -1,17 +1,13 @@
-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 @@
+--- fcron-3.0.3/configure.in~	2007-06-03 23:24:08.000000000 +0200
++++ fcron-3.0.3/configure.in	2007-06-18 00:30:02.000000000 +0200
+@@ -199,10 +199,6 @@
      ;;
    *)
-     AC_MSG_CHECKING(sendmail)
--    if test -x "$withval"; then
-       AC_DEFINE_UNQUOTED(SENDMAIL, "$withval")
-       AC_MSG_RESULT($withval)
--    else
+     SENDMAIL=$withval
+-    if test $fcron_enable_checks = 'yes' -a ! -x "$withval"; then
 -      AC_MSG_ERROR([
 -File $withval is not an executable file])
 -    fi
      ;;
-   esac ], [
-   AC_PATH_PROG(SENDMAIL, sendmail, , $PATH:/usr/lib:/usr/sbin )
+   esac ]
+ )
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/fcron-configure.patch?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list