]> git.pld-linux.org Git - packages/rc-scripts.git/commitdiff
- launch unicode_start for utf8 locales.
authorPaweł Sikora <pluto@pld-linux.org>
Sun, 18 Sep 2005 23:23:51 +0000 (23:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rc-scripts-utf8.patch -> 1.1

rc-scripts-utf8.patch [new file with mode: 0644]

diff --git a/rc-scripts-utf8.patch b/rc-scripts-utf8.patch
new file mode 100644 (file)
index 0000000..300730c
--- /dev/null
@@ -0,0 +1,14 @@
+--- rc-scripts-0.4.0.20/rc.d/rc.sysinit.orig   2005-08-23 18:22:13.000000000 +0200
++++ rc-scripts-0.4.0.20/rc.d/rc.sysinit        2005-09-19 01:12:32.000000000 +0200
+@@ -69,6 +69,11 @@
+       [ -n "$LC_ALL" ] && export LC_ALL || unset LC_ALL
+       [ -n "$LANGUAGE" ] && export LANGUAGE || unset LANGUAGE
+       [ -n "$LINGUAS" ] && export LINGUAS || unset LINGUAS
++      case "$LANG" in
++              *.utf8|*.UTF-8)
++                      [ -x /bin/unicode_start ] && /sbin/consoletype fg && /bin/unicode_start
++              ;;
++      esac
+ fi
+ # Read network config data
This page took 0.043648 seconds and 4 git commands to generate.