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:
authorpyllyukko <pyllyukko@maimed.org>2021-04-12 22:51:34 +0300
committerpyllyukko <pyllyukko@maimed.org>2021-04-12 22:51:34 +0300
commita8beb37e82425c191e617d5cea2f30f9fe80a714 (patch)
tree72f98bb18b73a21f63c68cf24509f6dc9d29e0e1 /include/tests_accounting
parent21219c91eb08ad224853dd60d3b95e0b8d344141 (diff)
Small typo fix in ACCT-9622 LogText
Diffstat (limited to 'include/tests_accounting')
-rw-r--r--include/tests_accounting2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tests_accounting b/include/tests_accounting
index 666576fb..bb7337fb 100644
--- a/include/tests_accounting
+++ b/include/tests_accounting
@@ -88,7 +88,7 @@
AddHP 3 3
else
Display --indent 2 --text "- Checking accounting information" --result "${STATUS_NOT_FOUND}" --color YELLOW
- LogText "Result: No accounting information available (${ROOTDIR}var/account/pacct, ${ROOTDIR}var/log/account/pact nor ${ROOTDIR}var/log/pact exist)"
+ LogText "Result: No accounting information available (${ROOTDIR}var/account/pacct, ${ROOTDIR}var/log/account/pacct nor ${ROOTDIR}var/log/pacct exist)"
LogText "Remark: Possibly there is another location where the accounting data is stored"
ReportSuggestion "${TEST_NO}" "Enable process accounting"
AddHP 2 3