From owner-freebsd-questions@freebsd.org Tue Oct 31 10:56:27 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 45D4CE556A4 for ; Tue, 31 Oct 2017 10:56:27 +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 1B7496EEF6 for ; Tue, 31 Oct 2017 10:56:26 +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 152A318256; Tue, 31 Oct 2017 19:56:24 +0900 (JST) Received: from eastasia.home.utahime.org (localhost [127.0.0.1]) by localhost-backdoor.home.utahime.org (Postfix) with ESMTP id CB4DB2E526; Tue, 31 Oct 2017 19:56:23 +0900 (JST) Received: from localhost (rolling.home.utahime.org [192.168.174.11]) by eastasia.home.utahime.org (Postfix) with ESMTPSA id A9B0F2E525; Tue, 31 Oct 2017 19:56:23 +0900 (JST) Date: Tue, 31 Oct 2017 19:52:58 +0900 (JST) Message-Id: <20171031.195258.2141709561326824369.yasu@utahime.org> To: freebsd-questions@freebsd.org Subject: Three '450.status-security' scripts enabled by default From: Yasuhiro KIMURA 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 10:56:27 -0000 Hello, While investigating the delay of daily periodic jobs, I found there are three '450.status-security' scripts under /etc/periodic, that is, /etc/periodic/{dairy,monthry,weekly}/450.status-security. All of them executes 'periodic security' and only difference is how often they are executed. So I think the purpose of them is to provide user option how often 'periodic security' is executed. OK, I understand it. But I can't understand setting about them in /etc/defaults/periodic.conf because all of them are enabled by default. If the purpose is what I explained, normal user expects at most one of them is enabled. So are there any reason that all of them are enabled by default? --- Yasuhiro KIMURA