diff options
author | Bill Nottingham <notting@redhat.com> | 2005-03-07 20:01:44 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2005-03-07 20:01:44 +0000 |
commit | 9f99d03b5bc198dd5ec062c0037aeabdc12366ff (patch) | |
tree | bb697a057676b03aee9f2657d8b4cc38f1b84066 | |
parent | f15791f03292f6d0053aac6fbb317028bfdd4f83 (diff) | |
download | initscripts-9f99d03b5bc198dd5ec062c0037aeabdc12366ff.tar initscripts-9f99d03b5bc198dd5ec062c0037aeabdc12366ff.tar.gz initscripts-9f99d03b5bc198dd5ec062c0037aeabdc12366ff.tar.bz2 initscripts-9f99d03b5bc198dd5ec062c0037aeabdc12366ff.tar.xz initscripts-9f99d03b5bc198dd5ec062c0037aeabdc12366ff.zip |
make it apply
-rw-r--r-- | initscripts-s390.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/initscripts-s390.patch b/initscripts-s390.patch index d09f92ca..d83ad99d 100644 --- a/initscripts-s390.patch +++ b/initscripts-s390.patch @@ -16,9 +16,9 @@ -/sbin/hwclock $CLOCKFLAGS - --action $"Setting clock $CLOCKDEF: `date`" date +-action $"Setting clock $CLOCKDEF: `date`" /bin/true +# System date on S390 is always set correctly -+action $"System date: `date` " date ++action $"System date: `date` " /bin/true if [ "$CONSOLETYPE" = "vt" ]; then # Load keymap |