pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/squid27 Add MESSAGE to warn about "max_filedescrip...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b9af8a4a55a0
branches:  trunk
changeset: 566979:b9af8a4a55a0
user:      taca <taca%pkgsrc.org@localhost>
date:      Mon Nov 02 15:45:01 2009 +0000

description:
Add MESSAGE to warn about "max_filedescriptors parameter" of squid27.
It might be accidently small on NetBSD.

Bump PKGREVISION.

diffstat:

 www/squid27/MESSAGE  |  9 +++++++++
 www/squid27/Makefile |  4 +++-
 2 files changed, 12 insertions(+), 1 deletions(-)

diffs (34 lines):

diff -r 659349da991a -r b9af8a4a55a0 www/squid27/MESSAGE
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/squid27/MESSAGE       Mon Nov 02 15:45:01 2009 +0000
@@ -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 -r 659349da991a -r b9af8a4a55a0 www/squid27/Makefile
--- a/www/squid27/Makefile      Mon Nov 02 15:43:20 2009 +0000
+++ b/www/squid27/Makefile      Mon Nov 02 15:45:01 2009 +0000
@@ -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 @@
 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"



Home | Main Index | Thread Index | Old Index