Package: lam Severity: normal Tags: patch
Lamboot does not work with remote hosts via rsh when SHELL is zsh. There is an error in ssi_boot_rsh_inetexec.c: diff -ru lam-7.1.1/share/ssi/boot/rsh/src/ssi_boot_rsh_inetexec.c lam-7.1.1-patched/share/ssi/boot/rsh/src/ssi_boot_rsh_inetexec.c --- lam-7.1.1/share/ssi/boot/rsh/src/ssi_boot_rsh_inetexec.c 2004-09-26 19:35:03.000000000 +0400 +++ lam-7.1.1-patched/share/ssi/boot/rsh/src/ssi_boot_rsh_inetexec.c 2005-10-25 21:33:48.000000000 +0400 @@ -208,7 +208,7 @@ initialize the paths. This works for "sh" and "ksh". */ if (!(fl_csh || fl_bash)) - sfh_argv_add(&cmdc, &cmdv, "( ! [ -e ./.profile] || . ./.profile;"); + sfh_argv_add(&cmdc, &cmdv, "( ! [ -e ./.profile ] || . ./.profile;"); for (i = 0; argv[i]; ++i) sfh_argv_add(&cmdc, &cmdv, argv[i]); if (!(fl_csh || fl_bash)) -- System Information: Debian Release: 3.1 Architecture: i386 (i686) Kernel: Linux 2.6.13.2 Locale: LANG=ru_RU.KOI8-R, LC_CTYPE=ru_RU.KOI8-R (charmap=KOI8-R) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]