File:  [ELWIX - Embedded LightWeight unIX -] / elwix / config / etc / default / crontab
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Tue Jul 5 23:43:00 2011 UTC (13 years, 1 month ago) by misho
CVS tags: MAIN, HEAD
Initial revision

    1: # /etc/crontab - root's crontab for FreeBSD
    2: #
    3: # $FreeBSD: src/etc/crontab,v 1.33 2009/06/14 06:37:19 brian Exp $
    4: #
    5: SHELL=/bin/sh
    6: PATH=/etc:/bin:/sbin:/usr/bin:/usr/sbin
    7: #
    8: #minute	hour	mday	month	wday	who	command
    9: #
   10: */5	*	*	*	*	root	/usr/libexec/atrun
   11: #
   12: # Rotate log files every hour, if necessary.
   13: 0	*	*	*	*	root	newsyslog

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>