diff options
author | wiz <wiz@pkgsrc.org> | 2002-11-06 00:14:26 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-11-06 00:14:26 +0000 |
commit | a612d312ad6f2c24a323fac79e8c1a1ff326d713 (patch) | |
tree | b2006361edb0c6cd5f8fd48cb71736f57e8d7ae3 /emulators/vmware-module/INSTALL | |
parent | 1a0e1b882c938b1b562fd65e83c17c3ea1e59840 (diff) | |
download | pkgsrc-a612d312ad6f2c24a323fac79e8c1a1ff326d713.tar.gz |
Do not mention rc.d/vmware, since it does not exist.
Noted by Lubos Vrbka in PR 18490.
Diffstat (limited to 'emulators/vmware-module/INSTALL')
-rw-r--r-- | emulators/vmware-module/INSTALL | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/emulators/vmware-module/INSTALL b/emulators/vmware-module/INSTALL index 4c54ca1ee36..0ce6e629bb1 100644 --- a/emulators/vmware-module/INSTALL +++ b/emulators/vmware-module/INSTALL @@ -1,6 +1,6 @@ #!/bin/sh # -# $NetBSD: INSTALL,v 1.1 2001/10/31 23:54:09 zuntum Exp $ +# $NetBSD: INSTALL,v 1.2 2002/11/06 00:14:26 wiz Exp $ case $2 in PRE-INSTALL) @@ -10,9 +10,9 @@ POST-INSTALL) =========================================================================== Copy the following files from ${PKG_PREFIX}/etc/rc.d to /etc/rc.d: -linuxrtc vmmon vmnet vmnetif vmware +linuxrtc vmmon vmnet vmnetif -and append the content of ${PKG_PREFIX}/etc/rc.conf.d to /etc/rc.conf: +and append the content of ${PKG_PREFIX}/etc/rc.conf.d/vmware to /etc/rc.conf: vmware_prefix=${PKG_PREFIX} vmmon=YES |