From: Elan Ruusamäe Date: Mon, 7 Apr 2008 13:21:38 +0000 (+0000) Subject: - use modprobe to load kernel modules as module location and extension could vary... X-Git-Tag: VMware-server-2_0_63231-0_5~1 X-Git-Url: https://git.pld-linux.org/?p=packages%2FVMware-server.git;a=commitdiff_plain;h=e4f76b0b1918ea937a7016f0e913b087f282faa7 - use modprobe to load kernel modules as module location and extension could vary. really Changed files: VMware-server-initscript.patch -> 1.1 --- diff --git a/VMware-server-initscript.patch b/VMware-server-initscript.patch new file mode 100644 index 0000000..4741bba --- /dev/null +++ b/VMware-server-initscript.patch @@ -0,0 +1,11 @@ +--- vmware-server-distrib/installer/services.sh 2007-11-09 14:22:04.000000000 +0200 ++++ vmware-server-distrib/installer/services.sh 2008-04-07 15:59:41.008239077 +0300 +@@ -681,7 +681,7 @@ + } + + vmware_load_module() { +- /sbin/insmod -s -f "/lib/modules/`uname -r`/misc/$1.o" || exit 1 ++ /sbin/modprobe $1 || exit 1 + exit 0 + } +