Index: root/xen-unstable.hg/tools/python/xen/xm/rmlabel.py =================================================================== --- root.orig/xen-unstable.hg/tools/python/xen/xm/rmlabel.py +++ root/xen-unstable.hg/tools/python/xen/xm/rmlabel.py @@ -57,7 +57,8 @@ def rm_domain_label(configfile): fd = None file = None if configfile[0] == '/': - fd = open(configfile, "rb") + file = configfile + fd = open(file, "rb") else: for prefix in [".", "/etc/xen"]: file = prefix + "/" + configfile