periodic.conf.5 revision 84259
-
Copyright (c) 2000 Brian Somers <brian@Awfulhak.org>
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.

THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
SUCH DAMAGE.

$FreeBSD: head/share/man/man5/periodic.conf.5 84259 2001-10-01 08:29:58Z kris $

.Dd June 22, 2000 .Dt PERIODIC.CONF 5 .Os .Sh NAME .Nm periodic.conf .Nd periodic job configuration information .Sh DESCRIPTION The file .Nm contains a description of how daily, weekly and montly system maintenance jobs should run. It resides in the

a /etc/defaults directory and parts may be overridden by a file of the same name in

a /etc , which itself may be overridden by the

a /etc/periodic.conf.local file.

p .Nm is actually sourced as a shell script from each of the periodic scripts and is intended to simply provide default configuration variables.

p The following variables are used by .Xr periodic 8 itself: l -tag -offset 4n -width 2n t Va local_periodic

q Vt str List of directories to search for periodic scripts. This list is always prefixed with

a /etc/periodic , and is only used when an argument to .Xr periodic 8 is not an absolute directory name. t Va dir Ns No _output

q Vt path No or Vt list What to do with the output of the scripts envoked from the directory .Ar dir . If this variable is set to an absolute path name, output is logged to that file, otherwise it is taken as one or more space separated email addresses and mailed to those users. If this variable is not set or is empty, output is sent to standard output.

p For an unattended machine, suitable values for .Va daily_output , .Va weekly_output , and .Va monthly_output might be .Dq /var/log/daily.log , .Dq /var/log/weekly.log , and .Dq /var/log/monthly.log respectively, as .Xr newsyslog 8 will rotate these files (if they exists) at the appropriate times. t Va dir Ns No _show_success t Va dir Ns No _show_info t Va dir Ns No _show_badconfig

q Vt bool These variables control whether .Xr periodic 8 will mask the output of the envoked scripts based on their return code (where .Ar dir is the base directory name in which each script resides). If the return code of a script is .Sq 0 and .Va dir Ns No _show_success is set to .Dq NO , .Xr periodic 8 will mask the script's output. If the return code of a script is .Sq 1 and .Va dir Ns No _show_info is set to .Dq NO , .Xr periodic 8 will mask the script's output. If the return code of a script is .Sq 2 and .Va dir Ns No _show_badconfig is set to .Dq NO , .Xr periodic 8 will mask the script's output. If these variables are set to neither .Dq YES nor .Dq NO , the default to .Dq YES , .Dq YES and .Dq NO respectively.

p Refer to the .Xr periodic 8 man page for how script return codes are interpreted. .El

p The following variables are used by the standard scripts that reside in

a /etc/periodic/daily : l -tag -offset 4n -width 2n t Va daily_clean_disks_enable

q Vt bool Set to .Dq YES if you want to remove all files matching .Va daily_clean_disks_files daily. t Va daily_clean_disks_files

q Vt str Set to a list of file names to match. Wild cards are permitted. t Va daily_clean_disks_days

q Vt num When .Va daily_clean_disks_enable is set to .Dq YES , this must also be set to the number of days old that a file's access and modification times must be before it's deleted. t Va daily_clean_disks_verbose

q Vt bool Set to .Dq YES if you want the removed files to be reported in your daily output. t Va daily_clean_tmps_enable

q Vt bool Set to .Dq YES if you want to clear temporary directories daily. t Va daily_clean_tmps_dirs

q Vt str Set to the list of directories to clear if .Va daily_clean_tmps_enable is set to .Dq YES . t Va daily_clean_tmps_days

q Vt num When .Va daily_clean_tmps_enable is set, this must also be set to the number of days old that a file's access and modification times must be before it's deleted. t Va daily_clean_tmps_ignore

q Vt str Set to the list of files that should not be deleted when .Va daily_clean_tmps_enable is set to .Dq YES . Wild card characters are permitted. t Va daily_clean_tmps_verbose

q Vt bool Set to .Dq YES if you want the removed files to be reported in your daily output. t Va daily_clean_preserve_enable

q Vt bool Set to .Dq YES if you wish to remove old files from

a /var/preserve . t Va daily_clean_preserve_days

q Vt num Set to the number of days that files must not have been modified before they are deleted. t Va daily_clean_preserve_verbose

