41 lines
1.1 KiB
Diff
41 lines
1.1 KiB
Diff
From: Christian Kastner <ckk@kvr.at>
|
|
Date: Thu, 28 Jul 2011 11:01:03 +0200
|
|
Subject: Unbundle anacron
|
|
|
|
Upstream has integrated anacron into cronie. Debian has its own package, so
|
|
we unbundle it (mostly by removing references to it).
|
|
|
|
Forwarded: not-needed
|
|
Last-Update: 2011-07-28
|
|
---
|
|
man/cron.8 | 11 +++--------
|
|
1 file changed, 3 insertions(+), 8 deletions(-)
|
|
|
|
--- a/man/cron.8
|
|
+++ b/man/cron.8
|
|
@@ -56,8 +56,7 @@
|
|
The found crontabs are loaded into the memory.
|
|
.I Cron
|
|
also searches for
|
|
-.I /etc/anacrontab
|
|
-and any files in the
|
|
+any files in the
|
|
.I /etc/cron.d
|
|
directory, which have a different format (see
|
|
.BR crontab (5)).
|
|
@@ -91,12 +90,8 @@
|
|
checks these files and directories:
|
|
.TP
|
|
.IR /etc/crontab
|
|
-system crontab. Nowadays the file is empty by default. Originally it
|
|
-was usually used to run daily, weekly, monthly jobs. By default these
|
|
-jobs are now run through anacron which reads
|
|
-.IR /etc/anacrontab
|
|
-configuration file. See
|
|
-.BR anacrontab (5)
|
|
+system crontab, usually used to run daily, weekly, monthly jobs. See
|
|
+.BR crontab (5)
|
|
for more details.
|
|
.TP
|
|
.IR /etc/cron.d/
|