Merge pull request #44 from tstromberg/exotic-rm

exotic cmdline macos: Exclude locatedb updates
This commit is contained in:
Thomas Strömberg 2022-10-29 12:12:20 -04:00 committed by GitHub
commit 62b4e2bd9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -117,4 +117,6 @@ WHERE
AND p.parent = -1
)
AND NOT cmd LIKE '/bin/rm -f /tmp/periodic.%'
AND NOT cmd LIKE 'rm -f /tmp/locate%/_updatedb%'
AND NOT cmd LIKE 'rm -f /tmp/locate%/mklocate%/_mklocatedb%'
AND NOT cmd LIKE 'touch -r /tmp/KSInstallAction.%'