pkgsrc/sysutils/xentools12/patches/patch-ad
cl 05e1952f64 add xentools12 package:
The Xen virtual machine monitor allows running several virtual machines
on a single physical machine.  The xentools12 package contains the
tools to create, destroy and control the virtual machines.

The xentools12 package contains the tools for Xen v1.2.
2004-05-08 18:24:00 +00:00

13 lines
390 B
Text

$NetBSD: patch-ad,v 1.1 2004/05/08 18:24:00 cl Exp $
--- examples/xc_dom_create.py.orig 2004-04-18 04:29:16.000000000 +0200
+++ examples/xc_dom_create.py
@@ -2,7 +2,7 @@
import Xc, XenoUtil, string, sys, os, time, socket, getopt, signal, syslog
-config_dir = '/etc/xc/'
+config_dir = '@PKG_SYSCONFDIR@/'
config_file = xc_config_file = config_dir + 'defaults'
def main_usage ():