From owner-freebsd-ports@freebsd.org Wed Jul 15 04:39:41 2015 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 95F2099C06A for ; Wed, 15 Jul 2015 04:39:41 +0000 (UTC) (envelope-from timp87@gmail.com) Received: from mbob.nabble.com (mbob.nabble.com [162.253.133.15]) by mx1.freebsd.org (Postfix) with ESMTP id 7BA8F1598 for ; Wed, 15 Jul 2015 04:39:40 +0000 (UTC) (envelope-from timp87@gmail.com) Received: from msam.nabble.com (unknown [162.253.133.85]) by mbob.nabble.com (Postfix) with ESMTP id D1B5A1130A3C for ; Tue, 14 Jul 2015 21:39:40 -0700 (PDT) Date: Tue, 14 Jul 2015 21:39:39 -0700 (MST) From: timp To: freebsd-ports@freebsd.org Message-ID: <1436935179854-6025395.post@n5.nabble.com> In-Reply-To: <20150714205428.367d2be0@gumby.homeunix.com> References: <20150714205428.367d2be0@gumby.homeunix.com> Subject: Re: www/squid's cache dir MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Jul 2015 04:39:41 -0000 > I can see a case for fixing the Makefile so the log directory is created in the right place. What do you mean? It's already created and used by port in right place - /var/log/squid. > Moving the squid directory itself wouldn't avoid creating > /var/squid/logs. And there is no need to move this directory. Removing a few lines from Makefile and pkg-plist would avoid this. Do I misunderstand something? > Squid can use more than one cache directory, so it makes sense to have the > default cache directory as a sub-directory of squid/. Additional cache dirs can be created manually by user in /var/squid, I agree. Like /var/squid/cache{1,2,3} etc whatever. But these dirs can be created manually in /var/cache too. Like /var/cache/squid{1,2,3}. I can't see any difference. Explain, please. -- View this message in context: http://freebsd.1045724.n5.nabble.com/www-squid-s-cache-dir-tp6025127p6025395.html Sent from the freebsd-ports mailing list archive at Nabble.com.