From 5d6ea8b3450b9b85e222815e131e2772f62650d1 Mon Sep 17 00:00:00 2001 From: Florian La Roche Date: Mon, 21 Apr 2003 12:04:57 +0000 Subject: - further eliminate consoletype calls with CONSOLETYPE --- initscripts-s390.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'initscripts-s390.patch') 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 -- cgit