mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-30 21:49:25 +00:00
9225c521c3
- Make portlint satisfy - Avoid creating files out of WRKDIR - Remove the void directory "patch" (What ever was this?) - Adjust whitespace - Fix some ungrammatical wordings - Modify COMMENT and DESCR - Drop fakeprocfs support due to the import of Linux procfs to the base system - Show MESSAGE after installation - Change maintainer to the -emulation list because: - Vladimir seems too busy or unreachable these days - This port depends very much on Linux compatibility stuff - Get it to check if the system has Linux procfs module and stop if not PR: ports/16960 (add WWW to DESCR) No response by: maintainer
14 lines
394 B
Plaintext
14 lines
394 B
Plaintext
************************************************************
|
|
Add the following entry to /etc/fstab:
|
|
|
|
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
|
|
/usr/local/etc/rc.d/vmware.sh start
|
|
|
|
************************************************************
|