Gentoo Archives: gentoo-dev

From: Paul Varner <gentoo-dev@××××××××××××.org>
To: gentoo-dev@l.g.o
Subject: [gentoo-dev] Question on /etc/crontab installed by vixie-cron-3.0.1-r4
Date: Wed, 31 Mar 2004 16:51:59
Message-Id: 1080751348.22717.6.camel@beldin.local.domain
1 I'm curious as to the reasoning for changing the line in /etc/crontab
2 from:
3
4 */15 * * * * root test -x /usr/sbin/run-crons && /usr/sbin/run-crons
5
6 to:
7
8 * * * * * root test -x /usr/sbin/run-crons && /usr/sbin/run-crons
9
10 Thus changing it to run every minute instead of every 15 minutes?
11
12 I've changed my /etc/crontab back to every 15 minutes, but I'm curious
13 why the reason for the change. The Changelog doesn't state any reason
14 for the change and I see no bug reports stating a reason for the change.
15
16 Regards,
17 Paul
18
19 --
20 gentoo-dev@g.o mailing list