diff options
-rw-r--r-- | emulators/vmware3/files/vmware.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/vmware3/files/vmware.sh b/emulators/vmware3/files/vmware.sh index 34689d16b011..475cc340a309 100644 --- a/emulators/vmware3/files/vmware.sh +++ b/emulators/vmware3/files/vmware.sh @@ -45,8 +45,8 @@ 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 + kldstat -v | grep vmmon >/dev/null || kldload ${vmware_libdir}/lib/modules/vmmon_${suffix}.ko + kldstat -v | grep vmnet >/dev/null || kldload ${vmware_libdir}/lib/modules/vmnet.ko if [ $networking -eq 1 ]; then kldstat -v | grep if_tap >/dev/null || kldload if_tap.ko if [ ! -e $dev_vmnet1 ]; then |