Deleted Added
full compact
periodic.conf (77492) periodic.conf (77496)
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 77492 2001-05-30 16:46:53Z brian $
13# $FreeBSD: head/etc/defaults/periodic.conf 77496 2001-05-30 20:23:43Z 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

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

74daily_backup_distfile_enable="YES" # Backup /etc/Distfile
75
76# 300.calendar
77daily_calendar_enable="NO" # Run calendar -a
78
79# 310.accounting
80daily_accounting_enable="YES" # Rotate acct files
81daily_accounting_compress="NO" # Gzip rotated files
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

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

74daily_backup_distfile_enable="YES" # Backup /etc/Distfile
75
76# 300.calendar
77daily_calendar_enable="NO" # Run calendar -a
78
79# 310.accounting
80daily_accounting_enable="YES" # Rotate acct files
81daily_accounting_compress="NO" # Gzip rotated files
82daily_accounting_flags= # Flags to /usr/sbin/sa
82daily_accounting_flags=-q # Flags to /usr/sbin/sa
83daily_accounting_save=3 # How many files to save
84
85# 320.distfile
86daily_distfile_enable="YES" # Run rdist daily
87
88# 330.news
89daily_news_expire_enable="YES" # Run news.expire
90

--- 123 unchanged lines hidden ---
83daily_accounting_save=3 # How many files to save
84
85# 320.distfile
86daily_distfile_enable="YES" # Run rdist daily
87
88# 330.news
89daily_news_expire_enable="YES" # Run news.expire
90

--- 123 unchanged lines hidden ---