summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2007-12-01 18:31:17 +0000
committerMike Frysinger <vapier@gentoo.org>2007-12-01 18:31:17 +0000
commitf76d3264060983959248145d8be5f4a1cf12d4f1 (patch)
tree32bc2ec6657cc2f9a76203a985f3122fb9278ea2 /net-misc/rsync
parentVersion bump (bug #199226) (diff)
downloadgentoo-2-f76d3264060983959248145d8be5f4a1cf12d4f1.tar.gz
gentoo-2-f76d3264060983959248145d8be5f4a1cf12d4f1.tar.bz2
gentoo-2-f76d3264060983959248145d8be5f4a1cf12d4f1.zip
document your patches people
Diffstat (limited to 'net-misc/rsync')
-rw-r--r--net-misc/rsync/files/rsync-2.6.9-fname-obo.patch6
-rw-r--r--net-misc/rsync/files/rsync-2.6.9-pid-early.patch8
2 files changed, 9 insertions, 5 deletions
diff --git a/net-misc/rsync/files/rsync-2.6.9-fname-obo.patch b/net-misc/rsync/files/rsync-2.6.9-fname-obo.patch
index 2fa0113020b7..4b0a5a28ac9f 100644
--- a/net-misc/rsync/files/rsync-2.6.9-fname-obo.patch
+++ b/net-misc/rsync/files/rsync-2.6.9-fname-obo.patch
@@ -1,5 +1,7 @@
---- rsync-2.6.9.orig/sender.c 2006-09-20 03:53:32.000000000 +0200
-+++ rsync-2.6.9/sender.c 2007-07-25 15:33:05.000000000 +0200
+http://bugs.gentoo.org/189132
+
+--- rsync-2.6.9/sender.c
++++ rsync-2.6.9/sender.c
@@ -123,6 +123,7 @@
char fname[MAXPATHLEN];
struct file_struct *file;
diff --git a/net-misc/rsync/files/rsync-2.6.9-pid-early.patch b/net-misc/rsync/files/rsync-2.6.9-pid-early.patch
index 72482603e35e..6a2daec9722d 100644
--- a/net-misc/rsync/files/rsync-2.6.9-pid-early.patch
+++ b/net-misc/rsync/files/rsync-2.6.9-pid-early.patch
@@ -1,6 +1,8 @@
-diff -ur a/clientserver.c b/clientserver.c
---- a/clientserver.c 2006-10-24 01:36:42 +0100
-+++ b/clientserver.c 2007-09-20 10:17:50 +0100
+http://bugs.gentoo.org/192075
+https://bugzilla.samba.org/show_bug.cgi?id=4998
+
+--- a/clientserver.c
++++ b/clientserver.c
@@ -830,21 +830,14 @@
return start_daemon(STDIN_FILENO, STDIN_FILENO);
}