summaryrefslogtreecommitdiff
path: root/community/fcron
diff options
context:
space:
mode:
Diffstat (limited to 'community/fcron')
-rwxr-xr-xcommunity/fcron/PKGBUILD2
-rw-r--r--community/fcron/systab.orig4
2 files changed, 1 insertions, 5 deletions
diff --git a/community/fcron/PKGBUILD b/community/fcron/PKGBUILD
index d2bd49b05..df4af9e0d 100755
--- a/community/fcron/PKGBUILD
+++ b/community/fcron/PKGBUILD
@@ -8,7 +8,7 @@ pkgname=fcron
pkgver=3.0.6
pkgrel=5
pkgdesc="feature-rich cron implementation"
-arch=(i686 x86_64)
+arch=(i686 x86_64 'mips64el')
url="http://fcron.free.fr"
license=('GPL')
depends=('pam')
diff --git a/community/fcron/systab.orig b/community/fcron/systab.orig
deleted file mode 100644
index 5b0045626..000000000
--- a/community/fcron/systab.orig
+++ /dev/null
@@ -1,4 +0,0 @@
-&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