summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Portnoy <avenj@gentoo.org>2004-04-19 18:35:11 +0000
committerJon Portnoy <avenj@gentoo.org>2004-04-19 18:35:11 +0000
commit2c19ea966f7039c218ceb993b9aed3ae9f2c48bb (patch)
tree2d88c65b68877b0ffebd67838c68fcd9071489af
parentRun run-crons every fifteen minutes instead (diff)
downloadhistorical-2c19ea966f7039c218ceb993b9aed3ae9f2c48bb.tar.gz
historical-2c19ea966f7039c218ceb993b9aed3ae9f2c48bb.tar.bz2
historical-2c19ea966f7039c218ceb993b9aed3ae9f2c48bb.zip
run-crons every ten minutes rather than every minute
-rw-r--r--sys-apps/dcron/files/crontab-2.9-r14
-rw-r--r--sys-apps/fcron/files/crontab4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys-apps/dcron/files/crontab-2.9-r1 b/sys-apps/dcron/files/crontab-2.9-r1
index acf6f09e6cc0..aa07fa52c038 100644
--- a/sys-apps/dcron/files/crontab-2.9-r1
+++ b/sys-apps/dcron/files/crontab-2.9-r1
@@ -1,6 +1,6 @@
# /etc/crontab
# 20 Apr 2002; Thilo Bangert <bangert@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/dcron/files/crontab-2.9-r1,v 1.2 2003/12/12 18:08:41 pebenito Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/dcron/files/crontab-2.9-r1,v 1.3 2004/04/19 18:32:06 avenj Exp $
# fcron || dcron:
# This is NOT the system crontab! fcron and dcron do not support a system crontab.
@@ -16,4 +16,4 @@
1 3 * * * rm -f /var/spool/cron/lastrun/cron.daily
15 4 * * 6 rm -f /var/spool/cron/lastrun/cron.weekly
30 5 1 * * rm -f /var/spool/cron/lastrun/cron.monthly
-* * * * * test -x /usr/sbin/run-crons && /usr/sbin/run-crons
+*/10 * * * * test -x /usr/sbin/run-crons && /usr/sbin/run-crons
diff --git a/sys-apps/fcron/files/crontab b/sys-apps/fcron/files/crontab
index e38c63d7beed..f15639c7672c 100644
--- a/sys-apps/fcron/files/crontab
+++ b/sys-apps/fcron/files/crontab
@@ -1,6 +1,6 @@
# /etc/crontab
#
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/fcron/files/crontab,v 1.5 2004/04/18 21:53:46 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/fcron/files/crontab,v 1.6 2004/04/19 18:35:11 avenj Exp $
# fcron || dcron:
# This is NOT the system crontab! fcron and dcron do not support a system crontab.
@@ -16,4 +16,4 @@
1 3 * * * rm -f /var/spool/cron/lastrun/cron.daily
15 4 * * 6 rm -f /var/spool/cron/lastrun/cron.weekly
30 5 1 * * rm -f /var/spool/cron/lastrun/cron.monthly
-* * * * * /usr/bin/test -x /usr/sbin/run-crons && /usr/sbin/run-crons
+*/10 * * * * /usr/bin/test -x /usr/sbin/run-crons && /usr/sbin/run-crons