I know this is a stupid question but how do I patch stunnel? I have extract haproxy.tar.gz. cd to that directory and
command "patch < ../stunnel-4.15-xforwarded-for.diff" but I encountered an error:
[r...@centos haproxy-1.3.20]# patch < ../stunnel-4.15-xforwarded-for.diff
can't find file to patch at input line 4
Perhaps you should have used the -p or --strip option?
The text leading up to this was:
--------------------------
|diff -ru stunnel-4.15/doc/stunnel.8 stunnel-4.15_patched/doc/stunnel.8
|--- stunnel-4.15/doc/stunnel.8 2005-11-17 11:39:08.000000000 +0100
|+++ stunnel-4.15_patched/doc/stunnel.8 2006-07-07 09:13:34.000000000 +0200
--------------------------
File to patch:
Anyone knows how to resolve the problem?