summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>2000-06-09 17:07:59 +0000
committerbrian <brian@FreeBSD.org>2000-06-09 17:07:59 +0000
commit940cc2dc44e2d4ee0ce5993a67c520cc65f0431b (patch)
tree9d99e582768172d0eac69662fa7501c8846df1d6
parent4f17385195008c3df11cfa0019c5f7bfd017cc0c (diff)
downloadFreeBSD-src-940cc2dc44e2d4ee0ce5993a67c520cc65f0431b.zip
FreeBSD-src-940cc2dc44e2d4ee0ce5993a67c520cc65f0431b.tar.gz
Document $clear_daily_*
-rw-r--r--share/man/man5/rc.conf.524
1 files changed, 24 insertions, 0 deletions
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 .
OpenPOWER on IntegriCloud