[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-4.0-testing] xend: suppress errors during capabilities check
# HG changeset patch # User Keir Fraser <keir.fraser@xxxxxxxxxx> # Date 1274269095 -3600 # Node ID 95d531fe5ef4679c0a0b9f0851c5c442454d9462 # Parent cba70e8639fffb93407bc7b70e4006b40705ffff xend: suppress errors during capabilities check Signed-off-by: Keir Fraser <keir.fraser@xxxxxxxxxx> xen-unstable changeset: 21402:8d274f678da6 xen-unstable date: Mon May 17 10:56:36 2010 +0100 --- tools/hotplug/Linux/init.d/xend | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -r cba70e8639ff -r 95d531fe5ef4 tools/hotplug/Linux/init.d/xend --- a/tools/hotplug/Linux/init.d/xend Sat May 15 08:39:03 2010 +0100 +++ b/tools/hotplug/Linux/init.d/xend Wed May 19 12:38:15 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
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |