Moved one fsync() call.
[rsync-patches.git] / soften-links.diff
index aff79a55cca44be7ad31037942bc5752bfe0b595..d8f9d1d7abe92ee17e5adefe47aa2f4fe4762df0 100644 (file)
@@ -1,17 +1,18 @@
-Date: Fri, 12 Apr 2002 13:44:22 +0200
-From: Marco d'Itri <md@Linux.IT>
-To: mbp@samba.org
-Subject: rsync and debian mirrors
+Marco d'Itri wrote:
 
 I run one of the debian mirrors, and I had to write this patch because
 my archive is split between more than one disk. Would you accept a more
 polished version of this patch for inclusion in rsync?
 
-[Updated to latest CVS source by Wayne Davison.]
+To use this patch, run these commands for a successful build:
+
+    patch -p1 <patches/soften-links.diff
+    ./configure                           (optional if already run)
+    make
 
 --- old/syscall.c
 +++ new/syscall.c
-@@ -62,9 +62,14 @@ int do_symlink(const char *fname1, const
+@@ -59,9 +59,14 @@ int do_symlink(const char *fname1, const
  #ifdef HAVE_LINK
  int do_link(const char *fname1, const char *fname2)
  {