]> git.pld-linux.org Git - packages/VMware-server.git/blame_incremental - VMware-server-initscript.patch
- drop obsolete and outdated manual inclusion of rpm macros
[packages/VMware-server.git] / VMware-server-initscript.patch
... / ...
CommitLineData
1--- vmware-server-distrib/installer/services.sh~ 2008-04-07 21:10:24.108183178 +0300
2+++ vmware-server-distrib/installer/services.sh 2008-04-07 21:11:52.688130231 +0300
3@@ -755,7 +755,7 @@
4 }
5
6 vmware_load_module() {
7- /sbin/insmod -s -f "/lib/modules/`uname -r`/misc/$1.o" || exit 1
8+ /sbin/modprobe $1 || exit 1
9 return 0
10 }
11
This page took 0.044818 seconds and 4 git commands to generate.