From owner-freebsd-ports@freebsd.org Tue Jul 14 09:33:35 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 46CAF99CF53 for ; Tue, 14 Jul 2015 09:33:35 +0000 (UTC) (envelope-from timp87@gmail.com) Received: from mail-wi0-x233.google.com (mail-wi0-x233.google.com [IPv6:2a00:1450:400c:c05::233]) (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 D2EDEDBA for ; Tue, 14 Jul 2015 09:33:34 +0000 (UTC) (envelope-from timp87@gmail.com) Received: by wibud3 with SMTP id ud3so9225431wib.0 for ; Tue, 14 Jul 2015 02:33:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=sMvBFpPSdl7z4Gjod+s9BnhGlRJBKx8LtASbKB8un4Y=; b=JDk0eDUyQBEp5nHsFyY1nZ9DYYIVzCRoGNVHXnZAvvxUNX1Azxvfbbpoh6dTxI2OnU P6mfqa5zzCitJCfybpM1vVsoA3/1CqGapXlvMEhHi/jx/IJ/1/ddqLDJeQlFSCELjhFo 81DWcb923XjNJ33EWarDdAzVKQomWpAGoc9bo/iDbTKdPRz79AQ85g9p9oKi89d07e3b EPmvBO3z9DazaKB2KwsEflsI8ILtLSoTkBuHiP076xb0m3gI3iNrjugLC6/3lxi2TJct u09ELblWCjVILvxt1WOvsvsm2OgEuQto3r3yrQ4ZfakuIeia/2t8pwMXyAcawYoliLsd 4Zmg== MIME-Version: 1.0 X-Received: by 10.194.7.97 with SMTP id i1mr76885746wja.107.1436866413444; Tue, 14 Jul 2015 02:33:33 -0700 (PDT) Received: by 10.28.48.207 with HTTP; Tue, 14 Jul 2015 02:33:33 -0700 (PDT) Date: Tue, 14 Jul 2015 12:33:33 +0300 Message-ID: Subject: www/squid's cache dir From: Pavel Timofeev To: ports-list freebsd Content-Type: text/plain; charset=UTF-8 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: Tue, 14 Jul 2015 09:33:35 -0000 Hi! A question was born in my mind about www/squid port: Do we really need a separate /var/squid dir for 'cache' and always empty 'logs' subdirs? Squid's logs are really in /var/log/squid, not in /var/squid/logs. So I think what if we had cache dir like /var/cache/squid, and got rig of /var/squid at all? What do you think?