1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-11 09:50:12 +00:00

Document $clear_daily_*

This commit is contained in:
Brian Somers 2000-06-09 17:07:59 +00:00
parent 59f32c3a6a
commit 64e475537d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=61460

View File

@ -1153,6 +1153,30 @@ boot time.
if you want
.Pa /tmp
to be cleaned at startup.
.It Ar clear_daily_enable
(bool) Set to
.Ar YES
if you want to clear temporary directories daily.
.It Ar clear_daily_dirs
(str) Set to the list of directories to clear if
.Ar clear_daily_enable
is set to
.Ar YES .
.It Ar clear_daily_days
(int) When
.Ar clear_daily_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.
.It Ar clear_daily_ignore
(str) Set to the list of files that should not be deleted when
.Ar clear_daily_enable
is set to
.Ar YES .
Wild cards are permitted.
.It Ar clear_daily_verbose
(bool) Set to
.Ar YES
if you want the removed files to be reported in your daily output.
.It Ar ldconfig_paths
(str) Set to the list of shared library paths to use with
.Xr ldconfig 8 .