diff options
Diffstat (limited to 'emulators/vmware-module3/INSTALL')
-rw-r--r-- | emulators/vmware-module3/INSTALL | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/emulators/vmware-module3/INSTALL b/emulators/vmware-module3/INSTALL deleted file mode 100644 index 73929740cce..00000000000 --- a/emulators/vmware-module3/INSTALL +++ /dev/null @@ -1,30 +0,0 @@ -#!/bin/sh -# -# $NetBSD: INSTALL,v 1.2 2003/08/30 20:22:52 jlam Exp $ - -case $2 in -POST-INSTALL) - /bin/cat << EOF -=========================================================================== -Copy the following files from ${PKG_PREFIX}/etc/rc.d to /etc/rc.d: - -linuxrtc vmmon vmnet vmnetif - -and append the content of ${PKG_PREFIX}/etc/rc.conf.d/vmware to /etc/rc.conf: - -vmware_prefix=${PKG_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. -=========================================================================== -EOF - ;; -esac |