# HG changeset patch # User cl349@firebug.cl.cam.ac.uk # Date 1126027108 0 # Node ID 6d7b05e1c1e5038d34cab546bb3d50f12127c6e1 # Parent d4d69c509371fc2019156cb1bf76a62c89d44bb6 Disable xcs stop from xend script since it kills xenstored now. Signed-off-by: Christian Limpach diff -r d4d69c509371 -r 6d7b05e1c1e5 tools/misc/xend --- a/tools/misc/xend Tue Sep 06 17:00:25 2005 +0000 +++ b/tools/misc/xend Tue Sep 06 17:18:28 2005 +0000 @@ -151,10 +151,8 @@ def main(): start_consoled() return daemon.start(trace=1) elif sys.argv[1] == 'stop': - stop_xcs() return daemon.stop() elif sys.argv[1] == 'restart': - stop_xcs() start_xcs() start_xenstored() start_consoled()