|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] [PATCH] correct test for /proc/xen/capabilities in xencommon
Correct test for /proc/xen/capabilities
It is a file, not a directory.
Signed-off-by: Olaf Hering <olaf@xxxxxxxxx>
---
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@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-devel] [PATCH] correct test for /proc/xen/capabilities in xencommons runlevel script,
Olaf Hering <=
|
|
|
|
|