diff options
author | Bill Nottingham <notting@redhat.com> | 2010-01-20 11:19:05 -0500 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2010-01-20 11:19:05 -0500 |
commit | efccfcbc5dc39ef1944ef5d2e3739909831f353b (patch) | |
tree | 2f307c5fd0ced705c9320b3cf916e83599997706 /setsysfont | |
parent | ee20f9d85bb56b88306ac6da5471bc3a2291d2cc (diff) | |
download | initscripts-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-x | setsysfont | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ;; *) |