Deleted Added
full compact
periodic.conf (257508) periodic.conf (258121)
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: stable/10/etc/defaults/periodic.conf 257508 2013-11-01 16:03:38Z jlh $
16# $FreeBSD: stable/10/etc/defaults/periodic.conf 258121 2013-11-14 09:14:33Z glebius $
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

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

132daily_status_security_inline="NO" # Run inline ?
133daily_status_security_output="root" # user or /file
134
135# 460.status-mail-rejects
136daily_status_mail_rejects_enable="YES" # Check mail rejects
137daily_status_mail_rejects_logs=3 # How many logs to check
138daily_status_mail_rejects_shorten="NO" # Shorten output
139
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

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

132daily_status_security_inline="NO" # Run inline ?
133daily_status_security_output="root" # user or /file
134
135# 460.status-mail-rejects
136daily_status_mail_rejects_enable="YES" # Check mail rejects
137daily_status_mail_rejects_logs=3 # How many logs to check
138daily_status_mail_rejects_shorten="NO" # Shorten output
139
140# 470.status-named
141daily_status_named_enable="YES"
142daily_status_named_usedns="YES" # DNS lookups are ok
143
144# 480.status-ntpd
145daily_status_ntpd_enable="NO" # Check NTP status
146
147# 490.status-pkg-changes
148daily_status_pkg_changes_enable="NO" # Show package changes
149pkg_info="pkg_info" # Use this program
150
151# 500.queuerun

--- 247 unchanged lines hidden ---
140# 480.status-ntpd
141daily_status_ntpd_enable="NO" # Check NTP status
142
143# 490.status-pkg-changes
144daily_status_pkg_changes_enable="NO" # Show package changes
145pkg_info="pkg_info" # Use this program
146
147# 500.queuerun

--- 247 unchanged lines hidden ---