Changeset 8424 for trunk/Ohana/src/opihi/pcontrol/StartHost.c
- Timestamp:
- Aug 18, 2006, 1:44:51 PM (20 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
r8296 r8424 13 13 if (VarConfig ("COMMAND", "%s", command) == NULL) strcpy (command, "ssh"); 14 14 if (VarConfig ("SHELL", "%s", shell) == NULL) strcpy (shell, "pclient"); 15 16 gprint (GP_ERR, "starting host within thread %d\n", pthread_self()); 15 17 16 18 pid = rconnect (command, host[0].hostname, shell, stdio);
Note:
See TracChangeset
for help on using the changeset viewer.
