#
# SHADOW Release 1.6 - Last Modified 27 Aug 1999
#
# Crontab for a tcpdump Sensor. 
#
# Insure system clock is consistent.
# If this is not on the internet, need a standard time source.
#
17 23 * * * /usr/bin/rdate -s time-a.nist.gov
#
# The next command insures that the hardware clock of a PC is reset
# to the time that the previous command set the Operating System
# time to. Only meaningful for Linux or Intel x86 systems perhaps.
#
18 23 * * * /sbin/hwclock --systohc
#
# The startup of the SHADOW sensor driver, once per hour.
#
0 * * * * /usr/local/logger/sensor/sensor_driver.pl std > /dev/null 2>&1
