Deleted Added
full compact
periodic.conf (108958) periodic.conf (108959)
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 108958 2003-01-08 18:51:45Z wollman $
13# $FreeBSD: head/etc/defaults/periodic.conf 108959 2003-01-08 18:52:32Z wollman $
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

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

55daily_clean_msgs_days= # If not modified for
56
57# 140.clean-rwho
58daily_clean_rwho_enable="YES" # Delete rwho daily
59daily_clean_rwho_days=7 # If not modified for
60daily_clean_rwho_verbose="YES" # Mention files deleted
61
62# 150.clean-hoststat
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

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

55daily_clean_msgs_days= # If not modified for
56
57# 140.clean-rwho
58daily_clean_rwho_enable="YES" # Delete rwho daily
59daily_clean_rwho_days=7 # If not modified for
60daily_clean_rwho_verbose="YES" # Mention files deleted
61
62# 150.clean-hoststat
63daily_clean_hoststat_enable="YES" # Purge sendmail MX
64 # host cache daily
63daily_clean_hoststat_enable="YES" # Purge sendmail host
64 # status cache daily
65
66# 200.backup-passwd
67daily_backup_passwd_enable="YES" # Backup passwd & group
68
69# 210.backup-aliases
70daily_backup_aliases_enable="YES" # Backup mail aliases
71
72# 220.backup-distfile

--- 178 unchanged lines hidden ---
65
66# 200.backup-passwd
67daily_backup_passwd_enable="YES" # Backup passwd & group
68
69# 210.backup-aliases
70daily_backup_aliases_enable="YES" # Backup mail aliases
71
72# 220.backup-distfile

--- 178 unchanged lines hidden ---