[Pkg-xen-devel] Bug#538073: /etc/init.d/xend: typo in xend_stop

Anders Kaseorg andersk at MIT.EDU
Wed Jul 22 21:27:22 UTC 2009


Package: xen-utils-common
Version: 3.3.1-2
Tags: patch

xend_stop currently fails because the script defines $XEND rather than 
$DAEMON.

--- xen-common/debian/xen-utils-common.xend.init
+++ xen-common/debian/xen-utils-common.xend.init
@@ -49,8 +49,8 @@ xend_start()
 
 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-devel mailing list