From owner-freebsd-questions@freebsd.org Tue Aug 18 18:01:22 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 86CCF9BD352 for ; Tue, 18 Aug 2015 18:01:22 +0000 (UTC) (envelope-from chrisstankevitz@gmail.com) Received: from mail-io0-x232.google.com (mail-io0-x232.google.com [IPv6:2607:f8b0:4001:c06::232]) (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 5394415EE for ; Tue, 18 Aug 2015 18:01:22 +0000 (UTC) (envelope-from chrisstankevitz@gmail.com) Received: by iods203 with SMTP id s203so198795253iod.0 for ; Tue, 18 Aug 2015 11:01:21 -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; bh=sa0LIxDm2VZ9oeskjHc9ehhpiO7Kcx/3hJY495u1XVg=; b=BJ+iKLQfl9WByxXviVAjhG3rs7Spb4TvaEfvclDQsrYM7nY6DAInPn9DPGYDgPQ4Er skFChdeGDZ4IGdOy9oP8+lbyOcxG0GrFsOkiIqjDn8IQm1uTn7uDSk5q0f2hZNeLb4lQ webxIP3rVP6hdDmbp2UIC2fRDRsVhMYLbnE8goNPmQu9KSeQTRG/hkI0K6izZDre2Y6G lCN9KNWpEHamXsYxhSj8vgqgNZQR70PgQXN5eVDxBxb2vh/4fThsNri+/SKf93ehTX+M ghn4HTzNygMW5+n2jW0/bH84GATDCQl2mYyrb6W2G9T5PYzCymT+08w0sUwvSTAaJOzp 2WdA== MIME-Version: 1.0 X-Received: by 10.107.167.199 with SMTP id q190mr10132982ioe.119.1439920881833; Tue, 18 Aug 2015 11:01:21 -0700 (PDT) Received: by 10.79.111.205 with HTTP; Tue, 18 Aug 2015 11:01:21 -0700 (PDT) In-Reply-To: References: Date: Tue, 18 Aug 2015 11:01:21 -0700 Message-ID: Subject: Re: Disable periodic security check for vulnerable packages From: Chris Stankevitz To: Adam Vande More Cc: freebsd-questions Content-Type: text/plain; charset=UTF-8 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: Tue, 18 Aug 2015 18:01:22 -0000 On Tue, Aug 18, 2015 at 10:30 AM, Chris Stankevitz wrote: > etc... but if you can point out the flaw in my thinking, logic, > man-usage, google-usage (i.e. "teach me how to fish") I will truly > appreciate it. Not attempting to beat a dead horse, rather hoping someone can explain why my thinking and logic fails me, I also tried this before I posted: cd /etc grep -r vuln * grep -r audit * | grep pkg Thanks again, Chris