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.boelen@cisofy.com>2021-05-11 20:54:15 +0300
committerGitHub <noreply@github.com>2021-05-11 20:54:15 +0300
commit4cfd59d60cd6f746a16ec3d6cb1e8f0c5b763508 (patch)
tree352bfa80155430f8e2526ebbe0823d9a13ab8267 /include/tests_accounting
parent49cf33aa49871215a070e1da83dcccbf21f1b7d6 (diff)
parenta8beb37e82425c191e617d5cea2f30f9fe80a714 (diff)
Merge pull request #1135 from pyllyukko/typo-fix
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 6954b63f..6d89a796 100644
--- a/include/tests_accounting
+++ b/include/tests_accounting
@@ -91,7 +91,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