From: Christian Kastner Date: Thu, 28 Jul 2011 11:15:01 +0200 Subject: Debian-specific paths and features Use Debian-specific paths and features. For example, the spool dir differs from upstream, and we always build to use syslog. Forwarded: not-needed Last-Update: 2011-07-28 --- man/cron.8 | 15 ++------------- man/crontab.1 | 2 +- man/crontab.5 | 2 +- 3 files changed, 4 insertions(+), 15 deletions(-) diff --git a/man/cron.8 b/man/cron.8 index 48f3bdb..e6a3f31 100644 --- a/man/cron.8 +++ b/man/cron.8 @@ -41,7 +41,7 @@ is automatically started at boot time. .PP .I Cron searches -.I /var/spool/cron +.I /var/spool/cron/crontabs for crontab files which are named after user accounts; together with the system crontab .IR /etc/crontab , @@ -88,7 +88,7 @@ for more details. .IR /etc/cron.d/ directory that contains system cronjobs stored for different users. .TP -.IR /var/spool/cron +.IR /var/spool/cron/crontabs directory that contains user crontables created by the .BR crontab (1) command. @@ -178,17 +178,6 @@ This option allows you to set debug flags. .TP .B "\-V" Print version and exit. -.SH SIGNALS -When the -.I SIGHUP -is received, the -.I Cron -daemon will close and reopen its log file. This proves to be useful in -scripts which rotate and age log files. Naturally, this is not relevant -if -.I Cron -was built to use -.IR syslog (3). .SH CLUSTERING SUPPORT In this version of .IR Cron diff --git a/man/crontab.1 b/man/crontab.1 index 3c448f6..16f6af0 100644 --- a/man/crontab.1 +++ b/man/crontab.1 @@ -63,7 +63,7 @@ you can define more crontabs for each range. For more information, see In this version of .IR Cron it is possible to use a network-mounted shared -.I /var/spool/cron +.I /var/spool/cron/crontabs across a cluster of hosts and specify that only one of the hosts should run the crontab jobs in the particular directory at any one time. You may also use diff --git a/man/crontab.5 b/man/crontab.5 index cb27d23..2fd1fe7 100644 --- a/man/crontab.5 +++ b/man/crontab.5 @@ -295,7 +295,7 @@ MLS_LEVEL=SystemHigh .SH FILES .I /etc/crontab main system crontab file. -.I /var/spool/cron/ +.I /var/spool/cron/crontabs a directory for storing crontabs defined by users. .I /etc/cron.d/ a directory for storing system crontabs.