Deleted Added
full compact
periodic.conf (155060) periodic.conf (156216)
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 155060 2006-01-30 19:23:24Z matteo $
16# $FreeBSD: head/etc/defaults/periodic.conf 156216 2006-03-02 14:46:00Z brueffer $
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

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

89daily_status_disks_df_flags="-l -h" # df(1) flags for check
90
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
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

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

89daily_status_disks_df_flags="-l -h" # df(1) flags for check
90
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)
99
100# 408.status-gstripe
101daily_status_gstripe_enable="NO" # Check gstripe(8)
102
103# 409.status-gconcat
104daily_status_gconcat_enable="NO" # Check gconcat(8)
105
97# 420.status-network
98daily_status_network_enable="YES" # Check network status
99daily_status_network_usedns="YES" # DNS lookups are ok
100
101# 430.status-rwho
102daily_status_rwho_enable="YES" # Check system status
103
104# 440.status-mailq

--- 157 unchanged lines hidden ---
106# 420.status-network
107daily_status_network_enable="YES" # Check network status
108daily_status_network_usedns="YES" # DNS lookups are ok
109
110# 430.status-rwho
111daily_status_rwho_enable="YES" # Check system status
112
113# 440.status-mailq

--- 157 unchanged lines hidden ---