From: Wayne Davison Date: Thu, 31 Jul 2014 21:38:16 +0000 (-0700) Subject: Fix a typo. X-Git-Tag: v3.1.2pre1~42 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6900d35cceab8c614619a4885c5cbf90e87a0c6d;p=thirdparty%2Frsync.git Fix a typo. --- diff --git a/support/rrsync b/support/rrsync index e95f992f..6f83f9d4 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