File:  [ELWIX - Embedded LightWeight unIX -] / elwix / config / etc / uboot / crontab
Revision 1.1.2.1: download - view: text, annotated - select for diffs - revision graph
Thu Jan 23 09:30:22 2014 UTC (10 years, 7 months ago) by misho
Branches: elwix2_2
add files

# /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>