Package: tcsh
Version: 6.17.00-3
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu lucid ubuntu-patch


Forwareded from
https://bugs.launchpad.net/ubuntu/+source/tcsh/+bug/546032

the attached patches make sure the variables are set in the shell.

-- System Information:
Debian Release: squeeze/sid
  APT prefers lucid-updates
  APT policy: (600, 'lucid-updates'), (600, 'lucid-security'), (600, 
'lucid-backports'), (600, 'lucid'), (60, 'lucid-proposed')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-21-generic (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_US.UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages tcsh depends on:
ii  libc6              2.11.1-0ubuntu7       Embedded GNU C Library: Shared lib
ii  libncurses5        5.7+20090803-2ubuntu3 shared libraries for terminal hand

tcsh recommends no packages.

tcsh suggests no packages.

-- no debconf information
--- /etc/csh.cshrc.orig 2010-03-24 14:49:47.991344286 +0100
+++ /etc/csh.cshrc      2010-03-24 14:50:04.823370504 +0100
@@ -13,4 +13,7 @@
        set autolist
        set prompt = "%U%m%u:%B%~%b%# "
 
+       setenv COLUMNS
+       setenv LINES
+
 endif
--- /etc/csh.login.orig 2010-03-24 14:50:14.619341856 +0100
+++ /etc/csh.login      2010-03-24 14:50:31.799346282 +0100
@@ -6,3 +6,6 @@
     source $FILE;
   end;
 endif
+
+setenv COLUMNS
+setenv LINES

Reply via email to