From owner-freebsd-hackers@FreeBSD.ORG Tue Nov 13 16:05:50 2012 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 57571A5D for ; Tue, 13 Nov 2012 16:05:50 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: from mail-lb0-f182.google.com (mail-lb0-f182.google.com [209.85.217.182]) by mx1.freebsd.org (Postfix) with ESMTP id B648C8FC17 for ; Tue, 13 Nov 2012 16:05:49 +0000 (UTC) Received: by mail-lb0-f182.google.com with SMTP id gg13so2445860lbb.13 for ; Tue, 13 Nov 2012 08:05:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=uazUVrcNFq7ANLsm/fZzkdjvchLFFriVKFpzBqJvLdI=; b=rH1V4414yIR3jaFBelFT13eM/PNA9HaMC6cPjnzO7ipG7eC9UW028PWe5RykGZIV/v P7RtffGqC0ev/df19arP4qErMNOWk8oi1U3siTYFqUUaW0z8OufhpEJ6ZYz9O+Ezj1h8 TUVvTcPyLqNlq60pEaOI0pFUBeNmxs/XXob68= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:x-gm-message-state; bh=uazUVrcNFq7ANLsm/fZzkdjvchLFFriVKFpzBqJvLdI=; b=L+GnaFAa4Hex7mXmDnS7OwkKuycy58WMyEhC7lt9OdbRhCVYN4goa7su21g+YZQeM8 CT78EXFu4NFRgCczZmJBhpw0V3mCj0216/COph1kjup6axVMYfwgITWZWejv6u8QFRpX EoRBfX8grmzQaI9C8hkzpK8UdlplQ2kfu6i8tXLaDu4WMKrQAfsYCk3N2bR0YQ6LqLIF 0Ul7YEY0DhyO+ypwuob8FezwCGnWSkuffRs8uhT4V+Qu9Sm6gq8HKpxguxKCWMdczhkm 4urMBLdGZc3d/Qd+8eiXL7HDVJ6uU/t8cJz92jf2zjhuA4co102TGrQp9exe+DS1yVll 0N6w== Received: by 10.152.104.148 with SMTP id ge20mr21619446lab.51.1352822748505; Tue, 13 Nov 2012 08:05:48 -0800 (PST) MIME-Version: 1.0 Received: by 10.112.25.166 with HTTP; Tue, 13 Nov 2012 08:05:17 -0800 (PST) In-Reply-To: References: From: Eitan Adler Date: Tue, 13 Nov 2012 11:05:17 -0500 Message-ID: Subject: Re: Give users a hint when their locate database is too small. To: Warren Block Content-Type: text/plain; charset=UTF-8 X-Gm-Message-State: ALoCoQmKRsovTwGqRlFb09LGP7AALwMxuRWbi0aLi//83brlzaF6W9bon5i9+XeDpPsGyELtLnKN Cc: FreeBSD Hackers X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Nov 2012 16:05:50 -0000 On 13 November 2012 10:58, Eitan Adler wrote: Okay... sorry for the spam. I remember there was a reason I used /etc/periodic/weekly/310.locate instead of /usr/libexec/locate.updatedb. The latter must not be run as root, and the former takes care of this work. Since the default is to enable weekly updates I am inclined to use the 310.locate script instead. -- Eitan Adler