public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Linux-2.4.15-pre5 - probably something wrong with /proc/cpuinfo.
@ 2001-11-18  1:45 hari
  2001-11-17 15:56 ` Alexander Viro
  2001-11-17 16:40 ` Florian Schmitt
  0 siblings, 2 replies; 6+ messages in thread
From: hari @ 2001-11-18  1:45 UTC (permalink / raw)
  To: linux-kernel

Hello,

The following shell script (extracted from SuSE 7.1 /etc/rc.d/boot) would 
execute fine on Linux-2.4.14, Linux-2.4.15-pre3 etc.. but not on 
Linux-2.4.15-pre5 (AMD Athlon Computer). Couldn't check it on 
Linux-2.4.15-pre4 as it would not compile successfully.

#!/bin/bash
# set and adjust the CMOS clock
if test "$HWCLOCK_ACCESS" != "no" ; then
echo -n Setting up the CMOS clock
CLOCKCMD=hwclock
while read line; do
        case "$line" in
                *MTX\ Plus*) CLOCKCMD="hwclock --mtxplus --directisa" ;;
                *PReP\ Dual\ MTX*) CLOCKCMD="hwclock --mtxplus --directisa" ;;
        esac
done < /proc/cpuinfo
fi

May someone be kind enough to let me know where the problem could be?
-- 
Thank you,
harisri@bigpond.com

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2001-11-18  4:14 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-11-18  1:45 Linux-2.4.15-pre5 - probably something wrong with /proc/cpuinfo hari
2001-11-17 15:56 ` Alexander Viro
2001-11-18 11:06   ` hari
2001-11-18  0:09     ` Alexander Viro
2001-11-18 15:17       ` hari
2001-11-17 16:40 ` Florian Schmitt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox