[comp.protocols.tcp-ip] adjtime issue

cpj@CITI.UMICH.EDU (Charles Jerian) (01/02/88)

The following script shuts off the automatic adjtime from the
hardware clock every 30 secs
for suns
if  [ x$1 = "xoff" ]
then echo "dosynctodr/W 0"|adb -k -w /vmunix /dev/mem
else if [ x$1 = "xon" ] 
then echo "dosynctodr/W 1"|adb -k -w /vmunix /dev/mem
else  echo "dosynctodr/D" |adb -k /vmunix /dev/mem 

fi
fi