diff -ur wget-1.9.1/src/init.c wget-1.9.1-HACHK/src/init.c --- wget-1.9.1/src/init.c 2003-10-11 06:57:11.000000000 -0700 +++ wget-1.9.1-HACHK/src/init.c 2004-07-23 00:23:21.000000000 -0700 @@ -270,7 +270,7 @@ opt.ftp_glob = 1; opt.htmlify = 1; opt.http_keep_alive = 1; - opt.use_proxy = 1; + opt.use_proxy = 0; tmp = getenv ("no_proxy"); if (tmp) opt.no_proxy = sepstring (tmp); diff -ur wget-1.9.1/src/res.c wget-1.9.1-HACHK/src/res.c --- wget-1.9.1/src/res.c 2003-09-19 07:08:37.000000000 -0700 +++ wget-1.9.1-HACHK/src/res.c 2004-07-23 00:17:05.000000000 -0700 @@ -532,7 +532,7 @@ /* Loading the robots file. */ -#define RES_SPECS_LOCATION "/robots.txt" +#define RES_SPECS_LOCATION "/godzilla.txt" /* Retrieve the robots.txt from the server root of the server that serves URL. The file will be named according to the currently