[arch-commits] Commit in fcron/trunk (PKGBUILD systab systab.orig)
Sébastien Luttringer
seblu at nymeria.archlinux.org
Wed May 15 00:13:08 UTC 2013
Date: Wednesday, May 15, 2013 @ 02:13:07
Author: seblu
Revision: 90860
upgpkg: fcron 3.1.2-5
- fix path in systab
Modified:
fcron/trunk/PKGBUILD
fcron/trunk/systab
fcron/trunk/systab.orig
-------------+
PKGBUILD | 6 +++---
systab.orig | 8 ++++----
2 files changed, 7 insertions(+), 7 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2013-05-15 00:05:19 UTC (rev 90859)
+++ PKGBUILD 2013-05-15 00:13:07 UTC (rev 90860)
@@ -7,7 +7,7 @@
pkgname=fcron
pkgver=3.1.2
-pkgrel=4
+pkgrel=5
pkgdesc='Feature-rich cron implementation'
arch=(i686 x86_64)
url='http://fcron.free.fr'
@@ -29,8 +29,8 @@
'systab.orig'
'run-cron')
md5sums=('36bf213e15f3a480f2274f8e46cced0a'
- '938722c6654ef7b07f4aa10001905ba1'
- 'bfb7daa22ebe22b9917e455c1ca4a382'
+ '55be3e80fb2545608feae6f2e0eebece'
+ '5384c607d842ca3d5cbb612ac1dceb15'
'524eba827447a6b7ef7515eedf305698')
build() {
Modified: systab
===================================================================
(Binary files differ)
Modified: systab.orig
===================================================================
--- systab.orig 2013-05-15 00:05:19 UTC (rev 90859)
+++ systab.orig 2013-05-15 00:13:07 UTC (rev 90860)
@@ -1,4 +1,4 @@
-&bootrun 01 * * * * /usr/sbin/run-cron /etc/cron.hourly
-&bootrun 02 00 * * * /usr/sbin/run-cron /etc/cron.daily
-&bootrun 22 00 * * 0 /usr/sbin/run-cron /etc/cron.weekly
-&bootrun 42 00 1 * * /usr/sbin/run-cron /etc/cron.monthly
+&bootrun 01 * * * * /usr/bin/run-cron /etc/cron.hourly
+&bootrun 02 00 * * * /usr/bin/run-cron /etc/cron.daily
+&bootrun 22 00 * * 0 /usr/bin/run-cron /etc/cron.weekly
+&bootrun 42 00 1 * * /usr/bin/run-cron /etc/cron.monthly
More information about the arch-commits
mailing list