More updates.
[rsync/rsync-patches.git] / chmod-option.diff
index c2aaeb9..3472177 100644 (file)
@@ -1,5 +1,5 @@
 --- Makefile.in        10 Feb 2004 17:06:11 -0000      1.98
-+++ Makefile.in        20 Mar 2004 17:56:44 -0000
++++ Makefile.in        22 Apr 2004 23:39:42 -0000
 @@ -34,7 +34,7 @@ ZLIBOBJ=zlib/deflate.o zlib/infblock.o z
  OBJS1=rsync.o generator.o receiver.o cleanup.o sender.o exclude.o util.o \
        main.o checksum.o match.o syscall.o log.o backup.o
@@ -9,8 +9,8 @@
  OBJS3=progress.o pipe.o
  DAEMON_OBJ = params.o loadparm.o clientserver.o access.o connection.o authenticate.o
  popt_OBJS=popt/findme.o  popt/popt.o  popt/poptconfig.o \
---- chmod.c    2004-02-13 17:08:33.000000000 -0800
-+++ chmod.c    2004-03-20 10:04:19.000000000 -0800
+--- /dev/null  1 Jan 1970 00:00:00 -0000
++++ chmod.c    22 Apr 2004 23:39:43 -0000
 @@ -0,0 +1,184 @@
 +#include "rsync.h"
 +
 +      }
 +      return 0;
 +}
---- flist.c    14 Apr 2004 23:33:34 -0000      1.213
-+++ flist.c    15 Apr 2004 19:00:26 -0000
+--- flist.c    22 Apr 2004 22:17:15 -0000      1.216
++++ flist.c    22 Apr 2004 23:39:43 -0000
 @@ -33,6 +33,7 @@ extern int verbose;
  extern int do_progress;
  extern int am_root;
  extern struct exclude_list_struct exclude_list;
  extern struct exclude_list_struct server_exclude_list;
  extern struct exclude_list_struct local_exclude_list;
-@@ -850,7 +853,10 @@ skip_excludes:
+@@ -853,7 +856,10 @@ skip_excludes:
        file->flags = flags;
        file->modtime = st.st_mtime;
        file->length = st.st_size;
        file->uid = st.st_uid;
        file->gid = st.st_gid;
  
---- options.c  14 Apr 2004 23:33:34 -0000      1.146
-+++ options.c  15 Apr 2004 19:00:26 -0000
+--- options.c  17 Apr 2004 17:07:23 -0000      1.147
++++ options.c  22 Apr 2004 23:39:43 -0000
 @@ -121,6 +121,7 @@ char *log_format = NULL;
  char *password_file = NULL;
  char *rsync_path = RSYNC_PATH;
        }
  
        if (files_from && (!am_sender || remote_filesfrom_file)) {
---- proto.h    14 Apr 2004 23:33:30 -0000      1.188
-+++ proto.h    15 Apr 2004 19:00:26 -0000
+--- proto.h    22 Apr 2004 09:58:09 -0000      1.189
++++ proto.h    22 Apr 2004 23:39:43 -0000
 @@ -25,6 +25,9 @@ void file_checksum(char *fname,char *sum
  void sum_init(void);
  void sum_update(char *p, int len);
  void close_all(void);
  void _exit_cleanup(int code, const char *file, int line);
  void cleanup_disable(void);
---- rsync.yo   15 Apr 2004 18:32:24 -0000      1.157
-+++ rsync.yo   15 Apr 2004 19:00:27 -0000
+--- rsync.yo   22 Apr 2004 21:35:45 -0000      1.161
++++ rsync.yo   22 Apr 2004 23:39:44 -0000
 @@ -299,6 +299,7 @@ verb(
   -g, --group                 preserve group
   -D, --devices               preserve devices (root only)
  
  dit(bf(-n, --dry-run)) This tells rsync to not do any file transfers,
  instead it will just report the actions it would have taken.
---- testsuite/chmod.test       2004-02-13 17:08:33.000000000 -0800
-+++ testsuite/chmod.test       Sat Mar 20 10:30:48 2004
+--- /dev/null  1 Jan 1970 00:00:00 -0000
++++ testsuite/chmod.test       22 Apr 2004 23:39:44 -0000
 @@ -0,0 +1,43 @@
 +#! /bin/sh
 +