diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2005-01-24 21:26:06 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2005-01-24 21:26:06 +0000 |
commit | f636b19453ceccade42b80b8817718a5e2fd9755 (patch) | |
tree | 601ab8d6f1a189067af91ad9d4b650e86aaaa3f4 /cad/astk-serveur/files.client/patch-lib::ASTK::tools.tcl | |
parent | Fix a few package list errors I introduced yesterday. (diff) |
Upgrade to 1.2.1.
Diffstat (limited to '')
-rw-r--r-- | cad/astk-serveur/files.client/patch-lib::ASTK::tools.tcl | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/cad/astk-serveur/files.client/patch-lib::ASTK::tools.tcl b/cad/astk-serveur/files.client/patch-lib::ASTK::tools.tcl deleted file mode 100644 index b208c310f061..000000000000 --- a/cad/astk-serveur/files.client/patch-lib::ASTK::tools.tcl +++ /dev/null @@ -1,18 +0,0 @@ ---- ./lib/ASTK/tools.tcl.orig Mon Dec 6 09:48:47 2004 -+++ ./lib/ASTK/tools.tcl Sun Jan 16 00:43:35 2005 -@@ -51,12 +51,12 @@ - if { $sortie } { - # vérifie que les commandes distantes fonctionnent - init_config -- if { $config(-1,remote_shell_protocol) == "" || $config(-1,remote_shell_protocol) == "RSH" } { -+ if { $astk::config(-1,remote_shell_protocol) == "" || $astk::config(-1,remote_shell_protocol) == "RSH" } { - set cmd "rsh -n -l $astk::config(-1,login) $astk::config(-1,nom_complet) echo hello" -- } elseif { $config(-1,remote_shell_protocol) == "SSH" } { -+ } elseif { $astk::config(-1,remote_shell_protocol) == "SSH" } { - set cmd "ssh -n -l $astk::config(-1,login) $astk::config(-1,nom_complet) echo hello" - } else { -- ashare::mess erreur 49 $config(-1,remote_shell_protocol) -+ ashare::mess erreur 49 $astk::config(-1,remote_shell_protocol) - # le premier appel à rexec_cmd échouera - cmd="echo ERROR" - } |