495582f7c0
* Bug 3589: intercepted and ICAP modified request using a cache_peer * OpenBSD portability fix in DiskThreads * Bug 3935: Invalid pointer dereference when peeking at origin server certificate * Destroy ACLs in the reverse order of creation to avoid destruction segfaults * Portability: sleep() is sometimes a macro * Windows: fix compile errors in WinSvc.cc * Portability: std::string:npos is not always appropriate for String::npos * Portability: refresh_pattern requires regex * librfcnb: portability fixes
19 lines
454 B
Text
19 lines
454 B
Text
# $NetBSD: Makefile.common,v 1.1 2013/12/10 14:48:26 adam Exp $
|
|
#
|
|
# used by www/squid3/Makefile
|
|
# used by www/squidGuard/Makefile
|
|
# used by www/squidview/Makefile
|
|
|
|
SQUID_DATADIR= ${VARBASE}/squid
|
|
|
|
PKG_SYSCONFSUBDIR?= squid
|
|
|
|
SQUID_USER?= squid
|
|
SQUID_GROUP?= squid
|
|
|
|
PKG_GROUPS_VARS+= SQUID_GROUP
|
|
PKG_USERS_VARS+= SQUID_USER
|
|
|
|
PKG_GROUPS= ${SQUID_GROUP}
|
|
PKG_USERS= ${SQUID_USER}:${SQUID_GROUP}
|
|
PKG_GECOS.${SQUID_USER}= Squid Web-Cache pseudo-user
|