| Summary: | periodic(8): weekly usually runs on Saturday not Sunday | ||
|---|---|---|---|
| Product: | Documentation | Reporter: | Marian Cerny <jojo> |
| Component: | Books & Articles | Assignee: | Gabor Kovesdan <gabor> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
Responsible Changed From-To: freebsd-doc->gabor Take. gabor 2007-09-07 21:54:45 UTC
FreeBSD src repository (doc,ports committer)
Modified files:
usr.sbin/periodic periodic.8
Log:
- The weekly periodic runs occur on Saturday mornings, not on Sunday mornings
PR: docs/113975
Submitted by: Marian Cerny <jojo@matfyz.cz>
Reviewed by: keramida
Approved by: re (bmah)
Revision Changes Path
1.33 +2 -2 src/usr.sbin/periodic/periodic.8
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->patched Patched in HEAD, keeping for MFC reminder. State Changed From-To: open->patched Patched in HEAD, keeping for MFC reminder. State Changed From-To: patched->closed Merged to RELENG_6. Thanks for the report! |
The description of weekly argument says it usually occurs on Sunday mornings: weekly Perform the standard weekly periodic executable run. This usu- ally occurs on Sunday mornings. But both the default /etc/crontab and crontab from EXAMPLES section of periodic(8) are configured to run it on Saturday: 15 4 * * 6 root periodic weekly or 0 3 * * 6 root periodic weekly Fix: Change the sentence "This usually occurs on Sunday mornings." to "This usually occurs on Saturday mornings.". How-To-Repeat: man periodic