mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-11 17:04:19 +01:00
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
This commit is contained in:
parent
30563ab45e
commit
d81a84a9bc
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=236284
@ -47,6 +47,7 @@ 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 .snap"
|
||||
daily_clean_tmps_ignore="$daily_clean_tmps_ignore .sujournal"
|
||||
# Don't delete these
|
||||
daily_clean_tmps_verbose="YES" # Mention files deleted
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user