File:  [ELWIX - Embedded LightWeight unIX -] / elwix / config / etc / uboot / crontab
Revision 1.2: download - view: text, annotated - select for diffs - revision graph
Mon Sep 15 19:06:46 2014 UTC (9 years, 10 months ago) by misho
Branches: MAIN
CVS tags: elwix2_8, elwix2_7, elwix2_6, elwix2_3, HEAD, ELWIX2_7, ELWIX2_6, ELWIX2_5, ELWIX2_2p0
elwix 2.2

    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>