Deleted Added
full compact
periodic.conf (226471) periodic.conf (226865)
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 226471 2011-10-17 14:37:24Z se $
16# $FreeBSD: head/etc/defaults/periodic.conf 226865 2011-10-27 21:25:41Z delphij $
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

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

145
146# 500.queuerun
147daily_queuerun_enable="YES" # Run mail queue
148daily_submit_queuerun="YES" # Also submit queue
149
150# 800.scrub-zfs
151daily_scrub_zfs_enable="NO"
152daily_scrub_zfs_pools="" # empty string selects all pools
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

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

145
146# 500.queuerun
147daily_queuerun_enable="YES" # Run mail queue
148daily_submit_queuerun="YES" # Also submit queue
149
150# 800.scrub-zfs
151daily_scrub_zfs_enable="NO"
152daily_scrub_zfs_pools="" # empty string selects all pools
153daily_scrub_zfs_default_threshold="30" # days between scrubs
154#daily_scrub_zfs_${poolname}_threshold="30" # pool specific threshold
153daily_scrub_zfs_default_threshold="35" # days between scrubs
154#daily_scrub_zfs_${poolname}_threshold="35" # pool specific threshold
155
156# 999.local
157daily_local="/etc/daily.local" # Local scripts
158
159
160# Security options
161
162# These options are used by the security periodic(8) scripts spawned in

--- 128 unchanged lines hidden ---
155
156# 999.local
157daily_local="/etc/daily.local" # Local scripts
158
159
160# Security options
161
162# These options are used by the security periodic(8) scripts spawned in

--- 128 unchanged lines hidden ---