Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CISOfy/lynis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Boelen <michael@cisofy.com>2015-09-07 13:06:06 +0300
committerMichael Boelen <michael@cisofy.com>2015-09-07 13:06:06 +0300
commita90d225bf4ea02e8483810f60efb51ae5ef18c1a (patch)
treedbb2320b6c83fc9a3c58f060895668bd6d13049e
parent84baf688c8003b3da6081bd69729b5460742a5c2 (diff)
parent12d9b38288c2a41b5bc9e32c1d10bb4f0c102c3e (diff)
Merge pull request #68 from d4t4king/master
include/tests_filesystems tweak
-rw-r--r--include/tests_filesystems2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tests_filesystems b/include/tests_filesystems
index dedfa556..ded21fc1 100644
--- a/include/tests_filesystems
+++ b/include/tests_filesystems
@@ -566,7 +566,7 @@
if [ ${SKIPTEST} -eq 0 ]; then
logtext "Test: Checking locate database"
FOUND=0
- LOCATE_DBS="/var/lib/mlocate/mlocate.db /var/lib/locatedb /var/lib/slocate/slocate.db /var/cache/locate/locatedb /var/db/locate.database"
+ LOCATE_DBS="/var/lib/mlocate/mlocate.db /var/lib/locate/locatedb /var/lib/locatedb /var/lib/slocate/slocate.db /var/cache/locate/locatedb /var/db/locate.database"
for I in ${LOCATE_DBS}; do
if [ -f ${I} ]; then
logtext "Result: locate database found (${I})"