Revert "unicode_start command: do not redirect stderr to debug file" v0.8.35
authorMichael Prokop <mika@grml.org>
Sun, 18 Oct 2009 14:01:29 +0000 (16:01 +0200)
committerMichael Prokop <mika@grml.org>
Sun, 18 Oct 2009 14:01:29 +0000 (16:01 +0200)
autoconfig.functions
debian/changelog

index cd9baca..c2bd0bc 100755 (executable)
@@ -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."
  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
 
     fi
  fi
 
index cd348ff..7b057ed 100644 (file)
@@ -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 <mika@grml.org>  Sun, 18 Oct 2009 16:00:41 +0200
+
 grml-autoconfig (0.8.34) unstable; urgency=low
 
   [ Ulrich Dangel ]
 grml-autoconfig (0.8.34) unstable; urgency=low
 
   [ Ulrich Dangel ]