From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [204.233.198.50] (helo=linserver.complex) by speech.braille.uwo.ca with esmtp (Exim 3.32 #1 (Debian)) id 16QWyT-0005J3-00 for ; Tue, 15 Jan 2002 12:02:13 -0500 Received: (from gnowak1@localhost) by linserver.complex (8.11.4/8.10.2) id g0FH1j500332 for speakup@braille.uwo.ca; Tue, 15 Jan 2002 11:01:45 -0600 Date: Tue, 15 Jan 2002 11:01:45 -0600 From: Gregory Nowak To: speakup@braille.uwo.ca Subject: Re: Looking for utilities Message-ID: <20020115110145.C314@uic.edu> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from steve@holmesgrown.com on Tue, Jan 15, 2002 at 05:11:27AM -0700 Sender: speakup-admin@braille.uwo.ca Errors-To: speakup-admin@braille.uwo.ca X-BeenThere: speakup@braille.uwo.ca X-Mailman-Version: 2.0.7 Precedence: bulk Reply-To: speakup@braille.uwo.ca List-Help: List-Post: List-Subscribe: , List-Id: Speakup is a screen review system for Linux. List-Unsubscribe: , List-Archive: I just want to say thanks for that script. You've posted it on here some time ago, and it's been working perfectly for me ever since. Greg On Tue, Jan 15, 2002 at 05:11:27AM -0700, Steve Holmes wrote: > Here is something I use. > -------- Begin file ---------- > #!/bin/sh > /usr/sbin/netdate clock.psu.edu > if [ "$?" = "0" ]; then > clock -w > echo CMOS clock has been set. > fi > ---------- End of file ---------- > This only checks one clock but I'm sure you could modify it to be more > precise by checking several clocks but this meets my needs. > > I run this on my main server in crontab every day. > > On Tue, 15 Jan 2002, Richard Villa wrote: > > > Now that have solved my mail issue, I wonder if someone can direct me to a > > couple of utilities. I am looking for a disk defrag utility, and autility > > that will keep my hardware clock in sync with universal time. > > > > Richard > > > > > > > > _______________________________________________ > > Speakup mailing list > > Speakup@braille.uwo.ca > > http://speech.braille.uwo.ca/mailman/listinfo/speakup > > > > > _______________________________________________ > Speakup mailing list > Speakup@braille.uwo.ca > http://speech.braille.uwo.ca/mailman/listinfo/speakup