Deleted Added
full compact
periodic.conf (226865) periodic.conf (231171)
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 226865 2011-10-27 21:25:41Z delphij $
16# $FreeBSD: head/etc/defaults/periodic.conf 231171 2012-02-08 00:08:21Z 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

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

91daily_news_expire_enable="YES" # Run news.expire
92
93# 400.status-disks
94daily_status_disks_enable="YES" # Check disk status
95daily_status_disks_df_flags="-l -h" # df(1) flags for check
96
97# 404.status-zfs
98daily_status_zfs_enable="NO" # Check ZFS
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

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

91daily_news_expire_enable="YES" # Run news.expire
92
93# 400.status-disks
94daily_status_disks_enable="YES" # Check disk status
95daily_status_disks_df_flags="-l -h" # df(1) flags for check
96
97# 404.status-zfs
98daily_status_zfs_enable="NO" # Check ZFS
99daily_status_zfs_zpool_list_enable="YES" # List ZFS pools
99
100# 405.status-ata_raid
101daily_status_ata_raid_enable="NO" # Check ATA raid status
102
103# 406.status-gmirror
104daily_status_gmirror_enable="NO" # Check gmirror(8)
105
106# 407.status-graid3

--- 184 unchanged lines hidden ---
100
101# 405.status-ata_raid
102daily_status_ata_raid_enable="NO" # Check ATA raid status
103
104# 406.status-gmirror
105daily_status_gmirror_enable="NO" # Check gmirror(8)
106
107# 407.status-graid3

--- 184 unchanged lines hidden ---