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

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

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
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

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

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
73daily_backup_distfile_enable="YES" # Backup /etc/Distfile
74
75# 300.calendar
76daily_calendar_enable="NO" # Run calendar -a
77
78# 310.accounting
79daily_accounting_enable="YES" # Rotate acct files
80daily_accounting_compress="NO" # Gzip rotated files
81daily_accounting_flags=-q # Flags to /usr/sbin/sa
82daily_accounting_save=3 # How many files to save
83
72# 300.calendar
73daily_calendar_enable="NO" # Run calendar -a
74
75# 310.accounting
76daily_accounting_enable="YES" # Rotate acct files
77daily_accounting_compress="NO" # Gzip rotated files
78daily_accounting_flags=-q # Flags to /usr/sbin/sa
79daily_accounting_save=3 # How many files to save
80
84# 320.distfile
85daily_distfile_enable="YES" # Run rdist daily
86
87# 330.news
88daily_news_expire_enable="YES" # Run news.expire
89
90# 400.status-disks
91daily_status_disks_enable="YES" # Check disk status
92daily_status_disks_df_flags="-k -t nonfs" # df(1) flags for check
93
94# 420.status-network

--- 156 unchanged lines hidden ---
81# 330.news
82daily_news_expire_enable="YES" # Run news.expire
83
84# 400.status-disks
85daily_status_disks_enable="YES" # Check disk status
86daily_status_disks_df_flags="-k -t nonfs" # df(1) flags for check
87
88# 420.status-network

--- 156 unchanged lines hidden ---