09edac3ab5
The Xen virtual machine monitor allows running several virtual machines on a single physical machine. The xentools33 package contains the tools to create, destroy and control the virtual machines. The xentools33 package contains the tools for Xen 3.3.x
16 lines
505 B
Text
16 lines
505 B
Text
$NetBSD: patch-eg,v 1.1.1.1 2008/08/07 20:26:58 cegger Exp $
|
|
|
|
--- xm-test/runtest.sh.orig 2008-08-01 16:38:07.000000000 +0200
|
|
+++ xm-test/runtest.sh
|
|
@@ -220,9 +220,9 @@ unsafe=no
|
|
GROUPENTERED=default
|
|
|
|
#Prepare for usage with ACM
|
|
-if [ -d /etc/xen/acm-security/policies ]; then
|
|
+if [ -d @XENDCONFDIR@/acm-security/policies ]; then
|
|
cp -f tests/security-acm/xm-test-security_policy.xml \
|
|
- /etc/xen/acm-security/policies
|
|
+ @XENDCONFDIR@/acm-security/policies
|
|
fi
|
|
|
|
unset XM_MANAGED_DOMAINS
|