From owner-freebsd-questions@freebsd.org Wed Aug 19 16:27:00 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 6A0CC9BED5D for ; Wed, 19 Aug 2015 16:27:00 +0000 (UTC) (envelope-from chrisstankevitz@gmail.com) Received: from mail-io0-x234.google.com (mail-io0-x234.google.com [IPv6:2607:f8b0:4001:c06::234]) (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 34AA31437 for ; Wed, 19 Aug 2015 16:27:00 +0000 (UTC) (envelope-from chrisstankevitz@gmail.com) Received: by iods203 with SMTP id s203so15160135iod.0 for ; Wed, 19 Aug 2015 09:26:59 -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=IUBmEufH9j6zgvRbv96w73O/KGSzD2ok9Pvk/6we1I8=; b=vVY6wZCp1X0P8z7n21RftrL67v9/EgmdQXmEdybe0brEdy1SQwF77qbPh2UdavO+N3 yOAeA5FeyR2WIFg16LsQlAl3Kdj2VxzU/ylrvRBxyKkZN8QIM2/WwQd7GeLy6fwUN7Cg ihIWV/EOZoBPqKxTuxXLIyDOPG3a1NOkAtbATArYDWRJP681NmvcHG2fOsHk6cf5yfxZ CdzpVIyG4ODvl7ITYUrcnaene3KTnyflh4a/yk76jZI6J+xj3oC3V2g/EWTx2TW8+9xv qa2dkw+PyxoDncH254UfY9rHQHqpJM8hEVtbc1ATsP5CZjsLrXq7MmxjIZCcqZ/HtfGs ebCQ== MIME-Version: 1.0 X-Received: by 10.107.133.213 with SMTP id p82mr16662100ioi.71.1440001619660; Wed, 19 Aug 2015 09:26:59 -0700 (PDT) Received: by 10.79.111.205 with HTTP; Wed, 19 Aug 2015 09:26:59 -0700 (PDT) In-Reply-To: <1439936656.19141.101.camel@michaeleichorn.com> References: <1439936656.19141.101.camel@michaeleichorn.com> Date: Wed, 19 Aug 2015 09:26:59 -0700 Message-ID: Subject: Re: Disable periodic security check for vulnerable packages From: Chris Stankevitz To: "Michael B. Eichorn" Cc: Adam Vande More , 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: Wed, 19 Aug 2015 16:27:00 -0000 On Tue, Aug 18, 2015 at 3:24 PM, Michael B. Eichorn wrote: > This is because the periodic script in question was added when pkg was > installed, it is not part of the base system. As such the script is in > /usr/local/etc/periodic/security rather than /etc/periodic/security. Any > program can add periodic scripts, for instance smartmontools adds a > periodic script to /usr/local/etc/periodic/daily. Michael: thank you.