aboutsummaryrefslogtreecommitdiffstats
path: root/setsysfont
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:05 -0500
commitefccfcbc5dc39ef1944ef5d2e3739909831f353b (patch)
tree2f307c5fd0ced705c9320b3cf916e83599997706 /setsysfont
parentee20f9d85bb56b88306ac6da5471bc3a2291d2cc (diff)
downloadinitscripts-efccfcbc5dc39ef1944ef5d2e3739909831f353b.tar
initscripts-efccfcbc5dc39ef1944ef5d2e3739909831f353b.tar.gz
initscripts-efccfcbc5dc39ef1944ef5d2e3739909831f353b.tar.bz2
initscripts-efccfcbc5dc39ef1944ef5d2e3739909831f353b.tar.xz
initscripts-efccfcbc5dc39ef1944ef5d2e3739909831f353b.zip
Use the proper UNIMAP argument rather than SYSFONTACM when calling /bin/unicode_start. (#557089)
Diffstat (limited to 'setsysfont')
-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
;;
*)