On Wed, 15 Jun 2005 11:29:40 +0200, Jules Colding wrote:

> The only such kernel module I have is the VMware 5.0 module. The vm-
> config.pl script compiles the kernel module, IIRC. This seems to
> indicate that I only need to re-configure VMware. A complete re-emerge
> should not be needed. 
> 
> Am I correct here?

Yes, you only need to run vmware-config.pl. You can do it automatically
by adding the following to /etc/conf.d/local.stop:
# Rebuild VMware modules if needed
if [ -f /etc/vmware/not_configured ]; then
        / opt/ vmware/bin/vmware-config.pl default
        rm -f /etc/vmware/not_configured
        fi


-- 
Neil Bothwick

I can't walk on water, but I can stagger on alcohol.

Attachment: pgpvfn8fL15EI.pgp
Description: PGP signature

Reply via email to