From owner-freebsd-questions@freebsd.org Wed Aug 19 16:30:13 2015 Return-Path: Delivered-To: freebsd-questions@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 78CFB9BEE2F for ; Wed, 19 Aug 2015 16:30:13 +0000 (UTC) (envelope-from chrisstankevitz@gmail.com) Received: from mail-ig0-x22d.google.com (mail-ig0-x22d.google.com [IPv6:2607:f8b0:4001:c05::22d]) (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 454141721 for ; Wed, 19 Aug 2015 16:30:13 +0000 (UTC) (envelope-from chrisstankevitz@gmail.com) Received: by igfj19 with SMTP id j19so112407308igf.0 for ; Wed, 19 Aug 2015 09:30:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=9gs1/KGuMNEqrB8pEuSymYVDHEBB5BC8edo8FzNG4Hg=; b=JJPzpLq107cvMw6p+YFcpMQ3Z2be/kYmbwXEaJx2y3p9gXT9WpIQfQs5uVSLQMVHFN Uaffr1IggH8BYMI6hsByFtJ4kK6cPB4FJ3OLXDNZRYBJzkfrgPfEotxU0NPKXyamIHcb wVzFH9XtVcPBXB1t3WEV8mgdOYat/TC9HY29hgGe+uPXSgcW82yh7O1WN+AmnUszHRFl M5TDefq0grbhNK22ltcwCrD6hPiFourc3s6Y1WJ5xVbIO0j5+EXfAgn+LNVTWMCA+ReB dRAeGwX8K42GQKL6o9nY/eimEXWmvjFJg1fMxi4+a5lp1c0c5fh5eCPNZaUPJrQdj8aV ei0g== MIME-Version: 1.0 X-Received: by 10.50.129.5 with SMTP id ns5mr2569513igb.40.1440001812552; Wed, 19 Aug 2015 09:30:12 -0700 (PDT) Received: by 10.79.111.205 with HTTP; Wed, 19 Aug 2015 09:30:12 -0700 (PDT) In-Reply-To: References: <44zj1p39uq.fsf@lowell-desk.lan> Date: Wed, 19 Aug 2015 09:30:12 -0700 Message-ID: Subject: Re: Disable periodic security check for vulnerable packages From: Chris Stankevitz To: Christian Weisgerber Cc: freebsd-questions Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Aug 2015 16:30:13 -0000 On Tue, Aug 18, 2015 at 2:15 PM, Christian Weisgerber wrote: =08>> On 10.2, "man periodic.conf" has several variables, >> "daily_status_security_*" which offer you several >> options for this. > > Where? Perhaps Adam's pkg install came with some extra /usr/local/man/ documentation that replaced 'man periodic.conf'? Although it looks like ports-mgmt/pkg doesn't have any config options... Chris=08