Update of /src/master/dx/src/exec/dpexec
In directory opendx.watson.ibm.com:/tmp/cvs-serv87516/src/exec/dpexec
Modified Files:
command.c distconnect.c distp.h dxmain.c remote.c
Log Message:
Randall Hopper's execution group beef ups.
Doesn't change default behaviour but adds the following:
- The default command "rsh" has been left in place, but
a user-specified remote shell command can be specified via the
$DXRSH environment variable. Example:
setenv DXRSH ssh
- FQDNs (full host paths) are used under the hood when available
when creating the remote "invoke dxexec" script and connecting
back to the master exec,
- Users can now enter host names of the form "[EMAIL PROTECTED]" in
the Execute Group Assignment... dialog, and
- setting the $DXRSH_NOENV in the local environment prevents the
remote "invoke dxexec" script from being written with a full
carbon copy of the local environment (only $DISPLAY is set).
- dumped pcreateve on SGI in favor of vfork/fork and exec for
kicking off rsh.