Changeset 3211 for trunk/Ohana/src/opihi/pcontrol/StartHost.c
- Timestamp:
- Feb 13, 2005, 6:49:20 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/pcontrol/StartHost.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/pcontrol/StartHost.c
r3204 r3211 9 9 /* pid = rconnect (CONNECT, host[0].hostname, PCLIENT, stdio); */ 10 10 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"); 13 13 14 14 pid = rconnect (command, host[0].hostname, shell, stdio);
Note:
See TracChangeset
for help on using the changeset viewer.
