os-cmpi-xen
diff provider-register.sh @ 1:bdf24cd56bed
Initial change to make the provider work with libvirt and openwbem.
author | jfehlig@jfehlig1.provo.novell.com |
---|---|
date | Wed Apr 26 12:28:36 2006 -0600 (2006-04-26) |
parents | 72b83cde6b72 |
children | 6137ddada5ca |
line diff
1.1 --- a/provider-register.sh Wed Mar 22 14:05:14 2006 -0700 1.2 +++ b/provider-register.sh Wed Apr 26 12:28:36 2006 -0600 1.3 @@ -498,6 +498,11 @@ openwbem_install() 1.4 state=inactive 1.5 fi 1.6 1.7 + if test -d /usr/share/mof/cim-current 1.8 + then 1.9 + CIMMOF="$CIMMOF -s /usr/share/mof/cim-current" 1.10 + fi 1.11 + 1.12 for _TEMPDIR in /var/tmp /tmp 1.13 do 1.14 if test -w $_TEMPDIR