diff options
Diffstat (limited to 'www/squidpurge/files')
-rw-r--r-- | www/squidpurge/files/patch-README | 20 | ||||
-rw-r--r-- | www/squidpurge/files/patch-conffile.hh | 11 |
2 files changed, 31 insertions, 0 deletions
diff --git a/www/squidpurge/files/patch-README b/www/squidpurge/files/patch-README new file mode 100644 index 000000000000..3bfa6c3828a7 --- /dev/null +++ b/www/squidpurge/files/patch-README @@ -0,0 +1,20 @@ +--- README.orig Fri Jun 28 07:45:03 2002 ++++ README Fri Jun 28 07:46:06 2002 +@@ -73,7 +73,7 @@ + [-P #] [-s] [-v] [-C dir [-H]] [-n] + + -a display a little rotating thingy to indicate that I am alive (tty only). +- -c c squid.conf location, default "/usr/local/squid/etc/squid.conf". ++ -c c squid.conf location, default "/usr/local/etc/squid/squid.conf". + -C dir base directory for content extraction (copy-out mode). + -d l debug level, an OR of different debug options. + -e re single regular expression per -e instance (use quotes!). +@@ -111,7 +111,7 @@ + of Squid-2 cache_dir specifications, and will automatically try + to use the correct one. + +- default: /usr/local/squid/etc/squid.conf ++ default: /usr/local/etc/squid/squid.conf + + -C cd if you want to rescue files from your cache, you need to specify + the directory into which the files will be copied. Please note diff --git a/www/squidpurge/files/patch-conffile.hh b/www/squidpurge/files/patch-conffile.hh new file mode 100644 index 000000000000..ff438555a902 --- /dev/null +++ b/www/squidpurge/files/patch-conffile.hh @@ -0,0 +1,11 @@ +--- conffile.hh.orig Wed May 22 11:03:47 2002 ++++ conffile.hh Wed May 22 11:04:20 2002 +@@ -55,7 +55,7 @@ + + + #ifndef DEFAULT_SQUID_CONF +-#define DEFAULT_SQUID_CONF "/usr/local/squid/etc/squid.conf" ++#define DEFAULT_SQUID_CONF "/usr/local/etc/squid/squid.conf" + #endif // DEFAULT_SQUID_CONF + + #include <stdio.h> // FILE* |