From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from cpe-24-221-98-238.az.sprintbbd.net ([24.221.98.238] helo=lnx1.holmesgrown.com ident=root) by speech.braille.uwo.ca with esmtp (Exim 3.32 #1 (Debian)) id 16QSSa-0004Fr-00 for ; Tue, 15 Jan 2002 07:13:00 -0500 Received: from lnx3.holmesgrown.com (steve@lnx3.holmesgrown.com [192.168.1.5]) by lnx1.holmesgrown.com (8.9.3/8.9.3) with ESMTP id FAA28011 for ; Tue, 15 Jan 2002 05:11:27 -0700 Date: Tue, 15 Jan 2002 05:11:27 -0700 (MST) From: Steve Holmes To: Subject: Re: Looking for utilities In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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: 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 >