#
# SHADOW Release 1.7 
# Last Modified 23 Jul 2001
#
# Written by Bill Ralph <RalphWD@nswc.navy.mil>
#
# 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/ntpdate 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/SHADOW/sensor/sensor_driver.pl std > /dev/null 2>&1
