Deleted Added
full compact
periodic.conf (135591) periodic.conf (138061)
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 135591 2004-09-23 02:00:52Z jkoshy $
13# $FreeBSD: head/etc/defaults/periodic.conf 138061 2004-11-24 18:41:53Z mlaier $
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

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

145daily_status_security_passwdless_enable="YES"
146
147# 500.ipfwdenied
148daily_status_security_ipfwdenied_enable="YES"
149
150# 510.ipfdenied
151daily_status_security_ipfdenied_enable="YES"
152
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

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

145daily_status_security_passwdless_enable="YES"
146
147# 500.ipfwdenied
148daily_status_security_ipfwdenied_enable="YES"
149
150# 510.ipfdenied
151daily_status_security_ipfdenied_enable="YES"
152
153# 520.pfdenied
154daily_status_security_pfdenied_enable="YES"
155
153# 550.ipfwlimit
154daily_status_security_ipfwlimit_enable="YES"
155
156# 600.ip6fwdenied
157daily_status_security_ip6fwdenied_enable="YES"
158
159# 610.ipf6denied
160daily_status_security_ipf6denied_enable="YES"

--- 92 unchanged lines hidden ---
156# 550.ipfwlimit
157daily_status_security_ipfwlimit_enable="YES"
158
159# 600.ip6fwdenied
160daily_status_security_ip6fwdenied_enable="YES"
161
162# 610.ipf6denied
163daily_status_security_ipf6denied_enable="YES"

--- 92 unchanged lines hidden ---