Searched refs:rsh (Results 1 - 5 of 5) sorted by relevance

/ast/src/lib/libcs/
H A Dgenshare.sh28 rsh=rsh
41 -r) rsh=$2 ;;
57 ?*) echo "Usage: $0 [-d share-dir] [-r rsh-path]" >&2; exit 1 ;;
81 do $rsh $h df '2>/dev/null' | sed -e 's/^[^(]*(//' -e '/^[abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789_]*:/!d' -e 's/:.*//'
H A DMakefile59 rsh=`$(SED) -e '/^#define CS_REMOTE_SHELL/!d' -e 's/.*"\(.*\)".*/\1/' $(*:O=2)` macro
60 echo "#!!! 1 to update this file: $INSTALLROOT/lib/$(ID)/$(*:O=1) -d $(*:O=3) -r $rsh > $(<) !!!"
67 rsh=`$(SED) -e '/^#define CS_REMOTE_SHELL/!d' -e 's/.*"\(.*\)".*/\1/' $(*:O=2)` macro
68 echo "#!!! 1 to update this file: $INSTALLROOT/lib/$(ID)/$(*:O=1) -r $rsh > $(<) !!!"
H A Dgenlocal.sh26 # NOTE: this only works for hosts the caller can reach by rsh/ssh
37 rsh=rsh
52 -r) rsh=$2 ;;
75 '-?') print -u2 "Usage: $0 [-hnv] [-f share-file] [-r rsh-path] [-t timeout] [host ...]"; exit 1 ;;
104 print -u2 "$0: warning: $rsh may hang on some hosts -- monitor the progress with the -v option or ps $$"
168 then $rsh $host bin/package host name type cpu rating &
/ast/src/cmd/cs/
H A DMakefile23 rsh tcp :SERVICE: rsh.c
/ast/src/cmd/INIT/
H A Dpackage.sh185 root directory and optionally the remote protocol (rsh
983 and rsh(1) or scp(1) and ssh(1) access to the hosts. Output
1002 and rsh(1) access.
1005 optionally the remote prorocol (rsh or ssh) if
4275 eval name=\$${host}_name user=\$${host}_user snarf=\$${host}_snarf type=\$${host}_type rsh=\$${host}_rsh root=\$${host}_root keep=\$${host}_keep log=\$${host}_log
4302 '') $exec $rsh $user$name "$cmd" $background
4304 *?) rcp=`echo $rsh | sed 's/\(.\).*/\1/'`cp
4308 $exec $rsh $user$name "$cmd"
4436 rsh=rsh
[all...]

Completed in 23 milliseconds