Olaf Hering
2010-Jul-23 21:05 UTC
[Xen-devel] [PATCH] correct test for /proc/xen/capabilities in xencommons runlevel script
Correct test for /proc/xen/capabilities It is a file, not a directory. Signed-off-by: Olaf Hering <olaf@aepfle.de> --- tools/hotplug/Linux/init.d/xencommons | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- xen-unstable.hg-4.1.21836.orig/tools/hotplug/Linux/init.d/xencommons +++ xen-unstable.hg-4.1.21836/tools/hotplug/Linux/init.d/xencommons @@ -26,7 +26,7 @@ shopt -s extglob if test "x$1" = xstart && \ test -d /proc/xen && \ - ! test -d /proc/xen/capabilities && \ + ! test -f /proc/xen/capabilities && \ ! grep ''^xenfs '' /proc/mounts >/dev/null; then mount -t xenfs xenfs /proc/xen _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel