# HG changeset patch # User Richie # Date 1273938512 14400 # Node ID cc3ed74cfef3f4504712d1d53c0af8c8940e9ab8 # Parent baccadfd9418b8dee931945e5752cb118f5bf3cb xend: suppress errors during capabilities check diff -r baccadfd9418 -r cc3ed74cfef3 tools/hotplug/Linux/init.d/xend --- a/tools/hotplug/Linux/init.d/xend Fri May 14 08:05:05 2010 +0100 +++ b/tools/hotplug/Linux/init.d/xend Sat May 15 11:48:32 2010 -0400 @@ -31,7 +31,7 @@ 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