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:
authormarcus-cr <marcus-cr@users.noreply.github.com>2016-10-26 13:37:35 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2016-10-26 13:37:35 +0300
commit94d31bba225b322edc02b2f79dce84a9d86b8bc5 (patch)
tree7d07b26888e35aafc6d4b20cd5eb8a01a4a6f781 /include
parent9208125c0660e426612ddb70dda087cd4142942d (diff)
NETW-3030 - DHCPD Support Added (#299)
Added support for DHCPD
Diffstat (limited to 'include')
-rw-r--r--include/tests_networking2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tests_networking b/include/tests_networking
index 9c890128..26d042f0 100644
--- a/include/tests_networking
+++ b/include/tests_networking
@@ -574,7 +574,7 @@
# Description : Checking for DHCP client
Register --test-no NETW-3030 --weight L --network NO --category security --description "Checking DHCP client status"
if [ ${SKIPTEST} -eq 0 ]; then
- IsRunning dhclient
+ IsRunning dhclient || IsRunning dhcpd
if [ ${RUNNING} -eq 1 ]; then
Display --indent 2 --text "- Checking status DHCP client" --result "${STATUS_RUNNING}" --color WHITE
DHCP_CLIENT_RUNNING=1