From 51fe1eadb286e606342a2f79ee046b73a247324f Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Sun, 30 Sep 2007 14:15:55 +0200 Subject: [PATCH] Drop skip of unicode_start for grml-small --- autoconfig.functions | 10 +++------- debian/changelog | 3 +++ 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/autoconfig.functions b/autoconfig.functions index 9315172..8c534ac 100755 --- a/autoconfig.functions +++ b/autoconfig.functions @@ -4,7 +4,7 @@ # Authors: grml-team (grml.org), (c) Klaus Knopper , (c) Michael Prokop # 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 @@ -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 - 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 diff --git a/debian/changelog b/debian/changelog index a0f05d5..b7b3a5b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,9 @@ 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 Sun, 30 Sep 2007 14:13:45 +0200 -- 2.1.4