Deleted Added
full compact
periodic.conf (272035) periodic.conf (277216)
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 272035 2014-09-23 18:38:06Z markj $
16# $FreeBSD: head/etc/defaults/periodic.conf 277216 2015-01-15 19:52:19Z gjb $
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

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

135
136# 480.status-ntpd
137daily_status_ntpd_enable="NO" # Check NTP status
138
139# 500.queuerun
140daily_queuerun_enable="YES" # Run mail queue
141daily_submit_queuerun="YES" # Also submit queue
142
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

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

135
136# 480.status-ntpd
137daily_status_ntpd_enable="NO" # Check NTP status
138
139# 500.queuerun
140daily_queuerun_enable="YES" # Run mail queue
141daily_submit_queuerun="YES" # Also submit queue
142
143# 510.status-world-kernel
144daily_status_world_kernel="YES" # Check the running
145 # userland/kernel version
146
143# 800.scrub-zfs
144daily_scrub_zfs_enable="NO"
145daily_scrub_zfs_pools="" # empty string selects all pools
146daily_scrub_zfs_default_threshold="35" # days between scrubs
147#daily_scrub_zfs_${poolname}_threshold="35" # pool specific threshold
148
149# 999.local
150daily_local="/etc/daily.local" # Local scripts

--- 227 unchanged lines hidden ---
147# 800.scrub-zfs
148daily_scrub_zfs_enable="NO"
149daily_scrub_zfs_pools="" # empty string selects all pools
150daily_scrub_zfs_default_threshold="35" # days between scrubs
151#daily_scrub_zfs_${poolname}_threshold="35" # pool specific threshold
152
153# 999.local
154daily_local="/etc/daily.local" # Local scripts

--- 227 unchanged lines hidden ---