Commit f49a7b22 authored by Martin Pool's avatar Martin Pool

When -e is specified along with an rsyncd url, the client should get a

warning but it should not be treated as an error.  (Bill Nottingham)

  http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=62489
parent f5e4eadb
......@@ -9,6 +9,12 @@ rsync changes since last release
* Better handling of some client-server errors. (Martin Pool)
* When -e is specified along with an rsyncd url, the client should
get a warning but it should not be treated as an error. (Bill
Nottingham)
http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=62489
INTERNAL:
* Many code cleanups and improved internal documentation. (Martin
......
......@@ -75,7 +75,7 @@ int start_socket_client(char *host, char *path, int argc, char *argv[])
* See http://lists.samba.org/pipermail/rsync/2000-September/002744.html
*/
if (shell_cmd) {
rprintf(FERROR, "WARNING: --rsh or -e option ignored when "
rprintf(FINFO, "WARNING: --rsh or -e option ignored when "
"connecting to rsync daemon\n");
/* continue */
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment