From owner-cvs-all Sat Feb 7 19:55:13 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA20771 for cvs-all-outgoing; Sat, 7 Feb 1998 19:55:13 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from conductor.synapse.net (conductor.synapse.net [199.84.54.18]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id TAA20765 for ; Sat, 7 Feb 1998 19:55:08 -0800 (PST) (envelope-from evanc@synapse.net) Received: (qmail 28607 invoked from network); 8 Feb 1998 03:55:06 -0000 Received: from cello.synapse.net (HELO cello) (199.84.54.81) by conductor.synapse.net with SMTP; 8 Feb 1998 03:55:06 -0000 Message-ID: <02dd01bd3445$54c004e0$2844c00a@cello.synapse.net> From: "Evan Champion" To: Subject: Re: cvs commit: ports/www/squid12 Makefile ports/www/squid12/patches patch-ak patch-al Date: Sat, 7 Feb 1998 22:55:01 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.2106.4 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > Evan sent me a port update moments after I committed one. Pick out some > of the changes he's made.. (Although I'm not so sure about moving the > cache to /var/spool/squid...) Maybe I'm just an old-fashioned kind of guy :-) but as I was saying to Peter, /usr/local/squid seems to be an _awful_ place to put squid's cache. I mean, /usr/local is a hideous enough creation without adding anything else to it :-) So, I thought about it for a bit, and putting the cache under /var/spool/squid was my best idea. Ideally, it would be something like logs under /var/log, pid under /var/run, and the cache would start directly under /var/spool/squid (instead of a /var/spool/squid/cache). Unfortunately, there isn't way to do that using configure. We could run the conf file through sed to fix it up a bit -- that would certainly be nice for the pid and logs. That still leaves the cache, and I think irrespective of what people think of the rest of the paths, the cache belongs under /var/spool/squid. Anyway, flames to me, not Peter. Evan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message