]> git.pld-linux.org Git - packages/VMware-workstation.git/commitdiff
- killed trailing spaces/tabs
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 8 Dec 2005 01:02:48 +0000 (01:02 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    VMware-workstation.init -> 1.20

VMware-workstation.init

index 485e0444f0c262d3d6671f9320729c644d8c0b4d..5b88f5bbe7b3f2cbdb87cbf380de5bbbcf53ee62 100755 (executable)
@@ -32,11 +32,11 @@ vmnet_cfg="$vmware_etc_dir"/vmnet.conf
 for f in $vmware_locations $vmnet_cfg; do
        if [ -r $f ]; then
                . $f
-       else    
+       else
                echo "FATAL: Unable to read $f"
                exit 1
        fi
-done   
+done
 
 # System wide functions
 . /etc/rc.d/init.d/functions
@@ -50,7 +50,7 @@ vmware_create_vmnet() {
        mknod -m 600 "$vDevice" c 119 "$vHubNr"
     fi
 }
-                 
+
 #
 # Create a temporary directory
 #
@@ -296,7 +296,7 @@ case "$1" in
   start)
        if [ -f /var/lock/subsys/"$subsys" ]; then
                msg_already_running "VMware Workstation networking"
-       fi      
+       fi
        # Try to load parport_pc. Failure is allowed as it does not exist
        # on kernels 2.0
        /sbin/modprobe parport_pc >/dev/null 2>&1
@@ -356,7 +356,7 @@ case "$1" in
        fi
        if [ ! -f /var/lock/subsys/"$subsys" ]; then
                msg_not_running "VMware Workstation networking"
-       fi      
+       fi
        # Try to unload parport_pc. Failure is allowed as it does not exist
        # on kernels 2.0, and some other process could be using it.
        /sbin/modprobe -r parport_pc >/dev/null 2>&1
This page took 0.066264 seconds and 4 git commands to generate.