# HG changeset patch # User Keir Fraser # Date 1194692127 0 # Node ID a790ad6ef0732b8ce77cc7c81ac7e63f7bfb9dd5 # Parent afd7d5c96e093b60b90cd0f601cf608eeb64a0f3 solaris, xend: Fix FMRI for Solaris SMF. Update the FMRI for SMF to reflect reality (again). Signed-off-by: John Levon diff -r afd7d5c96e09 -r a790ad6ef073 tools/python/xen/lowlevel/scf/scf.c --- a/tools/python/xen/lowlevel/scf/scf.c Sat Nov 10 10:54:32 2007 +0000 +++ b/tools/python/xen/lowlevel/scf/scf.c Sat Nov 10 10:55:27 2007 +0000 @@ -26,7 +26,7 @@ #include #include -#define XEND_FMRI "svc:/system/xctl/xend:default" +#define XEND_FMRI "svc:/system/xvm/xend:default" #define XEND_PG "config" static PyObject *scf_exc;