
#   S:CRONTAB
#
#min	hr	day	mon	dow	command

#   adjust time every 24 hours.. keep us in line
#0	 0	 *	 *	 *	 dhb:altc/mousetime

#   Disable modem speaker while I'm asleep

0	23	*	*	*	getty -m0
0	11	*	*	*	getty -m1

#   run UUCP nightly to various sites.
#
#0	 3	 *	 *	 *	 uucp:c/uucico -suunet
#0	 6	 *	 *	 *	 uucp:c/uucico -ssorinc

#   trim log files at 8a.m. so they do not get too big.
0	8	*	*	*	uucp:c/trimfile uuspool:logfile getty:logfile tmp:dcron.log -100

#   delete old news files at 8:10 (if you are receiving news you want to
#   do this)
10	8	*	*	*	uucp:c/trimnews

