]> git.pld-linux.org Git - packages/VMware-server.git/blame - VMware-server-initscript.patch
- patch rc-inetd support, kernel modules loading
[packages/VMware-server.git] / VMware-server-initscript.patch
CommitLineData
e4f76b0b
ER
1--- vmware-server-distrib/installer/services.sh 2007-11-09 14:22:04.000000000 +0200
2+++ vmware-server-distrib/installer/services.sh 2008-04-07 15:59:41.008239077 +0300
3@@ -681,7 +681,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 exit 0
10 }
11
This page took 0.058489 seconds and 4 git commands to generate.