svn commit: r229991 - stable/7/usr.sbin/cron/crontab
Warren Block
wblock at FreeBSD.org
Wed Jan 11 23:11:48 UTC 2012
Author: wblock (doc committer)
Date: Wed Jan 11 23:11:48 2012
New Revision: 229991
URL: http://svn.freebsd.org/changeset/base/229991
Log:
MFC r227981:
Point out that @reboot runs at every cron startup, not just system
startup.
Approved by: gjb (mentor)
Modified:
stable/7/usr.sbin/cron/crontab/crontab.5
Directory Properties:
stable/7/usr.sbin/cron/ (props changed)
Modified: stable/7/usr.sbin/cron/crontab/crontab.5
==============================================================================
--- stable/7/usr.sbin/cron/crontab/crontab.5 Wed Jan 11 23:11:27 2012 (r229990)
+++ stable/7/usr.sbin/cron/crontab/crontab.5 Wed Jan 11 23:11:48 2012 (r229991)
@@ -224,7 +224,7 @@ one of eight special strings may appear:
.Bd -literal -offset indent
string meaning
------ -------
- at reboot Run once, at startup.
+ at reboot Run once, at startup of cron.
@yearly Run once a year, "0 0 1 1 *".
@annually (same as @yearly)
@monthly Run once a month, "0 0 1 * *".
More information about the svn-src-all
mailing list