From owner-freebsd-questions@freebsd.org Tue Oct 31 22:44:03 2017 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 AB82BE3E043 for ; Tue, 31 Oct 2017 22:44:03 +0000 (UTC) (envelope-from yasu@utahime.org) Received: from gate.utahime.jp (ipq210.utahime.jp [183.180.29.210]) by mx1.freebsd.org (Postfix) with ESMTP id 7DD2867573 for ; Tue, 31 Oct 2017 22:44:03 +0000 (UTC) (envelope-from yasu@utahime.org) Received: from eastasia.home.utahime.org (eastasia.home.utahime.org [192.168.174.1]) by gate.utahime.jp (Postfix) with ESMTP id 78AEA18325; Wed, 1 Nov 2017 07:44:01 +0900 (JST) Received: from eastasia.home.utahime.org (localhost [127.0.0.1]) by localhost-backdoor.home.utahime.org (Postfix) with ESMTP id E7A1B2E90E; Wed, 1 Nov 2017 07:44:00 +0900 (JST) Received: from localhost (rolling.home.utahime.org [192.168.174.11]) by eastasia.home.utahime.org (Postfix) with ESMTPSA id A6D462E90D; Wed, 1 Nov 2017 07:44:00 +0900 (JST) Date: Wed, 01 Nov 2017 07:43:25 +0900 (JST) Message-Id: <20171101.074325.435079995878776971.yasu@utahime.org> To: freebsd-questions@freebsd.org Subject: Re: Three '450.status-security' scripts enabled by default From: Yasuhiro KIMURA In-Reply-To: <20171031230333.K40402@sola.nimnet.asn.au> References: <20171031230333.K40402@sola.nimnet.asn.au> X-Mailer: Mew version 6.7 on Emacs 25.3 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Oct 2017 22:44:03 -0000 From: Ian Smith Subject: Re: Three '450.status-security' scripts enabled by default Date: Wed, 1 Nov 2017 00:13:36 +1100 (EST) > 450.status-security is run (YES) each of those times, but unless you set > variables in /etc/periodic.conf that override /etc/default/periodic.conf > settings, it'll still use the default of 'daily' for the various scripts > run by that one. See periodic.conf(5) and /etc/defaults/periodic.conf > near the end. > > I was curious as my (cough) 9.3 system precedes this feature, so dug > around to find this, which likely explains the rationale well enough: > > https://svnweb.freebsd.org/base?view=revision&revision=254974 > > Most people likely won't exercise this feature, if they know it exists. > > Oh, and whether using pkg(8) or source updating isn't relevant to this. Thank you for explanation. But in fact today I received 'monthry security run output' mail from my home server. And I also checked trash folder of my mailbox and confirmed that I recieved 'weekly security run output' mail on last Saturday. So there must be something that doesn't fit your explanation. --- Yasuhiro KIMURA