Don't delete files in the X11 socket directories under /tmp (.X11-unix,
.ICE-unix, .font-unix, .XIM-unix) when purging files from /tmp via the daily 100.clean-tmps job. If you are logged into an X session longer than the timeout period (default of 3 days), then this job can delete the X11 sockets out from under the session without this fix. MFC after: 3 days
This commit is contained in:
parent
1cb55600a0
commit
cb2482de6b
@ -45,7 +45,9 @@ daily_clean_disks_verbose="YES" # Mention files deleted
|
||||
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 quota.user quota.group" # Don't delete these
|
||||
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"
|
||||
# Don't delete these
|
||||
daily_clean_tmps_verbose="YES" # Mention files deleted
|
||||
|
||||
# 120.clean-preserve
|
||||
|
Loading…
Reference in New Issue
Block a user