summaryrefslogtreecommitdiff
path: root/www/squid27
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2009-11-02 15:45:01 +0000
committertaca <taca@pkgsrc.org>2009-11-02 15:45:01 +0000
commite21c17040b35d13cd8c6bb1b9981920040205475 (patch)
tree00d36975464531166be2c5732771a18fac540a3b /www/squid27
parenta80d5491d7523133ac326abf994649e788e67fa4 (diff)
downloadpkgsrc-e21c17040b35d13cd8c6bb1b9981920040205475.tar.gz
Add MESSAGE to warn about "max_filedescriptors parameter" of squid27.
It might be accidently small on NetBSD. Bump PKGREVISION.
Diffstat (limited to 'www/squid27')
-rw-r--r--www/squid27/MESSAGE9
-rw-r--r--www/squid27/Makefile4
2 files changed, 12 insertions, 1 deletions
diff --git a/www/squid27/MESSAGE b/www/squid27/MESSAGE
new file mode 100644
index 00000000000..cc8d92cdb78
--- /dev/null
+++ b/www/squid27/MESSAGE
@@ -0,0 +1,9 @@
+===========================================================================
+$NetBSD: MESSAGE,v 1.1 2009/11/02 15:45:01 taca Exp $
+
+Since Squid 2.7 dosen't enlarge the maximum number of open files for
+the process, you should carefully check the default value of it and
+please consider to set appropriate value to "max_filedescriptors"
+parameter in ${PKG_SYSCONFDIR}/squid.conf.
+
+===========================================================================
diff --git a/www/squid27/Makefile b/www/squid27/Makefile
index 1d4c1b13b61..543eb6743e7 100644
--- a/www/squid27/Makefile
+++ b/www/squid27/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.9 2009/09/18 02:01:35 taca Exp $
+# $NetBSD: Makefile,v 1.10 2009/11/02 15:45:01 taca Exp $
DISTNAME= squid-2.7.STABLE7
PKGNAME= ${DISTNAME:S/STABLE//}
+PKGREVISION= 1
CATEGORIES= www
MASTER_SITES= ${SQUID_MASTER_SITES} \
http://www.squid-cache.org/Versions/v2/2.7/
@@ -15,6 +16,7 @@ LICENSE= gnu-gpl-v2
USE_TOOLS+= perl
GNU_CONFIGURE= yes
PKG_DESTDIR_SUPPORT= destdir
+MESSAGE_SRC= ../squid/MESSAGE MESSAGE
.include "../../www/squid/Makefile.squid"
.include "../../www/squid/options.mk"