]> git.pld-linux.org Git - packages/VMware-server.git/commitdiff
- use modprobe to load kernel modules as module location and extension could vary...
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 7 Apr 2008 13:21:38 +0000 (13:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    VMware-server-initscript.patch -> 1.1

VMware-server-initscript.patch [new file with mode: 0644]

diff --git a/VMware-server-initscript.patch b/VMware-server-initscript.patch
new file mode 100644 (file)
index 0000000..4741bba
--- /dev/null
@@ -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
+ }
This page took 0.02925 seconds and 4 git commands to generate.