1 |
slords |
1.1 |
--- initscripts-6.40/rc.d/init.d/halt.s390init Wed Sep 5 05:18:34 2001 |
2 |
|
|
+++ initscripts-6.40/rc.d/init.d/halt Fri Sep 14 17:36:28 2001 |
3 |
|
|
@@ -115,7 +115,6 @@ |
4 |
|
|
;; |
5 |
|
|
esac |
6 |
|
|
|
7 |
|
|
-runcmd $"Syncing hardware clock to system time" /sbin/hwclock $CLOCKFLAGS |
8 |
|
|
|
9 |
|
|
# Turn off swap, then unmount file systems. |
10 |
|
|
SWAPS=`awk '! /^Filename/ { print $1 }' /proc/swaps` |
11 |
|
|
--- initscripts-6.40/rc.d/rc.sysinit.s390init Sun Sep 9 09:00:54 2001 |
12 |
|
|
+++ initscripts-6.40/rc.d/rc.sysinit Fri Sep 14 17:39:17 2001 |
13 |
|
|
@@ -105,9 +105,8 @@ |
14 |
|
|
;; |
15 |
|
|
esac |
16 |
|
|
|
17 |
|
|
-/sbin/hwclock $CLOCKFLAGS |
18 |
|
|
- |
19 |
|
|
-action $"Setting clock $CLOCKDEF: `date`" date |
20 |
|
|
+# System date on S390 is always set correctly |
21 |
|
|
+action $"System date: `date` " date |
22 |
|
|
|
23 |
|
|
if [ "$CONSOLETYPE" = "vt" ]; then |
24 |
|
|
# Load keymap |