From 5da9e112159d7adb89b6f8ba6e85e348d61eec83 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Sat, 17 Feb 2007 13:58:40 +0100 Subject: [PATCH] remove unicode stuff from zsh-login --- debian/changelog | 6 ++++++ usr_bin/zsh-login | 7 +------ 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/debian/changelog b/debian/changelog index 16e13bd..f371dfc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +grml-scripts (0.9.18) unstable; urgency=low + + * Remove unicode stuff from zsh-login. + + -- Michael Prokop Sat, 17 Feb 2007 13:58:23 +0100 + grml-scripts (0.9.17) unstable; urgency=low * grml-init-screen + grml-screen: check for UTF capable diff --git a/usr_bin/zsh-login b/usr_bin/zsh-login index 69688f1..646ab3c 100755 --- a/usr_bin/zsh-login +++ b/usr_bin/zsh-login @@ -4,7 +4,7 @@ # Authors: grml-team (grml.org), (c) Michael Prokop # Bug-Reports: see http://grml.org/bugs/ # License: This file is licensed under the GPL v2. -# Latest change: Mon Dez 18 01:34:26 CET 2006 [mika] +# Latest change: Sam Feb 17 13:58:14 CET 2007 [mika] ################################################################################ [ -r /etc/grml_version ] && GRMLVERSION=$(cat /etc/grml_version) || GRMLVERSION='(no version information available)' @@ -32,11 +32,6 @@ if [ -x /usr/bin/flite ] ; then esac fi -# activate unicode console if running within utf8 environment -if [ -r /etc/default/locale ] ; then - grep -q "LANG=.*UTF" /etc/default/locale && unicode_start -fi - exec /bin/zsh -l ## END OF FILE ################################################################# -- 2.1.4