From a302c04819c87d365481d9a8b516d3c20df8bf46 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Wed, 27 Dec 2006 07:28:22 +0000 Subject: [PATCH] Fixed some patch fuzz. --- fake-super.diff | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/fake-super.diff b/fake-super.diff index bb9571e..7f46ce5 100644 --- a/fake-super.diff +++ b/fake-super.diff @@ -39,9 +39,9 @@ above: sx.acc_acl = sx.def_acl = NULL; --- old/clientserver.c +++ new/clientserver.c -@@ -627,6 +627,11 @@ static int rsync_module(int f_in, int f_ - ret = parse_arguments(&argc, (const char ***) &argv, 0); - quiet = 0; /* Don't let someone try to be tricky. */ +@@ -630,6 +630,11 @@ static int rsync_module(int f_in, int f_ + if (lp_ignore_errors(module_id)) + ignore_errors = 1; + if (lp_fake_super(i)) + am_root = -1; -- 2.34.1