diff options
Diffstat (limited to 'www')
-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" |