[Pkg-xen-changes] r671 - trunk/xen-common/debian
Bastian Blank
waldi at alioth.debian.org
Sun Nov 15 15:16:20 UTC 2009
Author: waldi
Date: Sun Nov 15 15:16:14 2009
New Revision: 671
Log:
* debian/changelog: Update.
* debian/xen-utils-common.xend.init: Use $XEND.
Modified:
trunk/xen-common/debian/changelog
trunk/xen-common/debian/xen-utils-common.xend.init
Modified: trunk/xen-common/debian/changelog
==============================================================================
--- trunk/xen-common/debian/changelog Sun Nov 15 15:13:43 2009 (r670)
+++ trunk/xen-common/debian/changelog Sun Nov 15 15:16:14 2009 (r671)
@@ -2,6 +2,7 @@
* New upstream version.
* Check for correct hypervisor type.
+ * Fix xend stop. (closes: #555902)
-- Bastian Blank <waldi at debian.org> Sun, 23 Aug 2009 13:07:18 +0200
Modified: trunk/xen-common/debian/xen-utils-common.xend.init
==============================================================================
--- trunk/xen-common/debian/xen-utils-common.xend.init Sun Nov 15 15:13:43 2009 (r670)
+++ trunk/xen-common/debian/xen-utils-common.xend.init Sun Nov 15 15:16:14 2009 (r671)
@@ -49,8 +49,8 @@
xend_stop()
{
- $DAEMON status || return 0
- $DAEMON stop || return 1
+ $XEND status || return 0
+ $XEND stop || return 1
}
xenconsoled_start()
More information about the Pkg-xen-changes
mailing list