[SCM] The rsync repository. - branch master updated

Rsync CVS commit messages rsync-cvs at lists.samba.org
Thu Jul 31 15:39:30 MDT 2014


The branch, master has been updated
       via  6ceb9ea Remove superfluous ${INSTALL_STRIP} uses.
       via  6900d35 Fix a typo.
      from  7cb0de6 Preparing for release of 3.1.1

;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 6ceb9ea0120d6350d0a5396ffd9c7b93c8589fec
Author: Wayne Davison <wayned at samba.org>
Date:   Thu Jul 31 14:39:09 2014 -0700

    Remove superfluous ${INSTALL_STRIP} uses.

commit 6900d35cceab8c614619a4885c5cbf90e87a0c6d
Author: Wayne Davison <wayned at samba.org>
Date:   Thu Jul 31 14:38:16 2014 -0700

    Fix a typo.

-----------------------------------------------------------------------

Summary of changes:
 Makefile.in    |    6 +++---
 support/rrsync |    2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)


Changeset truncated at 500 lines:

diff --git a/Makefile.in b/Makefile.in
index 2cb50bc..d0e0dde 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -74,12 +74,12 @@ install: all
 
 install-ssl-client: rsync-ssl stunnel-rsync
 	-${MKDIR_P} ${DESTDIR}${bindir}
-	${INSTALLCMD} ${INSTALL_STRIP} -m 755 rsync-ssl ${DESTDIR}${bindir}
-	${INSTALLCMD} ${INSTALL_STRIP} -m 755 stunnel-rsync ${DESTDIR}${bindir}
+	${INSTALLCMD} -m 755 rsync-ssl ${DESTDIR}${bindir}
+	${INSTALLCMD} -m 755 stunnel-rsync ${DESTDIR}${bindir}
 
 install-ssl-daemon: stunnel-rsyncd.conf
 	-${MKDIR_P} ${DESTDIR}/etc/stunnel
-	${INSTALLCMD} ${INSTALL_STRIP} -m 644 stunnel-rsyncd.conf ${DESTDIR}/etc/stunnel/rsyncd.conf
+	${INSTALLCMD} -m 644 stunnel-rsyncd.conf ${DESTDIR}/etc/stunnel/rsyncd.conf
 	@if ! ls /etc/rsync-ssl/certs/server.* >/dev/null 2>/dev/null; then \
 	    echo "Note that you'll need to install the certificate used by /etc/stunnel/rsyncd.conf"; \
 	fi
diff --git a/support/rrsync b/support/rrsync
index e95f992..6f83f9d 100644
--- a/support/rrsync
+++ b/support/rrsync
@@ -31,7 +31,7 @@ die "$0: Restricted directory does not exist!\n" if $subdir ne '/' && !-d $subdi
 # command="rrsync logs/client" ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAIEAzGhEeNlPr...
 # command="rrsync -ro results" ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAIEAmkHG1WCjC...
 #
-# Format of the envrionment variables set by sshd:
+# Format of the environment variables set by sshd:
 # SSH_ORIGINAL_COMMAND=rsync --server          -vlogDtpr --partial . ARG # push
 # SSH_ORIGINAL_COMMAND=rsync --server --sender -vlogDtpr --partial . ARGS # pull
 # SSH_CONNECTION=client_addr client_port server_port


-- 
The rsync repository.


More information about the rsync-cvs mailing list