From 2a87d78f693f10fe5ad13af0bb9311bd3714077d Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Sun, 19 Apr 2020 12:08:01 -0700 Subject: Change the rsync-ssl helper script The new rsh-ssl-rsync helper script (replacing stunnel-rsync) supports openssl in addition to stunnel. The RSYNC_SSL_TYPE environment variable can be set to specify which type of connection to use, and the first arg to rsync-ssl can be --type=stunnel or --type=openssl to override the env var or the default of "stunnel". The helper script now looks for stunnel4 or stunnel on the PATH at runtime instead of having configure look for it at compile time. --- .gitignore | 1 - 1 file changed, 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index f0204bbe..519bd3bc 100644 --- a/.gitignore +++ b/.gitignore @@ -25,7 +25,6 @@ aclocal.m4 /gmon.out /rsync /rsync-ssl -/stunnel-rsync /stunnel-rsyncd.conf /shconfig /testdir -- cgit v1.2.1