[SCM] The rsync repository. - branch b3.0.x updated

Rsync CVS commit messages rsync-cvs at lists.samba.org
Sat Jun 18 13:46:06 MDT 2011


The branch, b3.0.x has been updated
       via  33e37a4 Make daemon-exclude errors more error-like. Fixes bug 7765.
      from  5782ac0 Prepare for 3.0.9pre1 release.

;a=shortlog;h=b3.0.x


- Log -----------------------------------------------------------------
commit 33e37a49baf7a3d65025c10a1899741d201a3f2c
Author: Wayne Davison <wayned at samba.org>
Date:   Sat Jun 18 12:44:26 2011 -0700

    Make daemon-exclude errors more error-like.
    Fixes bug 7765.

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

Summary of changes:
 generator.c |    2 +-
 main.c      |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/generator.c b/generator.c
index 88a762a..d7e1ba8 100644
--- a/generator.c
+++ b/generator.c
@@ -1355,7 +1355,7 @@ static void recv_generator(char *fname, struct file_struct *file, int ndx,
 				handle_skipped_hlink(file, itemizing, code, f_out);
 #endif
 			rprintf(FERROR_XFER,
-				"skipping daemon-excluded %s \"%s\"\n",
+				"ERROR: daemon refused to receive %s \"%s\"\n",
 				is_dir ? "directory" : "file", fname);
 			if (is_dir)
 				goto skipping_dir_contents;
diff --git a/main.c b/main.c
index b6cc6bd..e23e570 100644
--- a/main.c
+++ b/main.c
@@ -526,7 +526,7 @@ static char *get_local_name(struct file_list *flist, char *dest_path)
 		if ((*dest_path != '.' || dest_path[1] != '\0')
 		 && (check_filter(&daemon_filter_list, FLOG, dest_path, 0) < 0
 		  || check_filter(&daemon_filter_list, FLOG, dest_path, 1) < 0)) {
-			rprintf(FERROR, "skipping daemon-excluded destination \"%s\"\n",
+			rprintf(FERROR, "ERROR: daemon has excluded destination \"%s\"\n",
 				dest_path);
 			exit_cleanup(RERR_FILESELECT);
 		}


-- 
The rsync repository.


More information about the rsync-cvs mailing list