[Lunar-commits] <moonbase> cronie: bump to 1.4.8

Auke Kok auke at foo-projects.org
Tue Jun 28 10:48:33 CEST 2011


On 06/27/2011 11:59 PM, Christian Krause wrote:
> commit caa71c2d32aa8c447b6fe6fc83fa6cc96cc8c03f
> Author: Christian Krause<wookietreiber at lunar-linux.org>
> Date:   Tue Jun 28 08:59:54 2011 +0200
>
>      cronie: bump to 1.4.8
> ---
>   utils/cronie/BUILD   |    7 +++++++
>   utils/cronie/DETAILS |    6 +++---
>   2 files changed, 10 insertions(+), 3 deletions(-)
>
> diff --git a/utils/cronie/BUILD b/utils/cronie/BUILD
> index cc6f283..41e8a06 100644
> --- a/utils/cronie/BUILD
> +++ b/utils/cronie/BUILD
> @@ -4,6 +4,13 @@
>       OPTS+=" --with-pam"
>     fi&&
>
> +  if kernel_option_present CONFIG_INOTIFY_USER ; then
> +    OPTS+=" --with-inotify"
> +  else
> +    OPTS+=" --without-inotify"
> +  fi
> +
> +


no no no no no

please do not do this

you're not helping any user by "hiding" wrong kernel configuration 
settings at all

as a matter of fact, you just made everyone forget that they have 
INOTIFY disabled, which is really really bad.

please revert this change, and put a "check for kernel setting" script 
in place in the CONFIGURE instead.

Auke

>     sedit '/^dist_pam_DATA/d' Makefile.am&&
>     aclocal&&
>     autoheader&&
> diff --git a/utils/cronie/DETAILS b/utils/cronie/DETAILS
> index 30e70e4..2dd5aff 100644
> --- a/utils/cronie/DETAILS
> +++ b/utils/cronie/DETAILS
> @@ -1,12 +1,12 @@
>             MODULE=cronie
> -         VERSION=1.4.7
> +         VERSION=1.4.8
>             SOURCE=$MODULE-$VERSION.tar.gz
>         SOURCE_URL=https://fedorahosted.org/releases/c/r/$MODULE
> -      SOURCE_VFY=sha1:c6644ba0e58bcb14e0bb3f925e3e8cc3f0d47a7f
> +      SOURCE_VFY=sha1:1d2ce3a6ca2a6f96ff31921e4060be3199dc10f3
>         MAINTAINER=ratler at lunar-linux.org
>           WEB_SITE=https://fedorahosted.org/cronie
>            ENTERED=20080626
> -         UPDATED=20110320
> +         UPDATED=20110628
>              SHORT="Cron daemon for executing programs at set times"
>
>   cat<<EOF
> _______________________________________________
> Lunar-commits mailing list
> Lunar-commits at lunar-linux.org
> http://foo-projects.org/mailman/listinfo/lunar-commits



More information about the Lunar-dev mailing list