--- initscripts-5.97/rc.d/init.d/halt.s390init Thu Jul 5 17:55:32 2001 +++ initscripts-5.97/rc.d/init.d/halt Thu Jul 5 17:54:42 2001 @@ -110,7 +110,9 @@ ;; esac -runcmd $"Syncing hardware clock to system time" /sbin/hwclock $CLOCKFLAGS +if [ -x /sbin/hwclock ] ; then + runcmd $"Syncing hardware clock to system time" /sbin/hwclock $CLOCKFLAGS +fi # Turn off swap, then unmount file systems. SWAPS=`awk '! /^Filename/ { print $1 }' /proc/swaps` --- initscripts-5.97/rc.d/rc.sysinit.s390init Thu Jun 21 19:06:53 2001 +++ initscripts-5.97/rc.d/rc.sysinit Thu Jul 5 17:55:07 2001 @@ -105,9 +105,13 @@ ;; esac -/sbin/hwclock $CLOCKFLAGS - -action $"Setting clock $CLOCKDEF: `date`" date +if [ -x /sbin/hwclock ] ; then + /sbin/hwclock $CLOCKFLAGS + action $"Setting clock $CLOCKDEF: `date`" date +else + # System date on S390 is always set correctly + action $"System date: `date` " date +fi if [ "`/sbin/consoletype`" == "vt" ]; then # Load keymap @@ -269,6 +273,9 @@ else action $"Skipping ISA PNP configuration at users request: " /bin/true fi +else + # No /sbin/isapnp => no PNP + PNP= fi # Remount the root filesystem read-write. @@ -276,6 +283,24 @@ [ "$state" != "rw" ] && \ action $"Remounting root filesystem in read-write mode: " mount -n -o remount,rw / +# Fix up kernel versioning on binary-only modules +if [ -x /sbin/oco-setkver ]; then + kver=`