diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-07-02 00:35:44 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-07-02 00:35:44 +0000 |
commit | 7cc96e69922782bac43b2c0ba38a180808b4ec5f (patch) | |
tree | 32ffc3528ec3a94d8d1e623075a057ac3b67eee5 /www/squidpurge/files/patch-conffile.hh | |
parent | Forgot this patch to go along with the 6.30.1050 update. (diff) |
Fix squid config path and bump PORTREVISION.
PR: 38457, 40028
Submitted by: Marius Strom <marius@marius.org>, maintainer
Notes
Notes:
svn path=/head/; revision=62304
Diffstat (limited to 'www/squidpurge/files/patch-conffile.hh')
-rw-r--r-- | www/squidpurge/files/patch-conffile.hh | 11 |
1 files changed, 11 insertions, 0 deletions
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* |