]> git.pld-linux.org Git - packages/VMware-workstation.git/commitdiff
- added remove vmmon
authorkolodko <kolodko@pld-linux.org>
Thu, 30 Sep 2004 18:32:50 +0000 (18:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    VMware-workstation.init -> 1.16

VMware-workstation.init

index 83e9df89528ed4b3d93cc2bbd032abc2e56392f9..93146bf102601d3812eeec140785740fb28e9995 100755 (executable)
@@ -393,6 +393,12 @@ case "$1" in
                        fi
                        vHubNr=$(($vHubNr + 1))
                done
+               msg_stopping 'Virtual machine monitor'
+               busy
+               if /sbin/lsmod | grep -q ^"$driver"; then
+                       /sbin/rmmod "$driver"
+               fi
+               [ "$?" -eq "0" ] && ok || fail
                msg_stopping 'Virtual ethernet'
                busy
                if /sbin/lsmod | grep -q ^"$vnet"; then
This page took 0.095019 seconds and 4 git commands to generate.