Gentoo Archives: gentoo-user

From: Bob Sanders <rmsand@××××××××××.net>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Daily dumb question... chron.
Date: Tue, 19 Jul 2005 00:58:46
Message-Id: 20050718175226.4896a802@chi.speakeasy.net
In Reply to: [gentoo-user] Daily dumb question... chron. by "Steve [Gentoo]"
1 On Mon, 18 Jul 2005 13:06:29 +0100
2 "Steve [Gentoo]" <gentoo_steve@×××××××.uk> wrote:
3
4 ne.
5 >
6 > I've noticed the directories /etc/cron.daily; /etc/cron.hourly;
7 > /etc/cron.monthly etc. and therein a bunch of non-user-specific
8 > administration tasks... For example, in ./etc/cron.daily I've
9 > logrotate.cron and rulesdujour - but none of these appear to have run in
10 > the last month. Are thse system tasks supposed to be fired
11 > automatically by fcron?
12
13 Yes. In the ebuild it says -
14
15 einfo "To activate /etc/cron.{hourly|daily|weekly|montly} please run: "
16 einfo "crontab /etc/crontab"
17
18 > What would be the easiest way to get all my
19 > periodic system administration tasks defined in these directories to be
20 > fired automatically? Did I make a sensible choice with fcron?
21 >
22
23 I just add the tasks to s specific script in the appropriate account and insure the
24 script is executable. It all works fine with fcron.
25
26 Bob
27 -
28 --
29 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Daily dumb question... chron. "Steve [Gentoo]" <gentoo_steve@×××××××.uk>