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

xen-xendomains.init

index ac2b273fd7ccea7a37aa428c58de2ab6cba29062..4ea87e0008b6fd3c58bc1aec1facc13581c2bc15 100644 (file)
@@ -23,7 +23,7 @@
 # Default-Start:     3 4 5
 # Default-Stop:      0 1 2 6
 # Short-Description: Start/stop secondary xen domains
-# Description:       Start / stop domains automatically when domain 0 
+# Description:       Start / stop domains automatically when domain 0
 #                    boots / shuts down.
 ### END INIT INFO
 
@@ -63,7 +63,7 @@ elif [ -r $INITD/functions ]; then
        else
            failure
        fi
-       
+
        echo
     }
 else
@@ -87,7 +87,7 @@ start() {
     # AUTODIR - they could just be symlinks to files elsewhere
     if [ -d $AUTODIR ] && [ $(ls $AUTODIR | wc -l) -gt 0 ]; then
        touch $LOCKFILE
-       
+
        # Create all domains with config files in AUTODIR.
        for dom in  $AUTODIR/*; do
            xm create --quiet --defconfig $dom
@@ -107,7 +107,7 @@ stop()
     # AUTODIR/*
     # This is because it's easier to do ;-) but arguably if this script is run
     # on system shutdown then it's also the right thing to do.
-    
+
     echo -n $"Shutting down all Xen domains:"
 
     xm shutdown --all --wait --halt
This page took 0.10075 seconds and 4 git commands to generate.