Home
last modified time | relevance | path

Searched refs:with_rsh (Results 1 – 8 of 8) sorted by relevance

/dports/devel/cvs-devel/cvs-1.12.13/
H A Dconfigure.in644 [with_rsh="ssh rsh"])
646 if test no = "$with_rsh"; then
648 with_rsh=rsh
649 elif test yes = "$with_rsh"; then
651 with_rsh=rsh
654 if echo $with_rsh |grep ^/ >/dev/null; then
658 with_default_rsh=$with_rsh
660 if ! test -f $with_rsh \
661 || ! test -x $with_rsh; then
663 AC_MSG_WARN([$with_rsh is not a path to an executable file])
[all …]
H A Dconfigure40704 withval="$with_rsh"
40707 with_rsh="ssh rsh"
40710 if test no = "$with_rsh"; then
40713 with_rsh=rsh
40714 elif test yes = "$with_rsh"; then
40716 with_rsh=rsh
40719 if echo $with_rsh |grep ^/ >/dev/null; then
40723 with_default_rsh=$with_rsh
40726 if ! test -f $with_rsh \
40727 || ! test -x $with_rsh; then
[all …]
/dports/net/rsync/rsync-3.2.3/
H A Dconfigure.ac172 if test x"$with_rsh" != x; then
173 RSYNC_RSH="$with_rsh"
H A Dconfigure.sh4745 withval=$with_rsh;
4793 if test x"$with_rsh" != x; then
4794 RSYNC_RSH="$with_rsh"
/dports/sysutils/p5-BackupPC-XS/BackupPC-XS-0.62/
H A Dconfigure.sh4097 withval=$with_rsh;
4145 if test x"$with_rsh" != x; then
4146 RSYNC_RSH="$with_rsh"
/dports/net/p5-File-RsyncP/File-RsyncP-0.76/FileList/
H A Dconfigure2825 withval="$with_rsh"
2871 if test x"$with_rsh" != x
2873 RSYNC_RSH="$with_rsh"
/dports/x11/xsm/xsm-1.0.4/
H A Dconfigure10684 if test "${with_rsh+set}" = set; then :
10685 withval=$with_rsh; rsh="$withval"
/dports/graphics/opendx/dx-4.4.4/
H A Dconfigure18785 withval="$with_rsh"