Deleted Added
full compact
periodic.conf (140771) periodic.conf (154304)
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 140771 2005-01-24 22:21:13Z keramida $
16# $FreeBSD: head/etc/defaults/periodic.conf 154304 2006-01-13 18:07:52Z wollman $
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

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

86
87# 400.status-disks
88daily_status_disks_enable="YES" # Check disk status
89daily_status_disks_df_flags="-k -t nonfs" # df(1) flags for check
90
91# 405.status-ata_raid
92daily_status_ata_raid_enable="NO" # Check ATA raid status
93
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

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

86
87# 400.status-disks
88daily_status_disks_enable="YES" # Check disk status
89daily_status_disks_df_flags="-k -t nonfs" # 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
94# 420.status-network
95daily_status_network_enable="YES" # Check network status
96daily_status_network_usedns="YES" # DNS lookups are ok
97
98# 430.status-rwho
99daily_status_rwho_enable="YES" # Check system status
100
101# 440.status-mailq

--- 157 unchanged lines hidden ---
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 ---