On Mon, Mar 22, 2010 at 11:19 PM, Joerg Wunsch <[email protected]> wrote:
> 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

Good catch.. thanks!
-Garrett
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"

Reply via email to