Deleted Added
full compact
periodic.conf (123498) periodic.conf (128473)
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#
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# $FreeBSD: head/etc/defaults/periodic.conf 123498 2003-12-12 21:23:27Z jesper $
13# $FreeBSD: head/etc/defaults/periodic.conf 128473 2004-04-20 13:44:57Z darrenr $
14#
15
16# What files override these defaults ?
17periodic_conf_files="/etc/periodic.conf /etc/periodic.conf.local"
18
19# periodic script dirs
20local_periodic="/usr/local/etc/periodic /usr/X11R6/etc/periodic"
21

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

150daily_status_security_ipfdenied_enable="YES"
151
152# 550.ipfwlimit
153daily_status_security_ipfwlimit_enable="YES"
154
155# 600.ip6fwdenied
156daily_status_security_ip6fwdenied_enable="YES"
157
14#
15
16# What files override these defaults ?
17periodic_conf_files="/etc/periodic.conf /etc/periodic.conf.local"
18
19# periodic script dirs
20local_periodic="/usr/local/etc/periodic /usr/X11R6/etc/periodic"
21

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

150daily_status_security_ipfdenied_enable="YES"
151
152# 550.ipfwlimit
153daily_status_security_ipfwlimit_enable="YES"
154
155# 600.ip6fwdenied
156daily_status_security_ip6fwdenied_enable="YES"
157
158# 610.ipf6denied
159daily_status_security_ipf6denied_enable="YES"
160
158# 650.ip6fwlimit
159daily_status_security_ip6fwlimit_enable="YES"
160
161# 700.kernelmsg
162daily_status_security_kernelmsg_enable="YES"
163
164# 800.loginfail
165daily_status_security_loginfail_enable="YES"

--- 82 unchanged lines hidden ---
161# 650.ip6fwlimit
162daily_status_security_ip6fwlimit_enable="YES"
163
164# 700.kernelmsg
165daily_status_security_kernelmsg_enable="YES"
166
167# 800.loginfail
168daily_status_security_loginfail_enable="YES"

--- 82 unchanged lines hidden ---