When -e is specified along with an rsyncd url, the client should get a
authorMartin Pool <mbp@samba.org>
Mon, 15 Apr 2002 07:50:18 +0000 (07:50 +0000)
committerMartin Pool <mbp@samba.org>
Mon, 15 Apr 2002 07:50:18 +0000 (07:50 +0000)
warning but it should not be treated as an error.  (Bill Nottingham)

  http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=62489

NEWS
clientserver.c

diff --git a/NEWS b/NEWS
index dea1d13..ff54bc4 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -9,6 +9,12 @@ rsync changes since last release
 
     * Better handling of some client-server errors.  (Martin Pool)
 
 
     * 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 
   INTERNAL:
 
     * Many code cleanups and improved internal documentation.  (Martin 
index 4a857e3..43d9e54 100644 (file)
@@ -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) {
          * 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 */
         }
                         "connecting to rsync daemon\n");
                 /* continue */
         }