diff options
author | Florian La Roche <laroche@redhat.com> | 2003-04-21 12:04:57 +0000 |
---|---|---|
committer | Florian La Roche <laroche@redhat.com> | 2003-04-21 12:04:57 +0000 |
commit | 5d6ea8b3450b9b85e222815e131e2772f62650d1 (patch) | |
tree | b646fa7046eedd75672f88464e98587e81ef6934 /initscripts-s390.patch | |
parent | 05f91a7f3d20c4e023cfecc915e0d9ccf793b7b8 (diff) | |
download | initscripts-5d6ea8b3450b9b85e222815e131e2772f62650d1.tar initscripts-5d6ea8b3450b9b85e222815e131e2772f62650d1.tar.gz initscripts-5d6ea8b3450b9b85e222815e131e2772f62650d1.tar.bz2 initscripts-5d6ea8b3450b9b85e222815e131e2772f62650d1.tar.xz initscripts-5d6ea8b3450b9b85e222815e131e2772f62650d1.zip |
- further eliminate consoletype calls with CONSOLETYPE
Diffstat (limited to 'initscripts-s390.patch')
-rw-r--r-- | initscripts-s390.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/initscripts-s390.patch b/initscripts-s390.patch index e9a46146..d09f92ca 100644 --- a/initscripts-s390.patch +++ b/initscripts-s390.patch @@ -20,5 +20,5 @@ +# System date on S390 is always set correctly +action $"System date: `date` " date - if [ "`/sbin/consoletype`" = "vt" ]; then + if [ "$CONSOLETYPE" = "vt" ]; then # Load keymap |