openbsd-ports/sysutils/anacron/patches/patch-anacron_8
sturm 4b13299636 Initial import of anacron 2.3
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
2003-08-23 19:24:47 +00:00

31 lines
960 B
Plaintext

$OpenBSD: patch-anacron_8,v 1.1.1.1 2003/08/23 19:24:50 sturm Exp $
--- anacron.8.orig 2003-08-13 20:35:38.000000000 +0200
+++ anacron.8 2003-08-13 20:36:12.000000000 +0200
@@ -18,7 +18,7 @@ to control daily, weekly, and monthly jo
usually controlled by \fBcron\fR.
.PP
When executed, Anacron reads a list of jobs from a configuration file, normally
-.I /etc/anacrontab
+.I %%SYSCONFDIR%%/anacrontab
(see \fBanacrontab(5)\fR). This file
contains the list of jobs that Anacron controls. Each
job entry specifies a period in days,
@@ -84,7 +84,7 @@ previous one finished.
.TP
.B -n
Run jobs now. Ignore the delay specifications in the
-.I /etc/anacrontab
+.I %%SYSCONFDIR%%/anacrontab
file. This options implies \fB-s\fR.
.TP
.B -d
@@ -117,7 +117,7 @@ file. See
for more information.
.SH FILES
.TP
-.I /etc/anacrontab
+.I %%SYSCONFDIR%%/anacrontab
Contains specifications of jobs. See \fBanacrontab(5)\fR for a complete
description.
.TP