Deleted Added
full compact
periodic.conf (62206) periodic.conf (62274)
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#
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# $FreeBSD: head/etc/defaults/periodic.conf 62206 2000-06-28 06:51:37Z brian $
13# $FreeBSD: head/etc/defaults/periodic.conf 62274 2000-06-30 09:41:16Z brian $
14#
15
16# What files override these defaults ?
17periodic_conf_files="/etc/periodic.conf /etc/periodic.conf.local"
18
19# periodic script dirs
20local_periodic="/usr/local/etc/periodic /usr/X11R6/etc/periodic"
21

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

99# 450.status-security
100daily_status_security_enable="YES" # Security check
101daily_status_security_inline="NO" # Run inline ?
102daily_status_security_noamd="NO" # Don't check amd mounts
103daily_status_security_nomfs="NO" # Don't check mfs mounts
104
105# 460.status-mail-rejects
106daily_status_mail_rejects_enable="YES" # Check mail rejects
14#
15
16# What files override these defaults ?
17periodic_conf_files="/etc/periodic.conf /etc/periodic.conf.local"
18
19# periodic script dirs
20local_periodic="/usr/local/etc/periodic /usr/X11R6/etc/periodic"
21

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

99# 450.status-security
100daily_status_security_enable="YES" # Security check
101daily_status_security_inline="NO" # Run inline ?
102daily_status_security_noamd="NO" # Don't check amd mounts
103daily_status_security_nomfs="NO" # Don't check mfs mounts
104
105# 460.status-mail-rejects
106daily_status_mail_rejects_enable="YES" # Check mail rejects
107daily_status_mail_rejects_logs=3 # How many logs to check
107
108# 999.local
109daily_local="/etc/daily.local" # Local scripts
110
111
112# Weekly options
113
114# 120.clean-kvmdb

--- 56 unchanged lines hidden ---
108
109# 999.local
110daily_local="/etc/daily.local" # Local scripts
111
112
113# Weekly options
114
115# 120.clean-kvmdb

--- 56 unchanged lines hidden ---