diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2000-07-31 21:56:38 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2000-07-31 21:56:38 +0000 |
commit | d0b29340874a37444f44629823040c67189c7ee6 (patch) | |
tree | 49422d7836beea8b48e9f4b881a63024c1acf67b /emulators/vmware2/pkg-plist | |
parent | Upgrade from 0.50-13 to 0.50.8-2. (diff) |
Merge with Vladimir's latest version.
- Add support for FreeBSD bridging facility. To use it, you need a
kernel built with `options BRIDGE'.
- Integrate vmnet and if_tap code into vmmon module.
- Install vmmon/vmnet1 pseudo-device nodes under /compat/linux/dev
instead of /dev
- Set TMPDIR to /var/tmp if empty.
- Change MAINTAINER back to Vladimir N. Silyaev <vns@delta.odessa.ua>,
now he is back and being active. :)
Diffstat (limited to 'emulators/vmware2/pkg-plist')
-rw-r--r-- | emulators/vmware2/pkg-plist | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/emulators/vmware2/pkg-plist b/emulators/vmware2/pkg-plist index 35122c42a73d..20c1c47c410c 100644 --- a/emulators/vmware2/pkg-plist +++ b/emulators/vmware2/pkg-plist @@ -72,7 +72,6 @@ lib/vmware/lib/help/Wizpath.htm lib/vmware/lib/help/toc.htm lib/vmware/lib/modules/vmmon_smp.ko lib/vmware/lib/modules/vmmon_up.ko -lib/vmware/lib/modules/vmnet.ko lib/vmware/lib/xkeymap/be101 lib/vmware/lib/xkeymap/be104 lib/vmware/lib/xkeymap/chde101 @@ -121,9 +120,9 @@ share/doc/vmware/SAMBA-LICENSE @exec mknod /compat/linux/dev/hda b 0 0x00010002 @exec mknod /compat/linux/dev/hdb b 0 0x0001000a @exec ln -s %D/etc/vmware /etc/vmware -@exec mknod /dev/vmmon c 200 0 -@exec mknod /dev/vmnet1 c 201 1 -@unexec rm -f /etc/vmware /dev/vmmon /dev/vmnet1 /compat/linux/bin/df /compat/linux/dev/tty[0-9]* /compat/linux/dev/hd? /compat/linux/dev/null +@exec mknod /compat/linux/dev/vmmon c 200 0 +@exec mknod /compat/linux/dev/vmnet1 c 149 65537 +@unexec rm -f /etc/vmware /compat/linux/dev/vmmon /compat/linux/dev/vmnet1 /compat/linux/bin/df /compat/linux/dev/tty[0-9]* /compat/linux/dev/hd? /compat/linux/dev/null @dirrm etc/vmware @dirrm lib/vmware/bin @dirrm lib/vmware/lib/floppies |