From 52f4dc3995dde5414f1f148197cde5aa5909253b Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Tue, 12 Dec 2000 00:32:00 +0000 Subject: duh, get it right --- rc.d/rc.sysinit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc.d/rc.sysinit b/rc.d/rc.sysinit index ba8943e0..ce58b139 100755 --- a/rc.d/rc.sysinit +++ b/rc.d/rc.sysinit @@ -103,7 +103,7 @@ esac action "Setting clock $CLOCKDEF: `date`" date -if [ "'/sbin/consoletype'" == "vt" ]; then +if [ "`/sbin/consoletype`" == "vt" ]; then # Load keymap if [ -x /bin/loadkeys ]; then KEYTABLE= -- cgit v1.2.1