Merge pull request #44 from tstromberg/exotic-rm
exotic cmdline macos: Exclude locatedb updates
This commit is contained in:
commit
62b4e2bd9b
|
@ -117,4 +117,6 @@ WHERE
|
||||||
AND p.parent = -1
|
AND p.parent = -1
|
||||||
)
|
)
|
||||||
AND NOT cmd LIKE '/bin/rm -f /tmp/periodic.%'
|
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.%'
|
AND NOT cmd LIKE 'touch -r /tmp/KSInstallAction.%'
|
||||||
|
|
Loading…
Reference in New Issue