]> git.pld-linux.org Git - packages/rc-scripts.git/blob - rc-scripts-utf8.patch
- launch unicode_start for utf8 locales.
[packages/rc-scripts.git] / rc-scripts-utf8.patch
1 --- rc-scripts-0.4.0.20/rc.d/rc.sysinit.orig    2005-08-23 18:22:13.000000000 +0200
2 +++ rc-scripts-0.4.0.20/rc.d/rc.sysinit 2005-09-19 01:12:32.000000000 +0200
3 @@ -69,6 +69,11 @@
4         [ -n "$LC_ALL" ] && export LC_ALL || unset LC_ALL
5         [ -n "$LANGUAGE" ] && export LANGUAGE || unset LANGUAGE
6         [ -n "$LINGUAS" ] && export LINGUAS || unset LINGUAS
7 +       case "$LANG" in
8 +               *.utf8|*.UTF-8)
9 +                       [ -x /bin/unicode_start ] && /sbin/consoletype fg && /bin/unicode_start
10 +               ;;
11 +       esac
12  fi
13  
14  # Read network config data
This page took 0.05028 seconds and 3 git commands to generate.