cronie/debian/patches/0001-Unbundle-anacron.patch

40 lines
1.1 KiB
Diff
Raw Normal View History

2011-07-26 14:00:34 +02:00
From: Christian Kastner <debian@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 | 7 +++----
2 files changed, 4 insertions(+), 5 deletions(-)
2019-08-06 19:01:25 +02:00
Index: cronie/man/cron.8
===================================================================
--- cronie.orig/man/cron.8 2019-08-06 18:47:39.324000000 +0200
+++ cronie/man/cron.8 2019-08-06 18:47:39.324000000 +0200
@@ -56,8 +56,7 @@
2011-07-26 14:00:34 +02:00
The found crontabs are loaded into the memory.
.I Cron
2019-08-06 19:01:25 +02:00
also searches for
2011-07-26 14:00:34 +02:00
-.I /etc/anacrontab
2019-08-06 19:01:25 +02:00
-and any files in the
2011-07-26 14:00:34 +02:00
+any files in the
2019-08-06 19:01:25 +02:00
.I /etc/cron.d
2011-07-26 14:00:34 +02:00
directory, which have a different format (see
.BR crontab (5)).
2019-08-06 19:01:25 +02:00
@@ -94,9 +93,9 @@
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
2011-07-26 14:00:34 +02:00
-.IR /etc/anacrontab
+.IR /etc/crontab
2019-08-06 19:01:25 +02:00
configuration file. See
2011-07-26 14:00:34 +02:00
-.BR anacrontab (5)
+.BR crontab (5)
for more details.
2019-08-06 19:01:25 +02:00
.TP
2011-07-26 14:00:34 +02:00
.IR /etc/cron.d/