diff options
author | Max Khon <fjoe@FreeBSD.org> | 2003-10-21 15:46:37 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2003-10-21 15:46:37 +0000 |
commit | 9fab0bac234744f534045e76866bf67a993cdff9 (patch) | |
tree | c6dfa6ee5921f9e3e0e13b71b98c61e36fa0410e /emulators/vmware3 | |
parent | Since the bktr(4) driver does not exist on every (diff) |
Libdir points to other directory.
Diffstat (limited to 'emulators/vmware3')
-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 |