summaryrefslogtreecommitdiff
path: root/sysutils/xentools12/patches/patch-ad
blob: 6102f862ef40fb1679a6d13871103fee4c39b29f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$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 ():