[arch-commits] Commit in cronie/trunk (PKGBUILD)

Gaetan Bisson bisson at archlinux.org
Tue Jun 28 16:04:10 UTC 2011


    Date: Tuesday, June 28, 2011 @ 12:04:08
  Author: bisson
Revision: 129522

upstream update, no need for /etc/crontab to enable inotify

Modified:
  cronie/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++--------
 1 file changed, 4 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-06-28 15:51:23 UTC (rev 129521)
+++ PKGBUILD	2011-06-28 16:04:08 UTC (rev 129522)
@@ -2,8 +2,8 @@
 # Maintainer: Gaetan Bisson <bisson at archlinux.org>
 
 pkgname='cronie'
-pkgver=1.4.7
-pkgrel=9
+pkgver=1.4.8
+pkgrel=1
 pkgdesc='Daemon that runs specified programs at scheduled times and related tools'
 url='https://fedorahosted.org/cronie/'
 license=('custom:BSD')
@@ -13,17 +13,14 @@
 
 source=("https://fedorahosted.org/releases/c/r/${pkgname}/${pkgname}-${pkgver}.tar.gz"
         'cron.deny'
-        'crontab'
         'pam.d'
         'rc.d')
-sha1sums=('c6644ba0e58bcb14e0bb3f925e3e8cc3f0d47a7f'
+sha1sums=('1d2ce3a6ca2a6f96ff31921e4060be3199dc10f3'
           '0f279b8fb820340267d578dc85511c980715f91e'
-          '4059bc4ccb75f08b0d4970940799e5d9722b339f'
           '5eff7fb31f6bc0a924243ff046704726cf20c221'
           'c08c040ed5cb12bc4fd15639a5242d31ec247ef5')
 
-backup=('etc/crontab'
-        'etc/anacrontab'
+backup=('etc/anacrontab'
         'etc/conf.d/crond'
         'etc/pam.d/crond'
         'etc/cron.deny')
@@ -57,7 +54,6 @@
 
 	install -Dm755 ../rc.d "${pkgdir}"/etc/rc.d/crond
 	install -Dm644 ../pam.d "${pkgdir}"/etc/pam.d/crond
-	install -Dm644 ../crontab "${pkgdir}"/etc/crontab
 	install -Dm644 ../cron.deny "${pkgdir}"/etc/cron.deny
 	install -Dm644 crond.sysconfig "${pkgdir}"/etc/conf.d/crond
 	install -Dm644 contrib/0hourly "${pkgdir}"/etc/cron.d/0hourly




More information about the arch-commits mailing list