diff options
author | tron <tron> | 2001-11-06 03:05:14 +0000 |
---|---|---|
committer | tron <tron> | 2001-11-06 03:05:14 +0000 |
commit | 918a726f74c6a5f0c7df7f83b887854326856942 (patch) | |
tree | 64a7766b83bd99405dad169661078556ecc66751 /www/squid | |
parent | ca870f69bb07c7836956cd1acd125f05ba962c67 (diff) | |
download | pkgsrc-918a726f74c6a5f0c7df7f83b887854326856942.tar.gz |
Activate store type "diskd" by default as suggested by Grant Beattie in
PR pkg/14476.
Diffstat (limited to 'www/squid')
-rw-r--r-- | www/squid/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/www/squid/Makefile b/www/squid/Makefile index 1710c184006..3f93cffa0e9 100644 --- a/www/squid/Makefile +++ b/www/squid/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.52 2001/10/09 19:01:49 tron Exp $ +# $NetBSD: Makefile,v 1.53 2001/11/06 03:05:14 tron Exp $ DISTNAME= squid-2.4.STABLE2-src PKGNAME= squid-2.4.2 @@ -32,9 +32,10 @@ SQUID_CONFIGURE_ARGS?= --enable-cachemgr-hostname=localhost \ --enable-icmp \ --enable-ipf-transparent \ --enable-snmp \ - --enable-underscores + --enable-underscores \ + --enable-storeio="diskd" -OPTIONAL_FILES= libexec/pinger libexec/unlinkd +OPTIONAL_FILES= libexec/diskd libexec/pinger libexec/unlinkd post-configure: @cd ${WRKSRC}/include && \ |