svn commit: r205509 - head/etc/defaults

Joerg Wunsch joerg at FreeBSD.org
Tue Mar 23 06:19:44 UTC 2010


Author: joerg
Date: Tue Mar 23 06:19:44 2010
New Revision: 205509
URL: http://svn.freebsd.org/changeset/base/205509

Log:
  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

Modified:
  head/etc/defaults/periodic.conf

Modified: head/etc/defaults/periodic.conf
==============================================================================
--- head/etc/defaults/periodic.conf	Tue Mar 23 04:07:49 2010	(r205508)
+++ head/etc/defaults/periodic.conf	Tue Mar 23 06:19:44 2010	(r205509)
@@ -46,7 +46,7 @@ daily_clean_tmps_enable="NO"				# Delete
 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
 


More information about the svn-src-all mailing list