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>2016-04-28 10:15:54 +0300
committermboelen <michael@cisofy.com>2016-04-28 10:15:54 +0300
commit9e312f5a5f2a1379a29151d8cb87cd22f387bc6c (patch)
treee33f24994327564c621802c4c2052f3685adbb8f /include/tests_networking
parent5e587adf8a630383a207adfcc658c1fe6401977f (diff)
Replaced functions and minor cleanups
Diffstat (limited to 'include/tests_networking')
-rw-r--r--include/tests_networking8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/tests_networking b/include/tests_networking
index c32ae1f4..f0ba8252 100644
--- a/include/tests_networking
+++ b/include/tests_networking
@@ -108,8 +108,8 @@
# - Check if we found IPv6 enabled nameservers
# Report
- report "ipv6_mode=${IPV6_MODE}"
- report "ipv6_only=${IPV6_ONLY}"
+ Report "ipv6_mode=${IPV6_MODE}"
+ Report "ipv6_only=${IPV6_ONLY}"
fi
#
#################################################################################
@@ -618,8 +618,8 @@
#################################################################################
#
-report "dhcp_client_running=${DHCP_CLIENT_RUNNING}"
-report "arpwatch_running=${ARPWATCH_RUNNING}"
+Report "dhcp_client_running=${DHCP_CLIENT_RUNNING}"
+Report "arpwatch_running=${ARPWATCH_RUNNING}"
wait_for_keypress