]> git.pld-linux.org Git - packages/VMware-server.git/blob - VMware-server-initscript.patch
- patch rc-inetd support, kernel modules loading
[packages/VMware-server.git] / VMware-server-initscript.patch
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.046486 seconds and 3 git commands to generate.