Date: Tuesday, May 14, 2013 @ 03:20:48 Author: seblu Revision: 90799 upgpkg: fcron 3.1.2-4
changelog for -3 and -4 - fix FS#35230 - https://www.archlinux.org/todo/move-files-to-usrbin-if-possible/ - fix bad in systab right - fix run-cron to handle files/directories with spaces - add vi as optdeps (default editor) - Cleanup PKGBUILD syntax Modified: fcron/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-05-14 00:32:33 UTC (rev 90798) +++ PKGBUILD 2013-05-14 01:20:48 UTC (rev 90799) @@ -7,7 +7,7 @@ pkgname=fcron pkgver=3.1.2 -pkgrel=3 +pkgrel=4 pkgdesc='Feature-rich cron implementation' arch=(i686 x86_64) url='http://fcron.free.fr' @@ -62,10 +62,10 @@ install -D -m644 "$srcdir/$pkgname-$pkgver/files/fcrontab.pam" "$pkgdir/etc/pam.d/fcrontab" # Install default fcrontab so that fcron can completely replace dcron - install -D -m644 "$srcdir/systab" "$pkgdir/var/spool/fcron/systab" + install -D -m640 "$srcdir/systab" "$pkgdir/var/spool/fcron/systab" # In order to preserve the systab crontab in any case it is better to have # it in non-binary form too - install -D -m644 "$srcdir/systab.orig" "$pkgdir/var/spool/fcron/systab.orig" + install -D -m640 "$srcdir/systab.orig" "$pkgdir/var/spool/fcron/systab.orig" # Add cron.* directories install -d -m755 "$pkgdir/etc/cron.daily"
