summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorjoerg <joerg@FreeBSD.org>2010-03-23 06:19:44 +0000
committerjoerg <joerg@FreeBSD.org>2010-03-23 06:19:44 +0000
commit4cbc85cad52009f27c54a329f2ec59affcd996e3 (patch)
treeff1e2dbc4155b1232b1501ca018d5d2d5df1e3fa /etc
parentbbf5ab2a3952a5c4354849865f12845751a696fd (diff)
downloadFreeBSD-src-4cbc85cad52009f27c54a329f2ec59affcd996e3.zip
FreeBSD-src-4cbc85cad52009f27c54a329f2ec59affcd996e3.tar.gz
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). MFC after: 3 days
Diffstat (limited to 'etc')
-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 b454838..de315ae 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