summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorWayne Davison <wayne@opencoder.net>2020-04-22 10:52:01 -0700
committerWayne Davison <wayne@opencoder.net>2020-04-22 10:52:01 -0700
commit1c465dc33a6ac7dd2c67cd7ee2a40b6ff18e4ae3 (patch)
treef1f28ba0a186e2a532b4b6e8e26d63799020d2b0 /Makefile.in
parent2a87d78f693f10fe5ad13af0bb9311bd3714077d (diff)
downloadrsync-1c465dc33a6ac7dd2c67cd7ee2a40b6ff18e4ae3.tar.gz
Change the name of the rsh-ssl-rsync script.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 3057dc33..b5aa9862 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -76,7 +76,7 @@ install: all
install-ssl-client: rsync-ssl
-${MKDIR_P} ${DESTDIR}${bindir}
${INSTALLCMD} -m 755 rsync-ssl ${DESTDIR}${bindir}
- ${INSTALLCMD} -m 755 rsh-ssl-rsync ${DESTDIR}${bindir}
+ ${INSTALLCMD} -m 755 rsync-ssl-rsh ${DESTDIR}${bindir}
install-ssl-daemon: stunnel-rsyncd.conf
-${MKDIR_P} ${DESTDIR}/etc/stunnel