1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

Synchronize with vmware2.

This commit is contained in:
Akinori MUSHA 2000-04-04 19:15:04 +00:00
parent a42adeafdd
commit 4a1f3dc060
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=27330
2 changed files with 6 additions and 19 deletions

View File

@ -45,12 +45,8 @@ MAN1= vmware.1
BROKEN= "Systems prior to 400013 is out of support"
.endif
.if exists(/modules/linprocfs.ko) || exists(${PREFIX}/modules/linprocfs.ko)
HAVE_LINPROCFS= yes
.endif
.if !defined(HAVE_LINPROCFS)
BROKEN= "You need Linux procfs to run this software"
.if !defined(HAVE_LINPROCFS) && !exists(/modules/linprocfs.ko) && !exists(${PREFIX}/modules/linprocfs.ko)
BROKEN= "This software absolutely requires Linux procfs support"
.endif
.if exists(${WRKDIRPREFIX}${.CURDIR}/work/Makefile.inc.net)

View File

@ -1,20 +1,11 @@
************************************************************
Add the following entry to /etc/fstab:
Get Linux procfs ready and initialize vmmon/vmnet as follows:
linproc /compat/linux/proc linprocfs rw 0 0
and you can play with VMware after the next boot.
Or hit the following commands to play now. :)
/sbin/mount_linprocfs linproc /compat/linux/proc
${PREFIX}/etc/rc.d/vmware.sh start
Also, consider making a link /compat/linux/tmp if your /tmp
doesn't have sufficient free space or is slow. VMware uses
/tmp to back the VM's memory.
then you'll be ready to start vmware.
e.g.
ln -s /usr/tmp /compat/linux/tmp
Don't miss the documents installed:
vmware(1) ${PREFIX}/share/doc/vmware/*
************************************************************