aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2010-01-20 11:19:05 -0500
committerBill Nottingham <notting@redhat.com>2010-01-20 11:19:37 -0500
commitbbb3b00260e70b1b10b2315f5ef2b4a4f09ed411 (patch)
tree12974476d08e3c88c28ae215e33539324b7b5ff6
parentcab299e630065baa4a8f78d6be495d941ac37335 (diff)
downloadinitscripts-bbb3b00260e70b1b10b2315f5ef2b4a4f09ed411.tar
initscripts-bbb3b00260e70b1b10b2315f5ef2b4a4f09ed411.tar.gz
initscripts-bbb3b00260e70b1b10b2315f5ef2b4a4f09ed411.tar.bz2
initscripts-bbb3b00260e70b1b10b2315f5ef2b4a4f09ed411.tar.xz
initscripts-bbb3b00260e70b1b10b2315f5ef2b4a4f09ed411.zip
Use the proper UNIMAP argument rather than SYSFONTACM when calling /bin/unicode_start. (#557089)
-rwxr-xr-xsetsysfont2
1 files changed, 1 insertions, 1 deletions
diff --git a/setsysfont b/setsysfont
index 1aa827a6..8ee9920b 100755
--- a/setsysfont
+++ b/setsysfont
@@ -9,7 +9,7 @@ fi
case ${LC_ALL:-${LC_CTYPE-$LANG}} in
*.utf8|*.UTF-8)
if [ -x /bin/unicode_start ] && /sbin/consoletype fg ; then
- exec unicode_start $SYSFONT $SYSFONTACM
+ exec unicode_start $SYSFONT $UNIMAP
fi
;;
*)