summaryrefslogtreecommitdiff
path: root/emulators/vmware3
diff options
context:
space:
mode:
authorAlexander Langer <alex@FreeBSD.org>2003-02-11 21:10:04 +0000
committerAlexander Langer <alex@FreeBSD.org>2003-02-11 21:10:04 +0000
commit2c79ac7fa43fdff3b3d5f84834ee61b09dd293cc (patch)
treee2621bf0c8dc829be555b92436becd616000f659 /emulators/vmware3
parentRemove old patches. (diff)
Fix this on 5.0. It isn't enough to "echo -n" to /compat/linux/dev/vmnet1,
but you also need to do this with /dev/vmnet1 in days of devfs. This has been in my tree for months now.
Notes
Notes: svn path=/head/; revision=75316
Diffstat (limited to 'emulators/vmware3')
-rw-r--r--emulators/vmware3/files/vmware.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/emulators/vmware3/files/vmware.sh b/emulators/vmware3/files/vmware.sh
index a5d8029ee831..2f4172c246d4 100644
--- a/emulators/vmware3/files/vmware.sh
+++ b/emulators/vmware3/files/vmware.sh
@@ -46,6 +46,8 @@ exec >/dev/null
case $1 in
start)
kldstat -v | grep vmmon >/dev/null || kldload ${vmware_libdir}/modules/vmmon_${suffix}.ko
+ echo -n > /dev/vmnet1
+ echo -n > /dev/vmnet1
if [ $networking -eq 1 ]; then
kldstat -v | grep if_tap >/dev/null || kldload if_tap.ko
if [ ! -e $dev_vmnet1 ]; then