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 ago) by misho
CVS tags: MAIN, HEAD
Initial revision

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

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