From: Arkadiusz Miƛkiewicz Date: Thu, 27 Aug 2009 07:06:53 +0000 (+0000) Subject: - rel 6; leave syscrontab as /etc/crontab. /etc/cron.d/crontab will be still processe... X-Git-Tag: auto/th/cronie-1_4_1-6 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fcronie.git;a=commitdiff_plain;h=d39ca4fd13fa03085f8c12a80c4b0c9864b4e1be - rel 6; leave syscrontab as /etc/crontab. /etc/cron.d/crontab will be still processed by cron.d/ dir rule and we don't want for it to be processed twice. Changed files: cronie.spec -> 1.18 --- diff --git a/cronie.spec b/cronie.spec index f0f6dc9..79b024a 100644 --- a/cronie.spec +++ b/cronie.spec @@ -15,7 +15,7 @@ Summary: Cron daemon for executing programs at set times Name: cronie Version: 1.4.1 -Release: 5 +Release: 6 License: MIT and BSD and GPLv2 Group: Daemons Source0: %{name}-%{version}.tar.gz @@ -85,7 +85,7 @@ however this could be overloaded in settings. %{__autoheader} %{__automake} %configure \ - SYSCRONTAB=/etc/cron.d/crontab \ + SYSCRONTAB=/etc/crontab \ SYS_CROND_DIR=/etc/cron.d \ --sysconfdir=/etc/cron \ --with-pam \