diff options
author | Bill Nottingham <notting@redhat.com> | 2006-05-23 19:28:54 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2006-05-23 19:28:54 +0000 |
commit | 020f2072eb740830873be85d98b421839ff3960c (patch) | |
tree | 699e266819c18a2ce41be5e36d9c552199325f33 /initscripts-s390.patch | |
parent | 9706e39ef0c1da41b351d4a59fed7f409874eb4c (diff) | |
download | initscripts-020f2072eb740830873be85d98b421839ff3960c.tar initscripts-020f2072eb740830873be85d98b421839ff3960c.tar.gz initscripts-020f2072eb740830873be85d98b421839ff3960c.tar.bz2 initscripts-020f2072eb740830873be85d98b421839ff3960c.tar.xz initscripts-020f2072eb740830873be85d98b421839ff3960c.zip |
integrate s390 patch - just check for hwclock before running it
Diffstat (limited to 'initscripts-s390.patch')
-rw-r--r-- | initscripts-s390.patch | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/initscripts-s390.patch b/initscripts-s390.patch deleted file mode 100644 index edc295f4..00000000 --- a/initscripts-s390.patch +++ /dev/null @@ -1,24 +0,0 @@ ---- initscripts-6.40/rc.d/init.d/halt.s390init Wed Sep 5 05:18:34 2001 -+++ initscripts-6.40/rc.d/init.d/halt Fri Sep 14 17:36:28 2001 -@@ -115,7 +115,6 @@ - ;; - esac - --action $"Syncing hardware clock to system time" /sbin/hwclock $CLOCKFLAGS - - # Turn off swap, then unmount file systems. - SWAPS=`awk '! /^Filename/ { print $1 }' /proc/swaps` ---- initscripts-6.40/rc.d/rc.sysinit.s390init Sun Sep 9 09:00:54 2001 -+++ initscripts-6.40/rc.d/rc.sysinit Fri Sep 14 17:39:17 2001 -@@ -105,9 +105,8 @@ - ;; - esac - --/sbin/hwclock $CLOCKFLAGS -- --action $"Setting clock $CLOCKDEF: `date`" /bin/true -+# System date on S390 is always set correctly -+action $"System date: `date` " /bin/true - - if [ "$CONSOLETYPE" = "vt" ]; then - # Load keymap |