pkgsrc/emulators/vmware-module3/MESSAGE
jlam 3ba41e8b0c Drop use of INSTALL_SRC and DEINSTALL_SRC and instead set the proper
variables so that the default INSTALL/DEINSTALL scripts from the
pkginstall framework do the right thing.  Where possible, move some
post-install directions for package setup into MESSAGE files so that
they may be re-inspected by querying the installed package using
"pkg_info -D ...".
2006-07-05 06:53:12 +00:00

23 lines
653 B
Text

===========================================================================
$NetBSD: MESSAGE,v 1.1 2006/07/05 06:53:12 jlam Exp $
To use ${PKGNAME}, you will need to copy the following files from
${PREFIX}/etc/rc.d to /etc/rc.d:
linuxrtc vmmon vmnet vmnetif
and append the following content to /etc/rc.conf:
vmware_prefix="${PREFIX}"
vmmon=YES
vmnet=YES
linuxrtc=NO
# XXX should cater for multiple interfaces
vmnetif=YES
vmnetifname=vmnet1
vmnetdev=/dev/vmnet1
vmnetifconfig="inet 172.16.212.1 netmask 0xffffff00"
vmnetif_use_dhcpd=NO
Then, reboot your system.
===========================================================================