Drop skip of unicode_start for grml-small 0.7.24
authorMichael Prokop <mika@grml.org>
Sun, 30 Sep 2007 12:15:55 +0000 (14:15 +0200)
committerMichael Prokop <mika@grml.org>
Sun, 30 Sep 2007 12:15:55 +0000 (14:15 +0200)
autoconfig.functions
debian/changelog

index 9315172..8c534ac 100755 (executable)
@@ -4,7 +4,7 @@
 # Authors:       grml-team (grml.org), (c) Klaus Knopper <knopper@knopper.net>, (c) Michael Prokop <mika@grml.org>
 # Bug-Reports:   see http://grml.org/bugs/
 # License:       This file is licensed under the GPL v2.
 # Authors:       grml-team (grml.org), (c) Klaus Knopper <knopper@knopper.net>, (c) Michael Prokop <mika@grml.org>
 # Bug-Reports:   see http://grml.org/bugs/
 # License:       This file is licensed under the GPL v2.
-# Latest change: Don Sep 20 15:31:56 CEST 2007 [mika]
+# Latest change: Son Sep 30 14:15:11 CEST 2007 [mika]
 ################################################################################
 
 # {{{ path, variables, signals, umask, zsh
 ################################################################################
 
 # {{{ path, variables, signals, umask, zsh
@@ -270,12 +270,8 @@ config_language(){
  # activate unicode console if running within utf8 environment
  if [ -r /etc/default/locale ] ; then
     if grep -q "LANG=.*UTF" /etc/default/locale ; then
  # activate unicode console if running within utf8 environment
  if [ -r /etc/default/locale ] ; then
     if grep -q "LANG=.*UTF" /etc/default/locale ; then
-       if checkgrmlsmall && [ -z "$INSTALLED" ] ; then
-          ewarn "Not runnning unicode_start: grml-small with reduced language support detected." ; eend 0
-       else
-          einfo "Setting up unicode environment."
-          unicode_start 2>>$DEBUG ; eend $?
-       fi
+       einfo "Setting up unicode environment."
+       unicode_start 2>>$DEBUG ; eend $?
     fi
  fi
 
     fi
  fi
 
index a0f05d5..b7b3a5b 100644 (file)
@@ -1,6 +1,9 @@
 grml-autoconfig (0.7.24) unstable; urgency=low
 
   * Adjust look'n'feel of testcd and improve error handling as well.
 grml-autoconfig (0.7.24) unstable; urgency=low
 
   * Adjust look'n'feel of testcd and improve error handling as well.
+  * Drop the "Not runnning unicode_start: grml-small with reduced language
+    support detected." check as we want to get working UTF8 setup on
+    grml-small/grml-medium as well.
 
  -- Michael Prokop <mika@grml.org>  Sun, 30 Sep 2007 14:13:45 +0200
 
 
  -- Michael Prokop <mika@grml.org>  Sun, 30 Sep 2007 14:13:45 +0200