[Pkg-xen-changes] r1111 - branches/wheezy/xen/debian

Bastian Blank waldi at alioth.debian.org
Tue Sep 18 11:16:06 UTC 2012


Author: waldi
Date: Tue Sep 18 11:16:06 2012
New Revision: 1111

Log:
debian/xen-utils-common.xendomains.init: Remove unnecessary check.

Modified:
   branches/wheezy/xen/debian/xen-utils-common.xendomains.init

Modified: branches/wheezy/xen/debian/xen-utils-common.xendomains.init
==============================================================================
--- branches/wheezy/xen/debian/xen-utils-common.xendomains.init	Tue Sep 18 11:15:45 2012	(r1110)
+++ branches/wheezy/xen/debian/xen-utils-common.xendomains.init	Tue Sep 18 11:16:06 2012	(r1111)
@@ -187,11 +187,9 @@
     log_action_end_msg $?
   done < <(/usr/lib/xen-common/bin/xen-init-list)
   while read id name rest; do
-    if check_running "$name"; then
-      log_action_begin_msg "Waiting for Xen domain $name ($id) to shut down"
-      timeout_domain "$name" "$XENDOMAINS_STOP_MAXWAIT"
-      log_action_end_msg $?
-    fi
+    log_action_begin_msg "Waiting for Xen domain $name ($id) to shut down"
+    timeout_domain "$name" "$XENDOMAINS_STOP_MAXWAIT"
+    log_action_end_msg $?
   done < <(/usr/lib/xen-common/bin/xen-init-list)
 }
 



More information about the Pkg-xen-changes mailing list