[Pkg-xen-changes] r159 - trunk/xen-3.0/debian

Guido Trotter ultrotter at costa.debian.org
Fri Apr 7 06:03:54 UTC 2006


Author: ultrotter
Date: 2006-04-07 06:03:53 +0000 (Fri, 07 Apr 2006)
New Revision: 159

Modified:
   trunk/xen-3.0/debian/xen-utils-3.0.xend.init
Log:
Merge upstream fix to xend init.d config file (changeset 9591) that avoids xend
trying to start in an unprivileged domain.


Modified: trunk/xen-3.0/debian/xen-utils-3.0.xend.init
===================================================================
--- trunk/xen-3.0/debian/xen-utils-3.0.xend.init	2006-04-06 13:28:08 UTC (rev 158)
+++ trunk/xen-3.0/debian/xen-utils-3.0.xend.init	2006-04-07 06:03:53 UTC (rev 159)
@@ -7,6 +7,7 @@
 
 test -x $DAEMON || exit 0
 test -e /proc/xen/privcmd || exit 0
+grep -q "control_d" /proc/xen/capabilities || exit 0
 
 # Wait for Xend to be up
 await_daemons_up () {




More information about the Pkg-xen-changes mailing list