svn commit: r229987 - stable/9/usr.sbin/cron/crontab

Warren Block wblock at FreeBSD.org
Wed Jan 11 22:37:46 UTC 2012


Author: wblock (doc committer)
Date: Wed Jan 11 22:37:45 2012
New Revision: 229987
URL: http://svn.freebsd.org/changeset/base/229987

Log:
  MFC r227981:
  Point out that @reboot runs at every cron startup, not just system
  startup.
  
  Approved by:	gjb (mentor)

Modified:
  stable/9/usr.sbin/cron/crontab/crontab.5
Directory Properties:
  stable/9/usr.sbin/cron/   (props changed)

Modified: stable/9/usr.sbin/cron/crontab/crontab.5
==============================================================================
--- stable/9/usr.sbin/cron/crontab/crontab.5	Wed Jan 11 22:33:41 2012	(r229986)
+++ stable/9/usr.sbin/cron/crontab/crontab.5	Wed Jan 11 22:37:45 2012	(r229987)
@@ -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