Deleted Added
full compact
periodic.conf (219018) periodic.conf (220020)
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 219018 2011-02-24 23:51:59Z brooks $
16# $FreeBSD: head/etc/defaults/periodic.conf 220020 2011-03-26 03:01:48Z dougb $
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"
24

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

69 # status cache daily
70
71# 200.backup-passwd
72daily_backup_passwd_enable="YES" # Backup passwd & group
73
74# 210.backup-aliases
75daily_backup_aliases_enable="YES" # Backup mail aliases
76
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"
24

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

69 # status cache daily
70
71# 200.backup-passwd
72daily_backup_passwd_enable="YES" # Backup passwd & group
73
74# 210.backup-aliases
75daily_backup_aliases_enable="YES" # Backup mail aliases
76
77# 220.backup-pkgdb
78daily_backup_pkgdb_enable="YES" # Backup /var/db/pkg
79daily_backup_pkgdb_dir="/var/backups"
80
77# 300.calendar
78daily_calendar_enable="NO" # Run calendar -a
79
80# 310.accounting
81daily_accounting_enable="YES" # Rotate acct files
82daily_accounting_compress="NO" # Gzip rotated files
83daily_accounting_flags=-q # Flags to /usr/sbin/sa
84daily_accounting_save=3 # How many files to save

--- 196 unchanged lines hidden ---
81# 300.calendar
82daily_calendar_enable="NO" # Run calendar -a
83
84# 310.accounting
85daily_accounting_enable="YES" # Rotate acct files
86daily_accounting_compress="NO" # Gzip rotated files
87daily_accounting_flags=-q # Flags to /usr/sbin/sa
88daily_accounting_save=3 # How many files to save

--- 196 unchanged lines hidden ---