Path: utzoo!mnetor!uunet!husc6!cmcl2!rutgers!sdcsvax!ucbvax!CITI.UMICH.EDU!cpj From: cpj@CITI.UMICH.EDU (Charles Jerian) Newsgroups: comp.protocols.tcp-ip Subject: adjtime issue Message-ID: <8801020801.AA23253@ucbvax.Berkeley.EDU> Date: 2 Jan 88 07:09:00 GMT Sender: daemon@ucbvax.BERKELEY.EDU Organization: The ARPA Internet Lines: 11 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