From 4773a7af4eb532279a207e2934a4ef11f0b1726d Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Sun, 15 Apr 2007 12:20:41 +0200 Subject: [PATCH] Move error output of unicode_start to $DEBUG. --- autoconfig.functions | 4 ++-- debian/changelog | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/autoconfig.functions b/autoconfig.functions index ae4edd7..81edf60 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: Fre Apr 13 12:49:52 CEST 2007 [mika] +# Latest change: Son Apr 15 12:20:14 CEST 2007 [mika] ################################################################################ # {{{ path, variables, signals, umask, zsh @@ -277,7 +277,7 @@ config_language(){ ewarn "Not runnning unicode_start: grml-small with reduced language support detected." ; eend 0 else einfo "Setting up unicode environment." - unicode_start ; eend $? + unicode_start 2>>$DEBUG ; eend $? fi fi fi diff --git a/debian/changelog b/debian/changelog index d84dd89..fbdab89 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,7 +3,8 @@ grml-autoconfig (0.6.34) unstable; urgency=low * Code rewrite of config_fstab(), this should fix the '/home is unmounted on hd-installation if fstype is not auto'. * Bump Standard Version to 3.7.2 (no further changes). - * Add '#DEBHELPER#' to maintainer scripts. + * Add '#DEBHELPER#' to maintainer scripts. Make lintian happy. + * Move error output of unicode_start to $DEBUG. -- Michael Prokop Sun, 15 Apr 2007 12:12:33 +0200 -- 2.1.4