Deleted Added
full compact
periodic.conf (94342) periodic.conf (101607)
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 94342 2002-04-10 03:58:40Z gshapiro $
13# $FreeBSD: head/etc/defaults/periodic.conf 101607 2002-08-09 20:58:54Z fanf $
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

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

121daily_submit_queuerun="YES" # Also submit queue
122
123# 999.local
124daily_local="/etc/daily.local" # Local scripts
125
126
127# Security options
128
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

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

121daily_submit_queuerun="YES" # Also submit queue
122
123# 999.local
124daily_local="/etc/daily.local" # Local scripts
125
126
127# Security options
128
129# These options are used by the security periodic(8) scripts spawned in
129# These options are used by the security periodic(8) scripts spawned in
130# 450.status-security above.
131daily_status_security_inline="NO" # Run inline ?
132daily_status_security_output="root" # user or /file
133daily_status_security_noamd="NO" # Don't check amd mounts
134daily_status_security_logdir="/var/log" # Directory for logs
135
136# 100.chksetuid
137daily_status_security_chksetuid_enable="YES"

--- 110 unchanged lines hidden ---
130# 450.status-security above.
131daily_status_security_inline="NO" # Run inline ?
132daily_status_security_output="root" # user or /file
133daily_status_security_noamd="NO" # Don't check amd mounts
134daily_status_security_logdir="/var/log" # Directory for logs
135
136# 100.chksetuid
137daily_status_security_chksetuid_enable="YES"

--- 110 unchanged lines hidden ---