svn commit: r227981 - head/usr.sbin/cron/crontab

Warren Block wblock at FreeBSD.org
Fri Nov 25 17:41:12 UTC 2011


Author: wblock (doc committer)
Date: Fri Nov 25 17:41:12 2011
New Revision: 227981
URL: http://svn.freebsd.org/changeset/base/227981

Log:
  Point out that @reboot runs at every cron startup, not just system
  startup.
  
  Discussed on:	hackers@
  
  Approved by:	gjb (mentor)
  MFC after:	1 week

Modified:
  head/usr.sbin/cron/crontab/crontab.5

Modified: head/usr.sbin/cron/crontab/crontab.5
==============================================================================
--- head/usr.sbin/cron/crontab/crontab.5	Fri Nov 25 17:40:01 2011	(r227980)
+++ head/usr.sbin/cron/crontab/crontab.5	Fri Nov 25 17:41:12 2011	(r227981)
@@ -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