diff options
author | Bill Nottingham <notting@redhat.com> | 2000-12-12 00:32:00 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2000-12-12 00:32:00 +0000 |
commit | 52f4dc3995dde5414f1f148197cde5aa5909253b (patch) | |
tree | 4da154a212448851866b7b6a41b08f95b89a34fe /rc.d | |
parent | 760baa8339c445c9f6d0afe0298d7312628b15a5 (diff) | |
download | initscripts-52f4dc3995dde5414f1f148197cde5aa5909253b.tar initscripts-52f4dc3995dde5414f1f148197cde5aa5909253b.tar.gz initscripts-52f4dc3995dde5414f1f148197cde5aa5909253b.tar.bz2 initscripts-52f4dc3995dde5414f1f148197cde5aa5909253b.tar.xz initscripts-52f4dc3995dde5414f1f148197cde5aa5909253b.zip |
duh, get it right
Diffstat (limited to 'rc.d')
-rwxr-xr-x | rc.d/rc.sysinit | 2 |
1 files changed, 1 insertions, 1 deletions
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= |