Deleted Added
full compact
periodic.conf (277520) periodic.conf (281318)
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 277520 2015-01-22 02:24:09Z gjb $
16# $FreeBSD: stable/10/etc/defaults/periodic.conf 281318 2015-04-09 18:50:41Z 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

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

88daily_accounting_flags=-q # Flags to /usr/sbin/sa
89daily_accounting_save=3 # How many files to save
90
91# 330.news
92daily_news_expire_enable="YES" # Run news.expire
93
94# 400.status-disks
95daily_status_disks_enable="YES" # Check disk status
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

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

88daily_accounting_flags=-q # Flags to /usr/sbin/sa
89daily_accounting_save=3 # How many files to save
90
91# 330.news
92daily_news_expire_enable="YES" # Run news.expire
93
94# 400.status-disks
95daily_status_disks_enable="YES" # Check disk status
96daily_status_disks_df_flags="-l -h" # df(1) flags for check
96daily_status_disks_df_flags="-l -h" # df(1) flags for check
97
98# 401.status-graid
99daily_status_graid_enable="NO" # Check graid(8)
100
101# 404.status-zfs
102daily_status_zfs_enable="NO" # Check ZFS
103daily_status_zfs_zpool_list_enable="YES" # List ZFS pools
104

--- 285 unchanged lines hidden ---
97
98# 401.status-graid
99daily_status_graid_enable="NO" # Check graid(8)
100
101# 404.status-zfs
102daily_status_zfs_enable="NO" # Check ZFS
103daily_status_zfs_zpool_list_enable="YES" # List ZFS pools
104

--- 285 unchanged lines hidden ---