From owner-svn-src-stable@FreeBSD.ORG Fri Mar 26 05:13:44 2010 Return-Path: Delivered-To: svn-src-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 88099106564A; Fri, 26 Mar 2010 05:13:44 +0000 (UTC) (envelope-from joerg@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 767AB8FC12; Fri, 26 Mar 2010 05:13:44 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id o2Q5DiDx046823; Fri, 26 Mar 2010 05:13:44 GMT (envelope-from joerg@svn.freebsd.org) Received: (from joerg@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id o2Q5Dijp046822; Fri, 26 Mar 2010 05:13:44 GMT (envelope-from joerg@svn.freebsd.org) Message-Id: <201003260513.o2Q5Dijp046822@svn.freebsd.org> From: Joerg Wunsch Date: Fri, 26 Mar 2010 05:13:44 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org X-SVN-Group: stable-8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r205667 - stable/8/etc/defaults X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Mar 2010 05:13:44 -0000 Author: joerg Date: Fri Mar 26 05:13:43 2010 New Revision: 205667 URL: http://svn.freebsd.org/changeset/base/205667 Log: 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). Modified: stable/8/etc/defaults/periodic.conf Directory Properties: stable/8/etc/ (props changed) Modified: stable/8/etc/defaults/periodic.conf ============================================================================== --- stable/8/etc/defaults/periodic.conf Fri Mar 26 03:02:31 2010 (r205666) +++ stable/8/etc/defaults/periodic.conf Fri Mar 26 05:13:43 2010 (r205667) @@ -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