Updated the format using the new verify-patches script.
[rsync/rsync-patches.git] / chmod-option.diff
index 3fb8615..f8e9d57 100644 (file)
@@ -4,8 +4,8 @@ command before "make":
     make proto
 
 
---- Makefile.in        15 May 2004 00:48:11 -0000      1.101
-+++ Makefile.in        18 Jun 2004 17:22:08 -0000
+--- orig/Makefile.in   2004-05-15 00:53:53
++++ Makefile.in        2004-07-03 20:13:41
 @@ -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
@@ -15,8 +15,8 @@ command before "make":
  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 \
---- /dev/null  1 Jan 1970 00:00:00 -0000
-+++ chmod.c    18 Jun 2004 17:22:08 -0000
+--- orig/chmod.c       2004-06-18 17:22:08
++++ chmod.c    2004-06-18 17:22:08
 @@ -0,0 +1,184 @@
 +#include "rsync.h"
 +
@@ -202,8 +202,8 @@ command before "make":
 +      }
 +      return 0;
 +}
---- flist.c    18 Jun 2004 16:29:21 -0000      1.231
-+++ flist.c    18 Jun 2004 17:22:08 -0000
+--- orig/flist.c       2004-06-18 16:23:07
++++ flist.c    2004-07-03 20:13:41
 @@ -33,6 +33,7 @@ extern int verbose;
  extern int do_progress;
  extern int am_root;
@@ -233,8 +233,8 @@ command before "make":
        file->uid = st.st_uid;
        file->gid = st.st_gid;
  
---- options.c  7 Jun 2004 22:05:22 -0000       1.156
-+++ options.c  18 Jun 2004 17:22:08 -0000
+--- orig/options.c     2004-06-20 19:30:00
++++ options.c  2004-07-03 20:13:41
 @@ -124,6 +124,7 @@ char *log_format = NULL;
  char *password_file = NULL;
  char *rsync_path = RSYNC_PATH;
@@ -294,8 +294,8 @@ command before "make":
        if (files_from && (!am_sender || remote_filesfrom_file)) {
                if (remote_filesfrom_file) {
                        args[ac++] = "--files-from";
---- rsync.yo   5 Jun 2004 16:16:30 -0000       1.171
-+++ rsync.yo   18 Jun 2004 17:22:09 -0000
+--- orig/rsync.yo      2004-06-17 06:32:00
++++ rsync.yo   2004-07-03 20:13:41
 @@ -300,6 +300,7 @@ verb(
   -g, --group                 preserve group
   -D, --devices               preserve devices (root only)
@@ -319,8 +319,8 @@ command before "make":
  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.
  
---- /dev/null  1 Jan 1970 00:00:00 -0000
-+++ testsuite/chmod.test       18 Jun 2004 17:22:09 -0000
+--- orig/testsuite/chmod.test  2004-06-18 17:22:09
++++ testsuite/chmod.test       2004-06-18 17:22:09
 @@ -0,0 +1,43 @@
 +#! /bin/sh
 +