Date: Wed, 30 May 2012 03:51:46 +0000 (UTC) From: Eitan Adler <eadler@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r236284 - head/etc/defaults Message-ID: <201205300351.q4U3pkY9024018@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: eadler Date: Wed May 30 03:51:46 2012 New Revision: 236284 URL: http://svn.freebsd.org/changeset/base/236284 Log: Don't attempt to delete .sujournal in /tmp PR: conf/163828 Submitted by: Tatsuki Makino <tatsuki_makino@hotmail.com> Approved by: cperciva MFC after: 1 week Modified: head/etc/defaults/periodic.conf Modified: head/etc/defaults/periodic.conf ============================================================================== --- head/etc/defaults/periodic.conf Wed May 30 03:50:58 2012 (r236283) +++ head/etc/defaults/periodic.conf Wed May 30 03:51:46 2012 (r236284) @@ -47,6 +47,7 @@ daily_clean_tmps_dirs="/tmp" # Delete 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 .snap" +daily_clean_tmps_ignore="$daily_clean_tmps_ignore .sujournal" # Don't delete these daily_clean_tmps_verbose="YES" # Mention files deleted
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201205300351.q4U3pkY9024018>