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:
authormboelen <michael@cisofy.com>2014-09-15 12:42:11 +0400
committermboelen <michael@cisofy.com>2014-09-15 12:42:11 +0400
commit3cc696edfce5b644d410a3e98d04b55d46dd11d6 (patch)
treeb028a968d053da34a5efff40031765ae3e187e10 /include
parent59ad28795e1c1c003557b9349de5d49ca4ee849d (diff)
Adjusted suggestion call for [FILE-6354]
Diffstat (limited to 'include')
-rw-r--r--include/tests_filesystems2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tests_filesystems b/include/tests_filesystems
index 86c7e167..82b3f0b1 100644
--- a/include/tests_filesystems
+++ b/include/tests_filesystems
@@ -261,7 +261,7 @@
logtext "private information and should be deleted it not being used actively. Use a tool like lsof to"
logtext "see which programs possibly are using a particular file. Some systems can cleanup temporary"
logtext "directories by setting a boot option."
- ReportSuggestion ${TEST_NO} "L" "Check ${N} files in /tmp which are older than ${TMP_OLD_DAYS} days"
+ ReportSuggestion ${TEST_NO} "Check ${N} files in /tmp which are older than ${TMP_OLD_DAYS} days"
fi
fi
#