Re: New hwclock.sh for powerpc

1999-10-01 Thread Sven LUTHER
On Sat, Sep 25, 1999 at 06:24:14PM -0700, Joel Klecker wrote: > I worked this script out to address the problem we have on powerpc > with the different hardware clock programs. > This should use `clock' on Power Macs and `hwclock' on CHRP. > Please test it so I can add it to 'powerpc-utils' if it

Re: New hwclock.sh for powerpc

1999-09-27 Thread Geert Uytterhoeven
On Sat, 25 Sep 1999, Greg Johnson wrote: > On Sat, Sep 25, 1999 at 06:24:14PM -0700, Joel Klecker wrote: > > I worked this script out to address the problem we have on powerpc > > with the different hardware clock programs. > > This should use `clock' on Power Macs and `hwclock' on CHRP. > > Pleas

Re: New hwclock.sh for powerpc

1999-09-27 Thread Geert Uytterhoeven
On Sat, 25 Sep 1999, Joel Klecker wrote: > case "$Arch" in > CHRP) > CLOCKPROG=hwclock > ADJUSTARG=--adjust > WRITEARG=--systohc > SHOWARG=--show > [ "$UTCARG" = yes ] && UTCARG="--utc" > ;; > PowerMac*|iMac*|Power[Bb]ook*) > CLOCKPROG=clock >

Re: New hwclock.sh for powerpc

1999-09-26 Thread Greg Johnson
On Sat, Sep 25, 1999 at 06:24:14PM -0700, Joel Klecker wrote: > I worked this script out to address the problem we have on powerpc > with the different hardware clock programs. > This should use `clock' on Power Macs and `hwclock' on CHRP. > Please test it so I can add it to 'powerpc-utils' if it

New hwclock.sh for powerpc

1999-09-26 Thread Joel Klecker
I worked this script out to address the problem we have on powerpc with the different hardware clock programs. This should use `clock' on Power Macs and `hwclock' on CHRP. Please test it so I can add it to 'powerpc-utils' if it works. For those who care, my plan is to have powerpc-utils divert t