IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 13, 2005, 6:49:20 PM (21 years ago)
Author:
eugene
Message:

pcontrol dev

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/pcontrol/StartHost.c

    r3204 r3211  
    99  /* pid = rconnect (CONNECT, host[0].hostname, PCLIENT, stdio); */
    1010
    11   strcpy (command, "ssh");
    12   strcpy (shell, "pclient");
     11  if (VarConfig ("COMMAND", "%s", command) == NULL) strcpy (command, "ssh");
     12  if (VarConfig ("SHELL", "%s", shell)     == NULL) strcpy (shell, "pclient");
    1313
    1414  pid = rconnect (command, host[0].hostname, shell, stdio);
Note: See TracChangeset for help on using the changeset viewer.