Subject: pkg/14476: build www/squid with 'diskd' store type
To: None <gnats-bugs@gnats.netbsd.org>
From: grant <grant@grunta.com>
List: netbsd-bugs
Date: 11/06/2001 11:18:00
>Number:         14476
>Category:       pkg
>Synopsis:       build www/squid with 'diskd' store type
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Mon Nov 05 16:19:00 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Grant Beattie
>Release:        pkgsrc 20011106
>Organization:
>Environment:
System: NetBSD fang 1.5.2 NetBSD 1.5.2 (GENERIC) #0: Thu Sep 27 04:08:41 PDT 2001 grant@fang:/data1/src/sys/arch/i386/compile/GENERIC i386

>Description:
squid's 'diskd' store type uses the same storage format as ufs, but
utilizes a separate process to avoid blocking on the main Squid
process during disk i/o.

>How-To-Repeat:
>Fix:

use --enable-storeio="diskd" option to configure.

Index: pkgsrc/www/squid/Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/www/squid/Makefile,v
retrieving revision 1.52
diff -u -r1.52 Makefile
--- Makefile	2001/10/09 19:01:49	1.52
+++ Makefile	2001/11/06 00:13:37
@@ -32,7 +32,8 @@
 			--enable-icmp \
 			--enable-ipf-transparent \
 			--enable-snmp \
-			--enable-underscores
+			--enable-underscores \
+			--enable-storeio="diskd"
 
 OPTIONAL_FILES=	libexec/pinger libexec/unlinkd
 
>Release-Note:
>Audit-Trail:
>Unformatted: