Anders Kaseorg
2009-Jul-22 21:27 UTC
[Pkg-xen-devel] Bug#538073: /etc/init.d/xend: typo in xend_stop
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()
Reasonably Related Threads
- Bug#597403: xen-utils-common: need to run restorecon in /etc/init.d/xend on SE Linux systems
- Bug#742397: xen-utils-common: /etc/init.d/dom0weight is hardcoded to use xm
- Bug#764912: xen-utils-common: needs to apply SE Linux labels after creating directories in start script
- Bug#555902: xen-utils-3.4: /etc/init.d/xend - $DAEMON variable at xend_stop()
- Bug#678719: xen-utils-common: please label all created directories for SE Linux
