diff options
author | taca <taca> | 2009-11-02 15:45:01 +0000 |
---|---|---|
committer | taca <taca> | 2009-11-02 15:45:01 +0000 |
commit | 35adc5d92b10845c61b76616c766646cf33b0c80 (patch) | |
tree | 00d36975464531166be2c5732771a18fac540a3b /www/squid27 | |
parent | 9c40bf7bec6ab21ae8330b00a3ed1bb160f17350 (diff) | |
download | pkgsrc-35adc5d92b10845c61b76616c766646cf33b0c80.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/MESSAGE | 9 | ||||
-rw-r--r-- | www/squid27/Makefile | 4 |
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" |