Deleted Added
full compact
periodic.conf (292841) periodic.conf (295461)
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 292841 2015-12-28 21:35:06Z jilles $
16# $FreeBSD: stable/10/etc/defaults/periodic.conf 295461 2016-02-10 07:16:17Z cy $
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

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

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

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

133daily_status_security_inline="NO" # Run inline ?
134daily_status_security_output="root" # user or /file
135
136# 460.status-mail-rejects
137daily_status_mail_rejects_enable="YES" # Check mail rejects
138daily_status_mail_rejects_logs=3 # How many logs to check
139daily_status_mail_rejects_shorten="NO" # Shorten output
140
141# 480.leapfile-ntpd
142daily_ntpd_leapfile_enable="NO" # Fetch NTP leapfile
143daily_ntpd_avoid_congestion="YES" # Avoid congesting
144 # leapfile sources
145
141# 480.status-ntpd
142daily_status_ntpd_enable="NO" # Check NTP status
143
144# 500.queuerun
145daily_queuerun_enable="YES" # Run mail queue
146daily_submit_queuerun="YES" # Also submit queue
147
148# 510.status-world-kernel

--- 246 unchanged lines hidden ---
146# 480.status-ntpd
147daily_status_ntpd_enable="NO" # Check NTP status
148
149# 500.queuerun
150daily_queuerun_enable="YES" # Run mail queue
151daily_submit_queuerun="YES" # Also submit queue
152
153# 510.status-world-kernel

--- 246 unchanged lines hidden ---