Home | History | Annotate | Line # | Download | only in etc
crontab revision 1.7
      1  1.5    cgd # /var/cron/tabs/root - root's crontab for NetBSD
      2  1.7    cgd # $Id: crontab,v 1.7 1993/12/05 11:43:54 cgd Exp $
      3  1.2  glass #
      4  1.2  glass SHELL=/bin/sh
      5  1.2  glass PATH=/etc:/bin:/sbin:/usr/bin:/usr/sbin
      6  1.2  glass HOME=/var/log
      7  1.2  glass #
      8  1.2  glass #minute	hour	mday	month	wday	command
      9  1.2  glass #
     10  1.7    cgd 0-59/10	*	*	*	*	/usr/libexec/atrun
     11  1.5    cgd #
     12  1.5    cgd # rotate log files every hour, if necessary
     13  1.5    cgd 0	*	*	*	*	/usr/bin/newsyslog
     14  1.5    cgd #
     15  1.5    cgd # do daily/weekly/monthly maintenance
     16  1.6    cgd 0	2	*	*	*	/etc/daily
     17  1.6    cgd 30	3	*	*	6	/etc/weekly
     18  1.6    cgd 30	5	1	*	*	/etc/monthly
     19