From 6e9a8888e63fa552bcd2f042f513518fb2481bbd Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Mon, 11 Oct 1999 16:24:11 +0000 Subject: fix for Jensens. --- rc.d/rc.sysinit | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/rc.d/rc.sysinit b/rc.d/rc.sysinit index 5c1c82a1..da8830a5 100755 --- a/rc.d/rc.sysinit +++ b/rc.d/rc.sysinit @@ -107,6 +107,10 @@ if [ "$CLOCK" = "/sbin/clock" ]; then CLOCKDEF="$CLOCKDEF (srm)"; ;; esac + if grep -q "Jensen" /proc/cpuinfo >/dev/null 2>&1 ; then + CLOCKFLAGS="$CLOCKFLAGS -J"; + CLOCKDEF="$CLOCKDEF (jensen)"; + fi fi $CLOCK $CLOCKFLAGS -- cgit v1.2.1