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>2018-01-23 17:00:34 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2018-01-23 17:00:34 +0300
commit6192cbd8faaaab4fd9fe71606383f2c789157f88 (patch)
tree3f85ede45f96b4729572950f4dc37fa9a81bf618 /include/tests_time
parent18bd61ebec16212d1e41885afa70ed625ecdcd2a (diff)
Update tests to reflect new style profile configuration
Diffstat (limited to 'include/tests_time')
-rw-r--r--include/tests_time2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tests_time b/include/tests_time
index df35f0da..296813b4 100644
--- a/include/tests_time
+++ b/include/tests_time
@@ -259,7 +259,7 @@
else
for ITEM in ${FIND}; do
LogText "Found stratum 16 peer: ${ITEM}"
- FIND2=$(${EGREPBINARY} "^ntp:ignore_stratum_16_peer:${ITEM}:" ${PROFILE})
+ FIND2=$(${EGREPBINARY} "^ntp-ignore-stratum-16-peer=${ITEM}" ${PROFILE})
if IsEmpty "${FIND2}"; then
COUNT=$((COUNT + 1))
Report "ntp_stratum_16_peer[]=${ITEM}"