Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12:Update
xen.950
xend-remove-xm-deprecation-warning.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File xend-remove-xm-deprecation-warning.patch of Package xen.950
Index: xen-4.4.0-testing/tools/python/xen/xm/xm =================================================================== --- xen-4.4.0-testing.orig/tools/python/xen/xm/xm +++ xen-4.4.0-testing/tools/python/xen/xm/xm @@ -4,17 +4,17 @@ import sys, os.path from xen.xm import main -print >>sys.stderr, ("WARNING: xend/xm is deprecated.") - -if not os.path.exists("/var/run/xm-deprecation-long-warning"): - print >>sys.stderr, (""" -xend is deprecated and scheduled for removal. Please migrate to another -toolstack ASAP. - -See http://wiki.xen.org/wiki/Choice_of_Toolstacks for information on -other alternatives, including xl which is designed to be a drop in -replacement for xm (http://wiki.xen.org/wiki/XL). -""") - open("/var/run/xm-deprecation-long-warning", "w").close() +#print >>sys.stderr, ("WARNING: xend/xm is deprecated.") +# +#if not os.path.exists("/var/run/xm-deprecation-long-warning"): +# print >>sys.stderr, (""" +#xend is deprecated and scheduled for removal. Please migrate to another +#toolstack ASAP. +# +#See http://wiki.xen.org/wiki/Choice_of_Toolstacks for information on +#other alternatives, including xl which is designed to be a drop in +#replacement for xm (http://wiki.xen.org/wiki/XL). +#""") +# open("/var/run/xm-deprecation-long-warning", "w").close() main.main(sys.argv)
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor