aboutsummaryrefslogtreecommitdiffstats
path: root/setsysfont
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2006-10-04 21:52:50 +0000
committerBill Nottingham <notting@redhat.com>2006-10-04 21:52:50 +0000
commit4fbc6d8759e2438dedfcdffee620136b1dc497a7 (patch)
tree226918fbdc98acc5c366336a402a8bed2079466c /setsysfont
parentdf8dbb37bbf199978680058891dfa9bbd5d90b74 (diff)
downloadinitscripts-4fbc6d8759e2438dedfcdffee620136b1dc497a7.tar
initscripts-4fbc6d8759e2438dedfcdffee620136b1dc497a7.tar.gz
initscripts-4fbc6d8759e2438dedfcdffee620136b1dc497a7.tar.bz2
initscripts-4fbc6d8759e2438dedfcdffee620136b1dc497a7.tar.xz
initscripts-4fbc6d8759e2438dedfcdffee620136b1dc497a7.zip
invoke unicode_stop correctly
Diffstat (limited to 'setsysfont')
-rwxr-xr-xsetsysfont3
1 files changed, 2 insertions, 1 deletions
diff --git a/setsysfont b/setsysfont
index 5f818a9f..29d4506c 100755
--- a/setsysfont
+++ b/setsysfont
@@ -14,7 +14,8 @@ case "$LANG" in
;;
*)
if /sbin/consoletype fg ; then
- exec unicode_stop
+ # no exec, unicode_stop does not set a font
+ unicode_stop
fi
;;
esac