openbsd-ports/sysutils/anacron/patches/patch-anacron_8
2022-03-11 19:57:10 +00:00

30 lines
881 B
Plaintext

--- anacron.8.orig Sun Dec 9 10:09:32 2007
+++ anacron.8 Tue Jun 4 12:26:36 2013
@@ -18,7 +18,7 @@ to control daily, weekly, and monthly jobs that are
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