4b13299636
Anacron is a periodic command scheduler. It executes commands at intervals specified in days. Unlike cron, it does not assume that the system is running continuously. It can therefore be used to control the execution of daily, weekly and monthly jobs (or anything with a period of n days), on systems that don't run 24 hours a day. When installed and configured properly, Anacron will make sure that the commands are run at the specified intervals as closely as machine-uptime permits. WWW: http://anacron.sourceforge.net/ from Andreas Kahari <andreas.kahari@unix.net> with some cleanup by me
16 lines
615 B
Plaintext
16 lines
615 B
Plaintext
$OpenBSD: patch-anacrontab_5,v 1.1.1.1 2003/08/23 19:24:50 sturm Exp $
|
|
--- anacrontab.5.orig 2003-08-13 20:36:18.000000000 +0200
|
|
+++ anacrontab.5 2003-08-13 20:36:37.000000000 +0200
|
|
@@ -1,9 +1,9 @@
|
|
.TH ANACRONTAB 5 1998-02-02 "Itai Tzur" "Anacron Users' Manual"
|
|
.SH NAME
|
|
-/etc/anacrontab \- configuration file for anacron
|
|
+%%SYSCONFDIR%%/anacrontab \- configuration file for anacron
|
|
.SH DESCRIPTION
|
|
The file
|
|
-.I /etc/anacrontab
|
|
+.I %%SYSCONFDIR%%/anacrontab
|
|
describes the jobs controlled by \fBanacron(8)\fR. Its lines can be of
|
|
three kinds: job-description lines, environment
|
|
assignments, or empty lines.
|