Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 122500 | Differences between
and this patch

Collapse All | Expand All

(-)vmware-server-distrib/installer/services.sh (-1 / +1 lines)
Lines 538-544 Link Here
538
}
538
}
539
539
540
vmware_load_module() {
540
vmware_load_module() {
541
   /sbin/insmod -s -f "/lib/modules/`uname -r`/misc/$1.o" || exit 1
541
   /sbin/modprobe -s -f "$1" || exit 1
542
   exit 0
542
   exit 0
543
}
543
}
544
544

Return to bug 122500