summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThilo Bangert <bangert@gentoo.org>2002-04-22 19:47:08 +0000
committerThilo Bangert <bangert@gentoo.org>2002-04-22 19:47:08 +0000
commit1bd47e3aa5c42e5a80f1c8b780de97db78bc9341 (patch)
treea590c3d654b77906f6571ffc5f69ce5226054fd1
parenttype-o correction (diff)
downloadgentoo-2-1bd47e3aa5c42e5a80f1c8b780de97db78bc9341.tar.gz
gentoo-2-1bd47e3aa5c42e5a80f1c8b780de97db78bc9341.tar.bz2
gentoo-2-1bd47e3aa5c42e5a80f1c8b780de97db78bc9341.zip
Message about cron layout added
-rw-r--r--sys-apps/cronbase/files/README111
1 files changed, 103 insertions, 8 deletions
diff --git a/sys-apps/cronbase/files/README b/sys-apps/cronbase/files/README
index b9ca0bf563dd..12875b25182a 100644
--- a/sys-apps/cronbase/files/README
+++ b/sys-apps/cronbase/files/README
@@ -1,7 +1,7 @@
$ Header: $
-20 Apr 2oo2; Thilo Bangert <bangert@gentoo.org>
+22 Apr 2oo2; Thilo Bangert <bangert@gentoo.org>
initial release
@@ -10,15 +10,110 @@ initial release
The Gentoo Linux Cron README
============================
- - To be able to use cron a user must be part of the cron group.
+Subject: New Cron Layout
+Date: Mon, 22 Apr 2002 21:35:26 +0200
+From: Thilo Bangert <bangert@gentoo.org>
+To: gentoo-dev@gentoo.org, gentoo-announce@gentoo.org,
+gentoo-user@gentoo.org, gentoo-newbies@gentoo.org
- - Crontabs are placed in /var/spool/cron/crontabs (fcron: /var/spool/cron/fcrontabs )
+ Hi,
- - Each cron takes care of running /etc/cron.{hourly|daily|weekly|montly}. Vixie
- Cron does this via the system crontab /etc/crontab - the others must have a
- root crontab that takes care of this.
+I have just unmasked
- - Only one cron per system.
+ sys-apps/cronbase-0.01
+ sys-apps/dcron-2.7-r9
+ sys-apps/fcron-2.0.0-r1
+ sys-apps/vcron-3.0.1-r1
- - dcron is "default"
+Users of
+
+ sys-apps/dcron
+ sys-apps/fcron (or app-admin/fcron )
+ sys-apps/vcron
+
+should read the following before updating to the new cron layout.
+
+
+Features
+--------
+
+The new cron layout incorporates the following features:
+
+ - to be able to use cron, a user must be part of the "cron" group.
+
+ - cron spool files are located at /var/spool/cron/ for all cron's
+
+ - all crons run /etc/cron.{hourly|daily|weekly|monthly} (fcron and
+ dcron users see notice below).
+
+ - all crons PROVIDE=virtual/cron and future ebuilds will make use of
+ this. Ebuild developers are encourged to use it where applicable.
+
+ - max one cron per system.
+
+ - dcron is the Gentoo Linux "default" (ie. dcron gets installed if
+ something depends on virtual/cron and no cron has been installed
+ yet).
+
+
+Upgrade instructions
+--------------------
+
+sys-apps/dcron:
+
+ NOTE: fcron has been moved from the app-admin category to the
+ sys-apps category.
+
+ to install the new dcron, do
+ # emerge --pretend sys-apps/dcron
+ # emerge sys-apps/dcron
+
+ NOTE: to make use of /etc/cron.{hourly|daily|weekly|monthly} the root
+ crontab must include the contents of /etc/crontab.
+
+ # crontab /etc/crontab
+
+ !! This will REPLACE root's current crontab !!
+
+
+sys-apps/fcron:
+
+ to install the new fcron, do
+ # emerge --pretend sys-apps/fcron
+ # emerge sys-apps/fcron
+
+ The default location for crontabs for fcron has been changed to
+ /var/spool/cron/fcrontabs. To make use of previous crontabs, copy
+ them to the new location. Make sure your new /etc/fcron/fcron.conf
+ reflects this.
+
+ NOTE: to make use of /etc/cron.{hourly|daily|weekly|monthly} the root
+ crontab must include the contents of /etc/crontab.
+
+ # crontab /etc/crontab
+
+ !! This will REPLACE root's current crontab !!
+
+ NEW: To be able to use cron as a user, the user must be part of the
+ "cron" group.
+
+
+sys-apps/vcron:
+
+ to install the new vcron, do
+ # emerge --pretend sys-apps/vcron
+ # emerge sys-apps/vcron
+
+ NEW: To be able to use cron as a user, the user must be part of the
+ "cron" group.
+
+
+Although the new layout has been tested, bugs may be present.
+Please report them on http://bugs.gentoo.org and assign them
+to bangert@gentoo.org.
+
+Thank you.
+
+regards
+Thilo Bangert <bangert@gentoo.org>