From 35adc5d92b10845c61b76616c766646cf33b0c80 Mon Sep 17 00:00:00 2001 From: taca Date: Mon, 2 Nov 2009 15:45:01 +0000 Subject: Add MESSAGE to warn about "max_filedescriptors parameter" of squid27. It might be accidently small on NetBSD. Bump PKGREVISION. --- www/squid27/MESSAGE | 9 +++++++++ www/squid27/Makefile | 4 +++- 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 www/squid27/MESSAGE (limited to 'www') 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" -- cgit v1.2.3