Deleted Added
full compact
periodic.conf (281318) periodic.conf (282243)
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 281318 2015-04-09 18:50:41Z jhb $
16# $FreeBSD: stable/10/etc/defaults/periodic.conf 282243 2015-04-29 18:57:19Z jhb $
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

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

112daily_status_gstripe_enable="NO" # Check gstripe(8)
113
114# 409.status-gconcat
115daily_status_gconcat_enable="NO" # Check gconcat(8)
116
117# 420.status-network
118daily_status_network_enable="YES" # Check network status
119daily_status_network_usedns="YES" # DNS lookups are ok
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

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

112daily_status_gstripe_enable="NO" # Check gstripe(8)
113
114# 409.status-gconcat
115daily_status_gconcat_enable="NO" # Check gconcat(8)
116
117# 420.status-network
118daily_status_network_enable="YES" # Check network status
119daily_status_network_usedns="YES" # DNS lookups are ok
120daily_status_network_netstat_flags="-d" # netstat(1) flags
120
121# 430.status-rwho
122daily_status_rwho_enable="YES" # Check system status
123
124# 440.status-mailq
125daily_status_mailq_enable="YES" # Check mail status
126daily_status_mailq_shorten="NO" # Shorten output
127daily_status_include_submit_mailq="YES" # Also submit queue

--- 262 unchanged lines hidden ---
121
122# 430.status-rwho
123daily_status_rwho_enable="YES" # Check system status
124
125# 440.status-mailq
126daily_status_mailq_enable="YES" # Check mail status
127daily_status_mailq_shorten="NO" # Shorten output
128daily_status_include_submit_mailq="YES" # Also submit queue

--- 262 unchanged lines hidden ---