q Vt bool Set to .Dq YES if you want the removed files to be reported in your daily output. t Va daily_clean_msgs_enable

q Vt bool Set to .Dq YES if you old system messages to be purged. t Va daily_clean_msgs_days

q Vt num Set to the number of days that files must not have been modified before they are deleted. If this variable is left blank, the .Xr msgs 1 default is used. t Va daily_clean_rwho_enable

q Vt bool Set to .Dq YES if you wish old files in

a /var/who to be purged. t Va daily_clean_rwho_days

q Vt num Set to the number of days that files must not have been modified before they are deleted. t Va daily_clean_rwho_verbose

q Vt bool Set to .Dq YES if you want the removed files to be reported in your daily output. t Va daily_clean_hoststat_enable

q Vt bool Set to .Dq YES if you wish old files in

a /var/spool/.hoststat to be purged. t Va daily_clean_hoststat_days

q Vt num Set to the number of days that files must not have been modified before they are deleted. t Va daily_clean_hoststat_verbose

q Vt bool Set to .Dq YES if you want the removed files to be reported in your daily output. t Va daily_backup_passwd_enable

q Vt bool Set to .Dq YES if you want the

a /etc/master.passwd and

a /etc/group files backed up and reported on. Reporting consists of checking both files for modifications and running .Xr chkgrp 8 on the

a group file. t Va daily_backup_aliases_enable

q Vt bool Set to .Dq YES if you want the

a /etc/mail/aliases file backed up and modifications to be displayed in your daily output. t Va daily_backup_distfile_enable

q Vt bool Set to .Dq YES if you want the

a /etc/Distfile file backed up and modifications to be displayed in your daily output. t Va daily_calendar_enable

q Vt bool Set to .Dq YES if you want to run c calendar -a daily. t Va daily_accounting_enable

q Vt bool Set to .Dq YES if you want to rotate your daily accounting files. No rotations are necessary unless .Va accounting_enable is enabled in .Xr rc.conf 5 . t Va daily_accounting_compress

q Vt bool Set to .Dq YES if you want your daily accounting files to be compressed using .Xr gzip 1 . t Va daily_accounting_save

q Vt num When .Va daily_accounting_enable is set, this may also be set to the number of daily accounting files that are to be saved. The default is .Dq 3 . t Va daily_accounting_flags

q Vt str Set to the arguments to pass to the .Xr sa 8 utility (in addition to .Fl s ) when .Va daily_accounting_enable is set to .Dq YES . The default is .Fl q . t Va daily_distfile_enable

q Vt bool Set to .Dq YES if you want to run .Xr rdist 1 daily. The

a /etc/Distfile file must also exist. t Pa daily_news_expire_enable

q Vt bool Set to .Dq YES if you want to run

a /etc/news.expire . t Va daily_status_disks_enable

q Vt bool Set to .Dq YES if you want to run .Xr df 1 (with the arguments supplied in .Va daily_status_disks_df_flags ) and c dump -W . t Va daily_status_disks_df_flags

q Vt str Set to the arguments for the .Xr df 1 utility when .Va daily_status_disks_enable is set to .Dq YES . t Va daily_status_network_enable

q Vt bool Set to .Dq YES if you want to run c netstat -i . t Va daily_status_network_usedns

q Vt bool Set to .Dq YES if you want to run .Xr netstat 1 without the .Fl n option (to do DNS lookups). t Va daily_status_rwho_enable

q Vt bool Set to .Dq YES if you want to run .Xr uptime 1 (or .Xr ruptime 1 if .Va rwhod_enable is set to .Dq YES in

a /etc/rc.conf ) . t Va daily_status_mailq_enable

q Vt bool Set to .Dq YES if you want to run .Xr mailq 1 . t Va daily_status_mailq_shorten

q Vt bool Set to .Dq YES if you want to shorten the .Nm mailq output when .Va daily_status_mailq_enable is set to .Dq YES . t Va daily_status_security_enable

q Vt bool Set to .Dq YES if you want to run

a /etc/security . t Va daily_status_security_inline

q Vt bool Set to .Dq YES if you want to run

a /etc/security inline. The default is to either mail or log the output according to the value of .Va daily_status_security_output . t Va daily_status_security_output

q Vt str Where to send the output of

