From: Michael Prokop Date: Sun, 18 Oct 2009 14:01:29 +0000 (+0200) Subject: Revert "unicode_start command: do not redirect stderr to debug file" X-Git-Tag: v0.8.35^0 X-Git-Url: http://git.grml.org/?p=grml-autoconfig.git;a=commitdiff_plain;h=2d69b1aa2d03c558e2a4445d15fdba1b5d9b7f0c Revert "unicode_start command: do not redirect stderr to debug file" --- diff --git a/autoconfig.functions b/autoconfig.functions index cd9baca..c2bd0bc 100755 --- a/autoconfig.functions +++ b/autoconfig.functions @@ -297,7 +297,7 @@ config_language(){ if [ -r /etc/default/locale ] ; then if grep -q "LANG=.*UTF" /etc/default/locale ; then einfo "Setting up unicode environment." - unicode_start ; eend $? + unicode_start 2>>$DEBUG ; eend $? fi fi diff --git a/debian/changelog b/debian/changelog index cd348ff..7b057ed 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +grml-autoconfig (0.8.35) unstable; urgency=low + + * Revert "unicode_start command: do not redirect stderr to debug file" + to avoid flooding the console. + + -- Michael Prokop Sun, 18 Oct 2009 16:00:41 +0200 + grml-autoconfig (0.8.34) unstable; urgency=low [ Ulrich Dangel ]