Your message dated Fri, 11 Jul 2008 22:05:03 +0100 with message-id <[EMAIL PROTECTED]> and subject line Re: lamboot does not work with remote hosts via rsh when SHELL is not bash has caused the Debian Bug report #336024, regarding lamboot does not work with remote hosts via rsh when SHELL is not bash to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [EMAIL PROTECTED] immediately.) -- 336024: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=336024 Debian Bug Tracking System Contact [EMAIL PROTECTED] with problems
--- Begin Message ---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)
--- End Message ---
--- Begin Message ---Ilya Ovchinnikov wrote: > Lamboot does not work with remote hosts via rsh when SHELL is zsh. > There is an error in ssi_boot_rsh_inetexec.c: This was merged upstream and has been fixed in Debian for a while now.. Regards, -- Chris Lamb, UK [EMAIL PROTECTED] GPG: 0x634F9A20
signature.asc
Description: PGP signature
--- End Message ---

