1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

Load vmnet too.

This commit is contained in:
Martin Blapp 2003-04-13 03:15:23 +00:00
parent 91c37b4bb6
commit 1bf92a5edd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=78834

View File

@ -46,6 +46,7 @@ exec >/dev/null
case $1 in
start)
kldstat -v | grep vmmon >/dev/null || kldload ${vmware_libdir}/modules/vmmon_${suffix}.ko
kldstat -v | grep vmnet >/dev/null || kldload ${vmware_libdir}/modules/vmnet.ko
if [ $networking -eq 1 ]; then
kldstat -v | grep if_tap >/dev/null || kldload if_tap.ko
if [ ! -e $dev_vmnet1 ]; then