From owner-freebsd-ports@freebsd.org Wed Jul 15 14:02:01 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 2CC5F9A1C80 for ; Wed, 15 Jul 2015 14:02:01 +0000 (UTC) (envelope-from rwmaillists@googlemail.com) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 09E151690 for ; Wed, 15 Jul 2015 14:02:01 +0000 (UTC) (envelope-from rwmaillists@googlemail.com) Received: by mailman.ysv.freebsd.org (Postfix) id 084369A1C7E; Wed, 15 Jul 2015 14:02:01 +0000 (UTC) Delivered-To: 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 07D439A1C7D for ; Wed, 15 Jul 2015 14:02:01 +0000 (UTC) (envelope-from rwmaillists@googlemail.com) Received: from mail-wi0-x236.google.com (mail-wi0-x236.google.com [IPv6:2a00:1450:400c:c05::236]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 98E7E168F for ; Wed, 15 Jul 2015 14:02:00 +0000 (UTC) (envelope-from rwmaillists@googlemail.com) Received: by widjy10 with SMTP id jy10so482815wid.1 for ; Wed, 15 Jul 2015 07:01:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=date:from:to:subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; bh=bAQyitQr5s05vaXpdqO49XzKr0KS4n2JhMOlJH2igSQ=; b=rlI3Bbmup6ixSP3DQabxn+OIZhWzPt8JHJRhc3bEqgDiEt0wXKzWVSheIeQ/+BYmzi ySsTwWKGxRdC5rChDAj64yi51NTl5RN7ccSbP47n2ER21HbVf2q42viF0Y4eawhrmrpu q2mEWF5M0LVJSr7gP1AhfUisuatWk4IDX1NTPYSyqESgrRPRTxnrtdkiX87J7i2ree3l H2FZJBSC8HvWSNKNdGEKqZ5oZInsLiOsHAnR18MkkG4+GjGXu0Q8ysPY5+WnR/OUFL7v IIxXJThTybaHXwQmHmgrp2IUNoQuAUfrqa9fb9LTm6gkJhVqn5O3eZx+ZoQTb0oiOMZy MCSQ== X-Received: by 10.194.200.194 with SMTP id ju2mr8475970wjc.61.1436968919086; Wed, 15 Jul 2015 07:01:59 -0700 (PDT) Received: from gumby.homeunix.com (5ec1f672.skybroadband.com. [94.193.246.114]) by smtp.gmail.com with ESMTPSA id r19sm9281428wib.7.2015.07.15.07.01.57 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 15 Jul 2015 07:01:58 -0700 (PDT) Date: Wed, 15 Jul 2015 15:01:55 +0100 From: RW To: ports@freebsd.org Subject: Re: www/squid's cache dir Message-ID: <20150715150155.59642307@gumby.homeunix.com> In-Reply-To: References: <20150714205428.367d2be0@gumby.homeunix.com> <1436935179854-6025395.post@n5.nabble.com> <20150715120726.35a59c3e@gumby.homeunix.com> X-Mailer: Claws Mail 3.11.1 (GTK+ 2.24.27; amd64-portbld-freebsd10.0) 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 14:02:01 -0000 On Wed, 15 Jul 2015 04:25:56 -0700 (MST) timp wrote: > Ok, so you don't see the difference too, do you? Actually I do see the difference - I think the current layout is better. My point was that "I can't see any difference" isn't a good argument for making disruptive change. I think it's obvious that putting multiple caches under one squid directory is better than having multiple squid directories. > The point is get rid of dirs which we don't really need for this port, > and place cache to suitable dir which is made in base system for such > purposes. > Just for order. You think it's bad idea? I think it's cleaner to have a default location for squid caches, rather than just a default cache location. There's an unnecessary directory to the same extent as there is with a single home directory under /home. Whether squid goes under /var or /var/cache is a completely different issue. In the second case you would need /var/cache/squid/cache. > 2015-07-15 14:08 GMT+03:00 freebsd-ports mailing list [via FreeBSD] > : > > On Tue, 14 Jul 2015 21:39:39 -0700 (MST) > > timp wrote: > > > > > > > > > >> > 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. Please don't top-post.