When I try to patch rsync to allow for acls I get the following: patch -p0 < patches/acls.diff Looks like a unified context diff. Hunk #1 failed at line 25. Hunk #2 failed at line 0. 2 out of 2 hunks failed: saving rejects to Makefile.in.rej The next patch looks like a unified context diff. The next patch looks like a unified context diff. The next patch looks like a unified context diff. The next patch looks like a unified context diff. File to patch: For file to patch I entered Makefile.in and I get this: Hunk #1 failed at line 0. Hunk #2 failed at line 0. 2 out of 2 hunks failed: saving rejects to Makefile.in.rej The next patch looks like a unified context diff. The next patch looks like a unified context diff. The next patch looks like a unified context diff. The next patch looks like a unified context diff. The next patch looks like a unified context diff. Hunk #1 failed at line 0. Hunk #2 failed at line 34. 2 out of 2 hunks failed: saving rejects to Makefile.in.rej I can't seem to find a patch in there anywhere. I am a newbie to Solaris and Unix and any help/ideas/suggestions/tries would be greatly appreciated. I am have been googling, but without luck. I have am trying to do this on Solaris 9, sparc system and Solaris 10, Intel system. Thanks for your help. __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
On Mon, Jan 23, 2006 at 06:49:09PM -0800, Mr jeremy pennington wrote:> When I try to patch rsync to allow for acls I get the following:You don't mention what rsync version you're trying to patch. The diff included in the 2.6.6 release applies cleanly, as does the diff in the latest "nightly" tar file. I did notice that your version of the "patch" program is pretty old (since modern versions aren't that chatty), but I would assume that an older version would still handle the diffs just fine (but I have no way to test this to be sure). ..wayne..