From: Christian Kastner 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 | 7 +++---- man/crontab.5 | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/man/cron.8 b/man/cron.8 index 8f36a51..36006ca 100644 --- a/man/cron.8 +++ b/man/cron.8 @@ -49,8 +49,7 @@ for crontab files which are named after accounts in 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)). @@ -82,9 +81,9 @@ crontables were modified. The modtime option is also used when inotify can not b .PP .I Cron checks these files and directories: -.IR /etc/anacrontab +.IR /etc/crontab system crontab, usually used to run daily, weekly, monthly jobs. See -.BR anacrontab (5) +.BR crontab (5) for more details. .IR /etc/cron.d/ directory that contains system cronjobs stored for different users. diff --git a/man/crontab.5 b/man/crontab.5 index 0132fc7..6853b73 100644 --- a/man/crontab.5 +++ b/man/crontab.5 @@ -274,7 +274,7 @@ MLS_LEVEL=SystemHigh 0-59 * * * * id -Z > /tmp/SystemHigh/crontest .fi .SH FILES -.I /etc/anacrontab +.I /etc/crontab system crontab file for jobs like cron.daily, weekly, monthly. .I /var/spool/cron/ a directory for storing crontabs defined by users. --