Deleted Added
full compact
periodic.conf (174817) periodic.conf (175153)
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 174817 2007-12-20 20:37:22Z dougb $
16# $FreeBSD: head/etc/defaults/periodic.conf 175153 2008-01-08 07:22:43Z dds $
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

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

122
123# 450.status-security
124daily_status_security_enable="YES" # Security check
125# See "Security options" below for more options
126
127# 460.status-mail-rejects
128daily_status_mail_rejects_enable="YES" # Check mail rejects
129daily_status_mail_rejects_logs=3 # How many logs to check
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

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

122
123# 450.status-security
124daily_status_security_enable="YES" # Security check
125# See "Security options" below for more options
126
127# 460.status-mail-rejects
128daily_status_mail_rejects_enable="YES" # Check mail rejects
129daily_status_mail_rejects_logs=3 # How many logs to check
130daily_status_mail_rejects_shorten="NO" # Shorten output
130
131# 470.status-named
132daily_status_named_enable="YES"
133daily_status_named_usedns="YES" # DNS lookups are ok
134
135# 480.status-ntpd
136daily_status_ntpd_enable="NO" # Check NTP status
137

--- 133 unchanged lines hidden ---
131
132# 470.status-named
133daily_status_named_enable="YES"
134daily_status_named_usedns="YES" # DNS lookups are ok
135
136# 480.status-ntpd
137daily_status_ntpd_enable="NO" # Check NTP status
138

--- 133 unchanged lines hidden ---