[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#606318: rootskel: continue installation remotely result in broken terminal due typo in S40term-kfreebsd



Package: rootskel
Version: 1.92
Severity: normal

Hi

Installing squeeze (kfreebsd-amd64) with d-i Squeeze installer, beta2
when using method to continue installation remotely via SSH result
then in a 'broken' looking terminal, after logging in via ssh, giving
an error like:

S40term-kfreebsd: line 3:  [: command not found

I have attached a patch against S40term-kfreebsd to fix that.

Thanks for your work on the d-i and towards releasing Squeeze.

Bests
Salvatore

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26-2-amd64 (SMP w/8 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash
Index: S40term-kfreebsd
===================================================================
--- S40term-kfreebsd	(revision 65870)
+++ S40term-kfreebsd	(working copy)
@@ -1,6 +1,6 @@
 export LANG=C
 
-if [ "$TERM" = cons25 ] || [ "$TERM" = xterm ] || [ "$TERM" = linux ] ; then
+if [ "$TERM" = cons25 ] || [ "$TERM" = xterm ] || [ "$TERM" = linux ] ; then
 	# Enable UTF-8 locale if it is available
 	if [ -d /usr/lib/locale/C.UTF-8 ]; then
 		TERM_UTF8=yes

Reply to: