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>2016-10-27 11:06:41 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2016-10-27 11:06:41 +0300
commite0ea967f0173079c79cc45ac2934a7d6eae776eb (patch)
tree6640e63c9fdcbe5d5e51b6dbec6fc62e332f8a3e
parent1cebc05b097a8d82793b5151676bcdc3f829925e (diff)
[NETW-3004] add macOS support
-rw-r--r--include/tests_networking2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tests_networking b/include/tests_networking
index 33e889ce..b2534e4b 100644
--- a/include/tests_networking
+++ b/include/tests_networking
@@ -228,7 +228,7 @@
FIND=`${IFCONFIGBINARY} -a | ${AWKBINARY} '{ if ( $2 == "Link" ) { print $1 }}'`
fi
;;
- DragonFly|FreeBSD|NetBSD)
+ DragonFly|FreeBSD|MacOS|NetBSD)
FIND=`${IFCONFIGBINARY} -l`
;;
OpenBSD|Solaris)