summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys-apps/dcron/ChangeLog7
-rw-r--r--sys-apps/dcron/Manifest10
-rw-r--r--sys-apps/dcron/files/crontab12
-rw-r--r--sys-apps/dcron/files/crontab-2.9-r112
-rw-r--r--sys-apps/fcron/ChangeLog7
-rw-r--r--sys-apps/fcron/Manifest10
-rw-r--r--sys-apps/fcron/files/crontab10
-rw-r--r--sys-apps/fcron/files/crontab-2.0.0-r412
-rw-r--r--sys-apps/vcron/ChangeLog7
-rw-r--r--sys-apps/vcron/Manifest14
-rw-r--r--sys-apps/vcron/files/crontab13
-rw-r--r--sys-apps/vcron/files/crontab-3.0.1-r412
-rw-r--r--sys-apps/vixie-cron/ChangeLog7
-rw-r--r--sys-apps/vixie-cron/Manifest14
-rw-r--r--sys-apps/vixie-cron/files/crontab13
-rw-r--r--sys-apps/vixie-cron/files/crontab-3.0.1-r412
16 files changed, 93 insertions, 79 deletions
diff --git a/sys-apps/dcron/ChangeLog b/sys-apps/dcron/ChangeLog
index 14ae558dcedb..c7985231f5c1 100644
--- a/sys-apps/dcron/ChangeLog
+++ b/sys-apps/dcron/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sys-apps/dcron
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/dcron/ChangeLog,v 1.20 2003/11/19 06:41:09 prez Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/dcron/ChangeLog,v 1.21 2003/12/12 18:08:41 pebenito Exp $
+
+ 12 Dec 2003; Chris PeBenito <pebenito@gentoo.org> files/crontab,
+ files/crontab-2.9-r1:
+ Changed daily, weekly, and monthly runtimes to FreeBSD times (3:01, 4:15,
+ 5:30, respectively) per #3296.
*dcron-2.9-r1 (19 Nov 2003)
diff --git a/sys-apps/dcron/Manifest b/sys-apps/dcron/Manifest
index 1b37fb04ad4a..21778c34ea64 100644
--- a/sys-apps/dcron/Manifest
+++ b/sys-apps/dcron/Manifest
@@ -1,13 +1,13 @@
-MD5 c42e6a4d6c47a80c81beaefd7d2790a0 ChangeLog 2685
+MD5 d55a0ecbe824adf7c8d01ba321fb71c4 ChangeLog 2890
MD5 7646cc155e131d1447e9379ce20a6d6b dcron-2.7-r10.ebuild 1794
-MD5 e715ee349a58965659ebe3077d2ee04a dcron-2.9-r1.ebuild 1875
MD5 0091f1e4d194ebb42d0ed417cd19bcbb dcron-2.9.ebuild 1810
+MD5 e715ee349a58965659ebe3077d2ee04a dcron-2.9-r1.ebuild 1875
MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164
-MD5 3f83bf90ed67dc33c4b67dedaa626dae files/crontab 815
-MD5 b9e8ad277749ca8a75914ed66d6dddf5 files/crontab-2.9-r1 812
+MD5 7278fd48e8e262b669c68e453c991432 files/dcron.rc6 632
+MD5 573b4d150efe80134647cc6fb9aff3ed files/crontab 822
MD5 932978359b7a3b3a2d29a96827ceca83 files/dcron-2.7-Makefile-gentoo.diff 534
MD5 31317ebf17de1d739c57ccbee37caf13 files/dcron-2.7-whitespace.diff 244
-MD5 7278fd48e8e262b669c68e453c991432 files/dcron.rc6 632
MD5 b0a661ba0ae334e2d9453a144907b375 files/digest-dcron-2.7-r10 55
MD5 2db10e843ecdf10a2b3aa5f70322310b files/digest-dcron-2.9 55
+MD5 bcd2422f3fe6cd487056bc986888b25d files/crontab-2.9-r1 825
MD5 2db10e843ecdf10a2b3aa5f70322310b files/digest-dcron-2.9-r1 55
diff --git a/sys-apps/dcron/files/crontab b/sys-apps/dcron/files/crontab
index d68de32e8c3c..a066891edf34 100644
--- a/sys-apps/dcron/files/crontab
+++ b/sys-apps/dcron/files/crontab
@@ -1,7 +1,7 @@
# /etc/crontab
# 20 Apr 2002; Thilo Bangert <bangert@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/dcron/files/crontab,v 1.4 2002/04/27 21:46:45 bangert Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/dcron/files/crontab,v 1.5 2003/12/12 18:08:41 pebenito Exp $
# fcron || dcron:
# This is NOT the system crontab! fcron and dcron do not support a system crontab.
@@ -13,11 +13,11 @@
# check scripts in cron.hourly, cron.daily, cron.weekly and cron.monthly
-*/15 * * * * test -x /usr/sbin/run-crons && /usr/sbin/run-crons
-0 * * * * rm -f /var/spool/cron/lastrun/cron.hourly
-0 0 * * * rm -f /var/spool/cron/lastrun/cron.daily
-0 0 * * 6 rm -f /var/spool/cron/lastrun/cron.weekly
-0 0 1 * * rm -f /var/spool/cron/lastrun/cron.monthly
+*/15 * * * * test -x /usr/sbin/run-crons && /usr/sbin/run-crons
+0 * * * * rm -f /var/spool/cron/lastrun/cron.hourly
+0 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
diff --git a/sys-apps/dcron/files/crontab-2.9-r1 b/sys-apps/dcron/files/crontab-2.9-r1
index aeed0484ad32..acf6f09e6cc0 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.1 2003/11/19 06:41:09 prez Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/dcron/files/crontab-2.9-r1,v 1.2 2003/12/12 18:08:41 pebenito Exp $
# fcron || dcron:
# This is NOT the system crontab! fcron and dcron do not support a system crontab.
@@ -12,8 +12,8 @@
# check scripts in cron.hourly, cron.daily, cron.weekly and cron.monthly
-0 * * * * rm -f /var/spool/cron/lastrun/cron.hourly
-0 0 * * * rm -f /var/spool/cron/lastrun/cron.daily
-0 0 * * 6 rm -f /var/spool/cron/lastrun/cron.weekly
-0 0 1 * * rm -f /var/spool/cron/lastrun/cron.monthly
-* * * * * test -x /usr/sbin/run-crons && /usr/sbin/run-crons
+0 * * * * rm -f /var/spool/cron/lastrun/cron.hourly
+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
diff --git a/sys-apps/fcron/ChangeLog b/sys-apps/fcron/ChangeLog
index b8bcc8d881de..43a1085c4184 100644
--- a/sys-apps/fcron/ChangeLog
+++ b/sys-apps/fcron/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sys-apps/fcron
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/fcron/ChangeLog,v 1.17 2003/11/19 06:44:55 prez Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/fcron/ChangeLog,v 1.18 2003/12/12 18:08:08 pebenito Exp $
+
+ 12 Dec 2003; Chris PeBenito <pebenito@gentoo.org> files/crontab,
+ files/crontab-2.0.0-r4:
+ Changed daily, weekly, and monthly runtimes to FreeBSD times (3:01, 4:15,
+ 5:30, respectively) per #3296.
*fcron-2.0.0-rr (19 Nov 2003)
diff --git a/sys-apps/fcron/Manifest b/sys-apps/fcron/Manifest
index c1534dd9dae9..5d12ebeee6f0 100644
--- a/sys-apps/fcron/Manifest
+++ b/sys-apps/fcron/Manifest
@@ -1,17 +1,17 @@
-MD5 a9a7f68919b3bacef382ef219cd7e68c ChangeLog 2521
+MD5 a846b12fb09ab343d2e228ec56eeeba5 ChangeLog 2728
MD5 0037574d26bb7544875dbb961eaecdc9 fcron-2.0.0-r1.ebuild 2191
MD5 0e7b470de18a1709bfeec33955a7de53 fcron-2.0.0-r2.ebuild 2156
MD5 d138416bae606ebbacf6c3e0a6e0cfc0 fcron-2.0.0-r3.ebuild 2117
MD5 6295ec24407886e982098cd90f3f41d0 fcron-2.0.0-r4.ebuild 2179
MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164
-MD5 58f14e0cd2894949a89e52e015269a67 files/crontab 824
-MD5 b0544c90d728c83268e90dd7e84e785f files/crontab-2.0.0-r4 828
+MD5 23fc7492e721cdb919515fd3df322d7e files/fcron.allow 374
+MD5 279359db10e227000f746ccea657851a files/crontab 828
MD5 4ca5f2b70a7519c6390c5b23c9d058b4 files/digest-fcron-2.0.0-r1 67
MD5 4ca5f2b70a7519c6390c5b23c9d058b4 files/digest-fcron-2.0.0-r2 67
MD5 4ca5f2b70a7519c6390c5b23c9d058b4 files/digest-fcron-2.0.0-r3 67
-MD5 4ca5f2b70a7519c6390c5b23c9d058b4 files/digest-fcron-2.0.0-r4 67
MD5 f5fbd4d1733d97b08034756b0e9bf3c2 files/fcron-2.0.0-gentoo.diff 492
-MD5 23fc7492e721cdb919515fd3df322d7e files/fcron.allow 374
MD5 c7f8c59f172900cbaec5f6c401b8d879 files/fcron.conf 744
MD5 8458af4a28ec3366d615281925460623 files/fcron.deny 380
MD5 3e773f56959b6f77457b7519e170349b files/fcron.rc6 719
+MD5 fc5d799677e4657c0a030d16185a7f11 files/crontab-2.0.0-r4 837
+MD5 4ca5f2b70a7519c6390c5b23c9d058b4 files/digest-fcron-2.0.0-r4 67
diff --git a/sys-apps/fcron/files/crontab b/sys-apps/fcron/files/crontab
index 791ee9b4d422..f4368847875d 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.3 2002/11/20 18:33:34 woodchip Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/fcron/files/crontab,v 1.4 2003/12/12 18:08:08 pebenito Exp $
# fcron || dcron:
# This is NOT the system crontab! fcron and dcron do not support a system crontab.
@@ -13,7 +13,7 @@
# check scripts in cron.hourly, cron.daily, cron.weekly and cron.monthly
*/15 * * * * /usr/bin/test -x /usr/sbin/run-crons && /usr/sbin/run-crons
-0 * * * * rm -f /var/spool/cron/lastrun/cron.hourly
-0 0 * * * rm -f /var/spool/cron/lastrun/cron.daily
-0 0 * * 6 rm -f /var/spool/cron/lastrun/cron.weekly
-0 0 1 * * rm -f /var/spool/cron/lastrun/cron.monthly
+0 * * * * rm -f /var/spool/cron/lastrun/cron.hourly
+0 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
diff --git a/sys-apps/fcron/files/crontab-2.0.0-r4 b/sys-apps/fcron/files/crontab-2.0.0-r4
index 83e6d2dba281..e5459714ef15 100644
--- a/sys-apps/fcron/files/crontab-2.0.0-r4
+++ b/sys-apps/fcron/files/crontab-2.0.0-r4
@@ -1,6 +1,6 @@
# /etc/crontab
#
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/fcron/files/crontab-2.0.0-r4,v 1.1 2003/11/19 06:44:55 prez Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/fcron/files/crontab-2.0.0-r4,v 1.2 2003/12/12 18:08:08 pebenito Exp $
# fcron || dcron:
# This is NOT the system crontab! fcron and dcron do not support a system crontab.
@@ -12,8 +12,8 @@
# check scripts in cron.hourly, cron.daily, cron.weekly and cron.monthly
-0 * * * * rm -f /var/spool/cron/lastrun/cron.hourly
-0 0 * * * rm -f /var/spool/cron/lastrun/cron.daily
-0 0 * * 6 rm -f /var/spool/cron/lastrun/cron.weekly
-0 0 1 * * rm -f /var/spool/cron/lastrun/cron.monthly
-* * * * * /usr/bin/test -x /usr/sbin/run-crons && /usr/sbin/run-crons
+0 * * * * rm -f /var/spool/cron/lastrun/cron.hourly
+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
diff --git a/sys-apps/vcron/ChangeLog b/sys-apps/vcron/ChangeLog
index 6fc214e5e96b..a32c37c1928b 100644
--- a/sys-apps/vcron/ChangeLog
+++ b/sys-apps/vcron/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sys-apps/vcron
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/vcron/ChangeLog,v 1.27 2003/12/12 07:33:35 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/vcron/ChangeLog,v 1.28 2003/12/12 18:06:54 pebenito Exp $
+
+ 12 Dec 2003; Chris PeBenito <pebenito@gentoo.org> files/crontab,
+ files/crontab-3.0.1-r4:
+ Changed daily, weekly, and monthly runtimes to FreeBSD times (3:01, 4:15,
+ 5:30, respectively) per #3296.
*vcron-3.0.1-r3 (11 Dec 2003)
diff --git a/sys-apps/vcron/Manifest b/sys-apps/vcron/Manifest
index 0f7b42196752..33e444344345 100644
--- a/sys-apps/vcron/Manifest
+++ b/sys-apps/vcron/Manifest
@@ -1,14 +1,14 @@
-MD5 a45940b0a8409e691053a36a557fc0fe vcron-3.0.1-r3.ebuild 1592
-MD5 fcc9d2b94ceaa070016a3ab3d3bbecc2 vcron-3.0.1-r4.ebuild 1655
-MD5 fa5d4151bd2cdc0e1210fdd8ec30e5e8 ChangeLog 4038
+MD5 b11bbdd5a95298133ae4398dcfd02d48 ChangeLog 4242
MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164
MD5 391f07ca135334d70de9befbffb50ce1 vcron-3.0.1-r1.ebuild 1370
-MD5 9495caecef1f8b925d19a1d34c4ff405 files/vcron-3.0.1-selinux.diff.bz2 1931
-MD5 ce27e58f1175f873f90aba47b46e3b06 files/crontab-3.0.1-r4 567
-MD5 1e0de2939a6a06ca82650e7ce2e78fa2 files/crontab 563
+MD5 a45940b0a8409e691053a36a557fc0fe vcron-3.0.1-r3.ebuild 1592
+MD5 fcc9d2b94ceaa070016a3ab3d3bbecc2 vcron-3.0.1-r4.ebuild 1655
+MD5 41d067cc55df4375c510ad9b9a0b2e32 files/vcron.rc6 521
+MD5 ca134d56bb781b2e7b572011c3f50448 files/crontab 565
+MD5 c61f79b15ed8d3ecc48b74827cdf39f1 files/crontab-3.0.1-r4 574
MD5 42a9b1ba7246f2fb453203eaccbb0e08 files/digest-vcron-3.0.1-r1 68
MD5 42a9b1ba7246f2fb453203eaccbb0e08 files/digest-vcron-3.0.1-r3 68
MD5 42a9b1ba7246f2fb453203eaccbb0e08 files/digest-vcron-3.0.1-r4 68
MD5 9d66b761d15afae9471d33509b712fe9 files/vcron-3.0.1-close_stdin.diff 810
-MD5 41d067cc55df4375c510ad9b9a0b2e32 files/vcron.rc6 521
+MD5 9495caecef1f8b925d19a1d34c4ff405 files/vcron-3.0.1-selinux.diff.bz2 1931
MD5 c8e987ea566611c641316ff140c8d91c files/vixie-cron-3.0.1-gentoo.patch 27121
diff --git a/sys-apps/vcron/files/crontab b/sys-apps/vcron/files/crontab
index f4fbb7b60966..34ec112f0f3b 100644
--- a/sys-apps/vcron/files/crontab
+++ b/sys-apps/vcron/files/crontab
@@ -2,14 +2,11 @@
# for vixie cron
# remember to give cron a sighup when updating this file
#
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/vcron/files/crontab,v 1.4 2003/12/12 07:33:35 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/vcron/files/crontab,v 1.5 2003/12/12 18:06:54 pebenito Exp $
#
#
*/15 * * * * root test -x /usr/sbin/run-crons && /usr/sbin/run-crons
-0 * * * * root rm -f /var/spool/cron/lastrun/cron.hourly
-0 0 * * * root rm -f /var/spool/cron/lastrun/cron.daily
-0 0 * * 6 root rm -f /var/spool/cron/lastrun/cron.weekly
-0 0 1 * * root rm -f /var/spool/cron/lastrun/cron.monthly
-
-
-
+0 * * * * root rm -f /var/spool/cron/lastrun/cron.hourly
+0 3 * * * root rm -f /var/spool/cron/lastrun/cron.daily
+15 4 * * 6 root rm -f /var/spool/cron/lastrun/cron.weekly
+30 5 1 * * root rm -f /var/spool/cron/lastrun/cron.monthly
diff --git a/sys-apps/vcron/files/crontab-3.0.1-r4 b/sys-apps/vcron/files/crontab-3.0.1-r4
index 4ecc0d1210a3..a6a1e86aaf47 100644
--- a/sys-apps/vcron/files/crontab-3.0.1-r4
+++ b/sys-apps/vcron/files/crontab-3.0.1-r4
@@ -2,12 +2,12 @@
# for vixie cron
# remember to give cron a sighup when updating this file
#
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/vcron/files/crontab-3.0.1-r4,v 1.3 2003/12/12 07:33:35 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/vcron/files/crontab-3.0.1-r4,v 1.4 2003/12/12 18:06:54 pebenito Exp $
#
#
-0 * * * * root rm -f /var/spool/cron/lastrun/cron.hourly
-0 0 * * * root rm -f /var/spool/cron/lastrun/cron.daily
-0 0 * * 6 root rm -f /var/spool/cron/lastrun/cron.weekly
-0 0 1 * * root rm -f /var/spool/cron/lastrun/cron.monthly
-* * * * * root test -x /usr/sbin/run-crons && /usr/sbin/run-crons
+0 * * * * root rm -f /var/spool/cron/lastrun/cron.hourly
+1 3 * * * root rm -f /var/spool/cron/lastrun/cron.daily
+15 4 * * 6 root rm -f /var/spool/cron/lastrun/cron.weekly
+30 5 1 * * root rm -f /var/spool/cron/lastrun/cron.monthly
+* * * * * root test -x /usr/sbin/run-crons && /usr/sbin/run-crons
diff --git a/sys-apps/vixie-cron/ChangeLog b/sys-apps/vixie-cron/ChangeLog
index c301d197208d..7a07ad3a636b 100644
--- a/sys-apps/vixie-cron/ChangeLog
+++ b/sys-apps/vixie-cron/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sys-apps/vixie-cron
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/vixie-cron/ChangeLog,v 1.1 2003/12/11 16:19:36 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/vixie-cron/ChangeLog,v 1.2 2003/12/12 18:07:26 pebenito Exp $
+
+ 12 Dec 2003; Chris PeBenito <pebenito@gentoo.org> files/crontab,
+ files/crontab-3.0.1-r4:
+ Changed daily, weekly, and monthly runtimes to FreeBSD times (3:01, 4:15,
+ 5:30, respectively) per #3296.
*vixie-cron-3.0.1-r3 (11 Dec 2003)
diff --git a/sys-apps/vixie-cron/Manifest b/sys-apps/vixie-cron/Manifest
index e73052bb9001..22c90241d63b 100644
--- a/sys-apps/vixie-cron/Manifest
+++ b/sys-apps/vixie-cron/Manifest
@@ -1,14 +1,14 @@
-MD5 93ad08d263cba78faaf563f1155654ca vixie-cron-3.0.1-r4.ebuild 1802
+MD5 46470f9d7860ea9e09f775f1894427d6 ChangeLog 4167
+MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164
MD5 d1af6baa07cb84c385d8b2740b6fcd93 vixie-cron-3.0.1-r1.ebuild 1494
MD5 24ecd28cefc600a4de2902a6f7c18f80 vixie-cron-3.0.1-r3.ebuild 1743
-MD5 fcce06ef9d545abd6c6fa944f8aafd21 ChangeLog 3963
-MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164
-MD5 0a164d0e2ca722a69ebaf52476826608 files/crontab-3.0.1-r4 572
-MD5 719664bf4302b9fc2b69e7301da999c4 files/crontab 568
-MD5 d05535824992fe7a8ef484d65a3782e4 files/vixie-cron.rc6 531
-MD5 9d66b761d15afae9471d33509b712fe9 files/vixie-cron-3.0.1-close_stdin.diff 810
+MD5 93ad08d263cba78faaf563f1155654ca vixie-cron-3.0.1-r4.ebuild 1802
+MD5 077a11cd910ecffd935ae876ac36521d files/crontab 570
+MD5 12716ae42c1b8cd7d552d7b95b344d2c files/crontab-3.0.1-r4 579
MD5 42a9b1ba7246f2fb453203eaccbb0e08 files/digest-vixie-cron-3.0.1-r1 68
MD5 42a9b1ba7246f2fb453203eaccbb0e08 files/digest-vixie-cron-3.0.1-r3 68
MD5 42a9b1ba7246f2fb453203eaccbb0e08 files/digest-vixie-cron-3.0.1-r4 68
+MD5 9d66b761d15afae9471d33509b712fe9 files/vixie-cron-3.0.1-close_stdin.diff 810
MD5 c8e987ea566611c641316ff140c8d91c files/vixie-cron-3.0.1-gentoo.patch 27121
MD5 9495caecef1f8b925d19a1d34c4ff405 files/vixie-cron-3.0.1-selinux.diff.bz2 1931
+MD5 d05535824992fe7a8ef484d65a3782e4 files/vixie-cron.rc6 531
diff --git a/sys-apps/vixie-cron/files/crontab b/sys-apps/vixie-cron/files/crontab
index 81045fc58d31..2964f9004f42 100644
--- a/sys-apps/vixie-cron/files/crontab
+++ b/sys-apps/vixie-cron/files/crontab
@@ -2,14 +2,11 @@
# for vixie cron
# remember to give cron a sighup when updating this file
#
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/vixie-cron/files/crontab,v 1.1 2003/12/11 16:19:36 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/vixie-cron/files/crontab,v 1.2 2003/12/12 18:07:26 pebenito Exp $
#
#
*/15 * * * * root test -x /usr/sbin/run-crons && /usr/sbin/run-crons
-0 * * * * root rm -f /var/spool/cron/lastrun/cron.hourly
-0 0 * * * root rm -f /var/spool/cron/lastrun/cron.daily
-0 0 * * 6 root rm -f /var/spool/cron/lastrun/cron.weekly
-0 0 1 * * root rm -f /var/spool/cron/lastrun/cron.monthly
-
-
-
+0 * * * * root rm -f /var/spool/cron/lastrun/cron.hourly
+0 3 * * * root rm -f /var/spool/cron/lastrun/cron.daily
+15 4 * * 6 root rm -f /var/spool/cron/lastrun/cron.weekly
+30 5 1 * * root rm -f /var/spool/cron/lastrun/cron.monthly
diff --git a/sys-apps/vixie-cron/files/crontab-3.0.1-r4 b/sys-apps/vixie-cron/files/crontab-3.0.1-r4
index 92ecdab17ebe..32aad2478672 100644
--- a/sys-apps/vixie-cron/files/crontab-3.0.1-r4
+++ b/sys-apps/vixie-cron/files/crontab-3.0.1-r4
@@ -2,12 +2,12 @@
# for vixie cron
# remember to give cron a sighup when updating this file
#
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/vixie-cron/files/crontab-3.0.1-r4,v 1.1 2003/12/11 16:19:36 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/vixie-cron/files/crontab-3.0.1-r4,v 1.2 2003/12/12 18:07:26 pebenito Exp $
#
#
-0 * * * * root rm -f /var/spool/cron/lastrun/cron.hourly
-0 0 * * * root rm -f /var/spool/cron/lastrun/cron.daily
-0 0 * * 6 root rm -f /var/spool/cron/lastrun/cron.weekly
-0 0 1 * * root rm -f /var/spool/cron/lastrun/cron.monthly
-* * * * * root test -x /usr/sbin/run-crons && /usr/sbin/run-crons
+0 * * * * root rm -f /var/spool/cron/lastrun/cron.hourly
+1 3 * * * root rm -f /var/spool/cron/lastrun/cron.daily
+15 4 * * 6 root rm -f /var/spool/cron/lastrun/cron.weekly
+30 5 1 * * root rm -f /var/spool/cron/lastrun/cron.monthly
+* * * * * root test -x /usr/sbin/run-crons && /usr/sbin/run-crons