Deleted Added
full compact
periodic.conf (205509) periodic.conf (210254)
1#!/bin/sh
2#
3# This is defaults/periodic.conf - a file full of useful variables that
4# you can set to change the default behaviour of periodic jobs on your
5# system. You should not edit this file! Put any overrides into one of the
6# $periodic_conf_files instead and you will be able to update these defaults
7# later without spamming your local configuration information.
8#
9# The $periodic_conf_files files should only contain values which override
10# values set in this file. This eases the upgrade path when defaults
11# are changed and new features are added.
12#
13# For a more detailed explanation of all the periodic.conf variables, please
14# refer to the periodic.conf(5) manual page.
15#
1#!/bin/sh
2#
3# This is defaults/periodic.conf - a file full of useful variables that
4# you can set to change the default behaviour of periodic jobs on your
5# system. You should not edit this file! Put any overrides into one of the
6# $periodic_conf_files instead and you will be able to update these defaults
7# later without spamming your local configuration information.
8#
9# The $periodic_conf_files files should only contain values which override
10# values set in this file. This eases the upgrade path when defaults
11# are changed and new features are added.
12#
13# For a more detailed explanation of all the periodic.conf variables, please
14# refer to the periodic.conf(5) manual page.
15#
16# $FreeBSD: head/etc/defaults/periodic.conf 205509 2010-03-23 06:19:44Z joerg $
16# $FreeBSD: head/etc/defaults/periodic.conf 210254 2010-07-19 20:19:14Z gabor $
17#
18
19# What files override these defaults ?
20periodic_conf_files="/etc/periodic.conf /etc/periodic.conf.local"
21
22# periodic script dirs
23local_periodic="/usr/local/etc/periodic"
24

--- 141 unchanged lines hidden (view full) ---

166daily_status_security_chkuid0_enable="YES"
167
168# 400.passwdless
169daily_status_security_passwdless_enable="YES"
170
171# 410.logincheck
172daily_status_security_logincheck_enable="YES"
173
17#
18
19# What files override these defaults ?
20periodic_conf_files="/etc/periodic.conf /etc/periodic.conf.local"
21
22# periodic script dirs
23local_periodic="/usr/local/etc/periodic"
24

--- 141 unchanged lines hidden (view full) ---

166daily_status_security_chkuid0_enable="YES"
167
168# 400.passwdless
169daily_status_security_passwdless_enable="YES"
170
171# 410.logincheck
172daily_status_security_logincheck_enable="YES"
173
174# 460.chkportsum
175daily_status_security_chkportsum_enable="NO" # Check ports w/ wrong checksum
176
174# 500.ipfwdenied
175daily_status_security_ipfwdenied_enable="YES"
176
177# 510.ipfdenied
178daily_status_security_ipfdenied_enable="YES"
179
180# 520.pfdenied
181daily_status_security_pfdenied_enable="YES"

--- 90 unchanged lines hidden ---
177# 500.ipfwdenied
178daily_status_security_ipfwdenied_enable="YES"
179
180# 510.ipfdenied
181daily_status_security_ipfdenied_enable="YES"
182
183# 520.pfdenied
184daily_status_security_pfdenied_enable="YES"

--- 90 unchanged lines hidden ---