From owner-freebsd-questions Sat Mar 10 15: 9:24 2001 Delivered-To: freebsd-questions@freebsd.org Received: from apotheosis.org.za (apotheosis.org.za [137.158.128.27]) by hub.freebsd.org (Postfix) with ESMTP id 5DCBA37B718 for ; Sat, 10 Mar 2001 15:09:18 -0800 (PST) (envelope-from mwest@uct.ac.za) Date: Sun, 11 Mar 2001 01:08:44 +0200 From: Matthew West To: G D McKee Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Locate Database Message-ID: <20010311010844.A23650@apotheosis.org.za> Mail-Followup-To: Matthew West , G D McKee , freebsd-questions@FreeBSD.ORG References: <000801c0a9b3$683f6880$0500a8c0@gdmckee.local> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <000801c0a9b3$683f6880$0500a8c0@gdmckee.local>; from "G D McKee" on Sat, Mar 10, 2001 at 10:42:37PM Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, Mar 10, 2001 at 10:42:37PM -0000, G D McKee wrote: > Is there a way to stop this program logging the whole of my squid > cache? I am sure it would save on HDD ware and tare Take a look at /etc/locate.rc - you probably want to uncomment PRUNEPATHS and put your squid cache directory in there. Alternatively, you can disable the weekly database rebuild by putting weekly_locate_enable="NO" into your /etc/periodic.conf file. Take a look at /etc/defaults/periodic.conf for a full list of options. -- mwest@uct.ac.za To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message