From 3f463d1310ead0cb1bae4eb1cce7197b49c3fee1 Mon Sep 17 00:00:00 2001 From: Edwin Groothuis Date: Fri, 10 Oct 2003 05:35:54 +0000 Subject: New port: yaph 0.91 New port, yaph (yet another proxy scanner), 0.91 Yaph provides the ability to reveal public proxy servers. PR: ports/53319 Submitted by: Patrick MARIE --- net/yaph/files/patch-yaph::init.c | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 net/yaph/files/patch-yaph::init.c (limited to 'net/yaph/files/patch-yaph::init.c') diff --git a/net/yaph/files/patch-yaph::init.c b/net/yaph/files/patch-yaph::init.c new file mode 100644 index 000000000000..235005979bab --- /dev/null +++ b/net/yaph/files/patch-yaph::init.c @@ -0,0 +1,11 @@ +--- yaph/init.c.orig Sat Jun 14 14:52:31 2003 ++++ yaph/init.c Sat Jun 14 14:52:41 2003 +@@ -127,7 +127,7 @@ + FILE *cnf=NULL; + char buff[1024]; + if(!(cnf=fopen("./yaph.conf","rb"))) +- if(!(cnf=fopen("/etc/yaph.conf","rb"))) ++ if(!(cnf=fopen(PREFIX "/etc/yaph.conf","rb"))) + goto no_file; + while(fgets(buff,sizeof(buff),cnf)) + { -- cgit v1.2.3