[NETW-3004] add macOS support

This commit is contained in:
Michael Boelen 2016-10-27 10:06:41 +02:00
parent 1cebc05b09
commit e0ea967f01

View File

@ -228,7 +228,7 @@
FIND=`${IFCONFIGBINARY} -a | ${AWKBINARY} '{ if ( $2 == "Link" ) { print $1 }}'` FIND=`${IFCONFIGBINARY} -a | ${AWKBINARY} '{ if ( $2 == "Link" ) { print $1 }}'`
fi fi
;; ;;
DragonFly|FreeBSD|NetBSD) DragonFly|FreeBSD|MacOS|NetBSD)
FIND=`${IFCONFIGBINARY} -l` FIND=`${IFCONFIGBINARY} -l`
;; ;;
OpenBSD|Solaris) OpenBSD|Solaris)