diff options
author | Bill Nottingham <notting@redhat.com> | 2002-07-24 21:27:14 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2002-07-24 21:27:14 +0000 |
commit | 028c97436177229002c0ad6e642b79346ccfbca6 (patch) | |
tree | 9b7d35eda08550c059a8e37ec2b9ff6b46a0840f /rc.d/rc.sysinit | |
parent | ff90b1a98e3627d9528f9f9d45cb9aff00c95211 (diff) | |
download | initscripts-028c97436177229002c0ad6e642b79346ccfbca6.tar initscripts-028c97436177229002c0ad6e642b79346ccfbca6.tar.gz initscripts-028c97436177229002c0ad6e642b79346ccfbca6.tar.bz2 initscripts-028c97436177229002c0ad6e642b79346ccfbca6.tar.xz initscripts-028c97436177229002c0ad6e642b79346ccfbca6.zip |
oops, UTF-8 can have @euro
Diffstat (limited to 'rc.d/rc.sysinit')
-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 baca24db..e96eb2a8 100755 --- a/rc.d/rc.sysinit +++ b/rc.d/rc.sysinit @@ -137,7 +137,7 @@ if [ "`/sbin/consoletype`" = "vt" -a -x /bin/loadkeys ]; then if [ -x /sbin/setsysfont ]; then [ -f /etc/sysconfig/i18n ] && . /etc/sysconfig/i18n case "$LANG" in - *.utf8|*.UTF-8) + *.utf8*|*.UTF-8*) action $"Setting default font ($SYSFONT): " /bin/unicode_start $SYSFONT ;; *) |