a /etc/security if .Va daily_status_security_inline is set to .Dq NO . This variable behaves in the same way as the .Va *_output variables above, namely it can be set either to one or more email addresses or to an absolute file name. t Va daily_status_security_noamd

q Vt bool Set to .Dq YES if you want to ignore .Xr amd 8 mounts when comparing against yesterdays filesystem mounts. t Va daily_status_mail_rejects_enable

q Vt bool Set to .Dq YES if you want to summarise mail rejections logged to

a /var/log/maillog for the previous day. t Va daily_status_mail_rejects_logs

q Vt num Set to the number of maillog files that should be checked for yesterday's mail rejects. t Va daily_status_named_enable

q Vt bool Set to .Dq YES if you want to summarise denied zone transfers (AXFR and IXFR) for the previious day. t Va daily_status_named_usedns

q Vt bool Set to .Dq YES if you want to enable reverse DNS lookups. t Va daily_queuerun_enable

q Vt bool Set to .Dq YES if you want to manually run the mail queue at least once a day. t Va daily_local

q Vt str Set to a list of extra scripts that should be run after all other daily scripts. All scripts must be absolute path names. .El

p The following variables are used by the standard scripts that reside in

a /etc/periodic/weekly : l -tag -offset 4n -width 2n t Va weekly_clean_kvmdb_enable

q Vt bool Set to .Dq YES if you want to purge old

a /var/db/kvm_*.db files. The kvm file for the current kernel will not be purged. t Va weekly_clean_kvmdb_days

q Vt num Set to the number of days that the file must not have been accessed before being deleted. t Va weekly_clean_kvmdb_verbose

q Vt bool Set to .Dq YES if you want the removed files to be reported in your weekly output. t Va weekly_locate_enable

q Vt bool Set to .Dq YES if you want to run

a /usr/libexec/locate.updatedb . This script is run using c nice -5 as user .An nobody , and generates the table used by the .Xr locate 1 command. t Va weekly_whatis_enable

q Vt bool Set to .Dq YES if you want to run

a /usr/libexec/makewhatis.local . This script regenerates the database used by the .Xr apropos 1 command. t Va weekly_catman_enable

q Vt bool Set to .Dq YES if you want to run

a /usr/libexec/catman.local . This script processes all out of date man pages, speeding up the .Xr man 1 command at the expense of disk space. t Va weekly_noid_enable

q Vt bool Set to .Dq YES if you want to locate orphaned files on the system. An orphaned file is one with an invalid owner or group. t Va weekly_noid_dirs

q Vt str A list of directories under which orphaned files are searched for. This would usually be set to

a / . t Va weekly_status_pkg_enable

q Vt bool Set to .Dq YES if you want to use .Xr pkg_version 1 to list installed packages which are out of date. t Va weekly_local

q Vt str Set to a list of extra scripts that should be run after all other weekly scripts. All scripts must be absolute path names. .El

p The following variables are used by the standard scripts that reside in

a /etc/periodic/monthly : l -tag -offset 4n -width 2n t Va monthly_accounting_enable

q Vt bool Set to .Dq YES if you want to do login accounting using the .Xr ac 8 command. t Va monthly_local

q Vt str Set to a list of extra scripts that should be run after all other monthly scripts. All scripts must be absolute path names. .El .Sh FILES l -tag -width /etc/defaults/periodic.conf t Pa /etc/defaults/periodic.conf The default configuration file. This file contains all default variables and values. t Pa /etc/periodic.conf The usual system specific variable override file. t Pa /etc/periodic.conf.local An additional override file, useful when

a /etc/periodic.conf is shared or distributed. .El .Sh SEE ALSO .Xr apropos 1 , .Xr calendar 1 , .Xr df 1 , .Xr gzip 1 , .Xr locate 1 , .Xr man 1 , .Xr msgs 1 , .Xr netstat 1 , .Xr nice 1 , .Xr pkg_version 1 , .Xr rdist 1 , .Xr rc.conf 5 , .Xr ac 8 , .Xr chkgrp 8 , .Xr dump 8 , .Xr newsyslog 8 , .Xr periodic 8 .Sh HISTORY The .Nm file appeared in .Fx 4.1 . .Sh AUTHORS .An Brian Somers Aq brian@Awfulhak.org .