From 2d69b1aa2d03c558e2a4445d15fdba1b5d9b7f0c Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Sun, 18 Oct 2009 16:01:29 +0200 Subject: [PATCH 1/1] Revert "unicode_start command: do not redirect stderr to debug file" --- autoconfig.functions | 2 +- debian/changelog | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) 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 ] -- 2.1.4