[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-changelog] [xen-unstable] xend: suppress errors during capabilities check



# HG changeset patch
# User Keir Fraser <keir.fraser@xxxxxxxxxx>
# Date 1274090196 -3600
# Node ID 8d274f678da6017c8c3ea31280f2e6f3eef4f235
# Parent  c2b9eec52398f39a06d54b8a6fa0d0e1ed544abd
xend: suppress errors during capabilities check

Signed-off-by: Keir Fraser <keir.fraser@xxxxxxxxxx>
---
 tools/hotplug/Linux/init.d/xend |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -r c2b9eec52398 -r 8d274f678da6 tools/hotplug/Linux/init.d/xend
--- a/tools/hotplug/Linux/init.d/xend   Mon May 17 10:54:46 2010 +0100
+++ b/tools/hotplug/Linux/init.d/xend   Mon May 17 10:56:36 2010 +0100
@@ -31,7 +31,7 @@ then
        mount -t xenfs xenfs /proc/xen
 fi
 
-if ! grep -q "control_d" /proc/xen/capabilities ; then
+if ! grep -qs "control_d" /proc/xen/capabilities ; then
        exit 0
 fi
 

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.