summaryrefslogtreecommitdiffstats
path: root/etc/defaults
diff options
context:
space:
mode:
authorjoerg <joerg@FreeBSD.org>2010-03-26 05:13:43 +0000
committerjoerg <joerg@FreeBSD.org>2010-03-26 05:13:43 +0000
commit414cb66353b8387166454795627798ee28bc5349 (patch)
tree700549c121defff6d80a0e82746f2518e1cff113 /etc/defaults
parentafa59951914cec845d2a3d7bb9c45250a0fd6963 (diff)
downloadFreeBSD-src-414cb66353b8387166454795627798ee28bc5349.zip
FreeBSD-src-414cb66353b8387166454795627798ee28bc5349.tar.gz
r205509:
Add .snap to daily_clean_tmps_ignore; /tmp/.snap ist not supposed to be auto-removed (and /tmp is a filesystem of its own now by default).
Diffstat (limited to 'etc/defaults')
-rw-r--r--etc/defaults/periodic.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/defaults/periodic.conf b/etc/defaults/periodic.conf
index c79e956..9c11d35 100644
--- a/etc/defaults/periodic.conf
+++ b/etc/defaults/periodic.conf
@@ -46,7 +46,7 @@ daily_clean_tmps_enable="NO" # Delete stuff daily
daily_clean_tmps_dirs="/tmp" # Delete under here
daily_clean_tmps_days="3" # If not accessed for
daily_clean_tmps_ignore=".X*-lock .X11-unix .ICE-unix .font-unix .XIM-unix"
-daily_clean_tmps_ignore="$daily_clean_tmps_ignore quota.user quota.group"
+daily_clean_tmps_ignore="$daily_clean_tmps_ignore quota.user quota.group .snap"
# Don't delete these
daily_clean_tmps_verbose="YES" # Mention files deleted
OpenPOWER on IntegriCloud