patch-anacron_8 948 B

12345678910111213141516171819202122232425262728293031
  1. $OpenBSD: patch-anacron_8,v 1.2 2013/06/04 13:47:09 giovanni Exp $
  2. --- anacron.8.orig Sun Dec 9 10:09:32 2007
  3. +++ anacron.8 Tue Jun 4 12:26:36 2013
  4. @@ -18,7 +18,7 @@ to control daily, weekly, and monthly jobs that are
  5. usually controlled by \fBcron\fR.
  6. .PP
  7. When executed, Anacron reads a list of jobs from a configuration file, normally
  8. -.I /etc/anacrontab
  9. +.I %%SYSCONFDIR%%/anacrontab
  10. (see \fBanacrontab(5)\fR). This file
  11. contains the list of jobs that Anacron controls. Each
  12. job entry specifies a period in days,
  13. @@ -84,7 +84,7 @@ previous one finished.
  14. .TP
  15. .B -n
  16. Run jobs now. Ignore the delay specifications in the
  17. -.I /etc/anacrontab
  18. +.I %%SYSCONFDIR%%/anacrontab
  19. file. This options implies \fB-s\fR.
  20. .TP
  21. .B -d
  22. @@ -117,7 +117,7 @@ file. See
  23. for more information.
  24. .SH FILES
  25. .TP
  26. -.I /etc/anacrontab
  27. +.I %%SYSCONFDIR%%/anacrontab
  28. Contains specifications of jobs. See \fBanacrontab(5)\fR for a complete
  29. description.
  30. .TP