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
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
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
>
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
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
5 matches
Mail list logo