Deleted Added
full compact
periodic.conf (158497) periodic.conf (161602)
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 158497 2006-05-12 19:17:34Z mlaier $
16# $FreeBSD: head/etc/defaults/periodic.conf 161602 2006-08-25 07:34:36Z trhodes $
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 /usr/X11R6/etc/periodic"
24

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

154 # FS types
155
156# 300.chkuid0
157daily_status_security_chkuid0_enable="YES"
158
159# 400.passwdless
160daily_status_security_passwdless_enable="YES"
161
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 /usr/X11R6/etc/periodic"
24

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

154 # FS types
155
156# 300.chkuid0
157daily_status_security_chkuid0_enable="YES"
158
159# 400.passwdless
160daily_status_security_passwdless_enable="YES"
161
162# 410.logincheck
163daily_status_security_logincheck_enable="YES"
164
162# 500.ipfwdenied
163daily_status_security_ipfwdenied_enable="YES"
164
165# 510.ipfdenied
166daily_status_security_ipfdenied_enable="YES"
167
168# 520.pfdenied
169daily_status_security_pfdenied_enable="YES"

--- 95 unchanged lines hidden ---
165# 500.ipfwdenied
166daily_status_security_ipfwdenied_enable="YES"
167
168# 510.ipfdenied
169daily_status_security_ipfdenied_enable="YES"
170
171# 520.pfdenied
172daily_status_security_pfdenied_enable="YES"

--- 95 unchanged lines hidden ---