Deleted Added
full compact
periodic.conf (161708) periodic.conf (168412)
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 161708 2006-08-29 08:49:58Z ru $
16# $FreeBSD: head/etc/defaults/periodic.conf 168412 2007-04-06 02:33:06Z pjd $
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 /usr/X11R6/etc/periodic"
24

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

83
84# 330.news
85daily_news_expire_enable="YES" # Run news.expire
86
87# 400.status-disks
88daily_status_disks_enable="YES" # Check disk status
89daily_status_disks_df_flags="-l -h" # df(1) flags for check
90
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 /usr/X11R6/etc/periodic"
24

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

83
84# 330.news
85daily_news_expire_enable="YES" # Run news.expire
86
87# 400.status-disks
88daily_status_disks_enable="YES" # Check disk status
89daily_status_disks_df_flags="-l -h" # df(1) flags for check
90
91# 404.status-zfs
92daily_status_zfs_enable="NO" # Check ZFS
93
91# 405.status-ata_raid
92daily_status_ata_raid_enable="NO" # Check ATA raid status
93
94# 406.status-gmirror
95daily_status_gmirror_enable="NO" # Check gmirror(8)
96
97# 407.status-graid3
98daily_status_graid3_enable="NO" # Check graid3(8)

--- 164 unchanged lines hidden ---
94# 405.status-ata_raid
95daily_status_ata_raid_enable="NO" # Check ATA raid status
96
97# 406.status-gmirror
98daily_status_gmirror_enable="NO" # Check gmirror(8)
99
100# 407.status-graid3
101daily_status_graid3_enable="NO" # Check graid3(8)

--- 164 unchanged lines hidden ---