From 940cc2dc44e2d4ee0ce5993a67c520cc65f0431b Mon Sep 17 00:00:00 2001 From: brian Date: Fri, 9 Jun 2000 17:07:59 +0000 Subject: Document $clear_daily_* --- share/man/man5/rc.conf.5 | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'share/man/man5/rc.conf.5') diff --git a/share/man/man5/rc.conf.5 b/share/man/man5/rc.conf.5 index c5e1298..cf31564 100644 --- a/share/man/man5/rc.conf.5 +++ b/share/man/man5/rc.conf.5 @@ -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 . -- cgit v1.1