(file) Return to tog-pegasus.spec CVS log (file) (dir) Up to [Pegasus] / pegasus / rpm

   1 w.otsuka 1.2 #%2003////////////////////////////////////////////////////////////////////////
   2              #
   3              # Copyright (c) 2000, 2001, 2002 BMC Software; Hewlett-Packard Development
   4              # Company, L.P.; IBM Corp.; The Open Group; Tivoli Systems.
   5              # Copyright (c) 2003 BMC Software; Hewlett-Packard Development Company, L.P.;
   6              # IBM Corp.; EMC Corporation, The Open Group.
   7              #
   8              # Permission is hereby granted, free of charge, to any person obtaining a copy
   9              # of this software and associated documentation files (the "Software"), to
  10              # deal in the Software without restriction, including without limitation the
  11              # rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
  12              # sell copies of the Software, and to permit persons to whom the Software is
  13              # furnished to do so, subject to the following conditions:
  14              # 
  15              # THE ABOVE COPYRIGHT NOTICE AND THIS PERMISSION NOTICE SHALL BE INCLUDED IN
  16              # ALL COPIES OR SUBSTANTIAL PORTIONS OF THE SOFTWARE. THE SOFTWARE IS PROVIDED
  17              # "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
  18              # LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
  19              # PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
  20              # HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
  21              # ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
  22 w.otsuka 1.2 # WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  23              #
  24              #==============================================================================
  25 w.otsuka 1.1 #%/////////////////////////////////////////////////////////////////////////////
  26              #
  27              # tog-pegasus.spec
  28              #
  29              # Package spec for PEGASUS 2.4
  30              #
  31              Summary: WBEM Services for Linux
  32              Name: tog-pegasus
  33              Version: 2.4Prerelease
  34              Release: 1
  35              Group: Systems Management/Base
  36              Copyright: Open Group Pegasus Open Source
  37              BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}
  38              Source: ftp://www.opengroup.org/pegasus/tog-pegasus-%{version}-%{release}.tar.gz
  39              Requires: openssl-devel >= 0.9.6
  40              Provides: cimserver tog-pegasus-2.4
  41              
  42              %description
  43              WBEM Services for Red Hat Linux enables management solutions that deliver
  44              increased control of enterprise resources. WBEM is a platform and resource
  45              independent DMTF standard that defines a common information model and
  46 w.otsuka 1.1 communication protocol for monitoring and controlling resources from diverse
  47              sources.
  48              
  49              %package sdk
  50              Summary:      The Pegasus source tree
  51              Group:        Systems Management/Base
  52              Autoreq: 0
  53              Requires: tog-pegasus >= 2.4, openssl-devel >= 0.9.6
  54              
  55              %description sdk
  56              This package contains the Pegasus source tree, header files and
  57              static libraries (if any).
  58              
  59              
  60              %prep
  61              [ "$RPM_BUILD_ROOT" != "/" ] && [ -d $RPM_BUILD_ROOT ] && rm -rf $RPM_BUILD_ROOT;
  62              
  63              %setup
  64              
  65              export PEGASUS_ROOT=$RPM_BUILD_DIR/$RPM_PACKAGE_NAME-$RPM_PACKAGE_VERSION
  66              
  67 w.otsuka 1.1 # Needed for CMPI patch
  68              ln -s $RPM_BUILD_DIR/$RPM_PACKAGE_NAME-$RPM_PACKAGE_VERSION $RPM_BUILD_DIR/$RPM_PACKAGE_NAME
  69              
  70              %build
  71              export PEGASUS_ROOT=$RPM_BUILD_DIR/$RPM_PACKAGE_NAME-$RPM_PACKAGE_VERSION
  72              export PEGASUS_HOME=$RPM_BUILD_ROOT/usr/pegasus
  73              %ifarch ia64
  74              export PEGASUS_PLATFORM=LINUX_IA64_GNU
  75              %else
  76              export PEGASUS_PLATFORM=LINUX_IX86_GNU
  77              %endif
  78              
  79              export OPENSSL_HOME=/usr
  80              export PEGASUS_HAS_SSL=yes
  81              
  82              # per bug #368
  83              export PEGASUS_USE_RELEASE_DIRS=true
  84              export PEGASUS_USE_RELEASE_CONFIG_OPTIONS=true
  85              export SYS_INCLUDES=-I/usr/kerberos/include
  86              
  87              # per PEP #144
  88 w.otsuka 1.1 export PEGASUS_PAM_AUTHENTICATION=true
  89              export PEGASUS_USE_PAM_STANDALONE_PROC=true
  90              export PEGASUS_LOCAL_DOMAIN_SOCKET=true
  91              export PEGASUS_USE_SYSLOGS=true
  92              export PEGASUS_ENABLE_CMPI_PROVIDER_MANAGER=true
  93              
  94              # per PEP #174
  95              export PEGASUS_ENABLE_USERGROUP_AUTHORIZATION=true
  96              export PEGASUS_HAS_PERFSTATS=true
  97              export PEGASUS_NOASSERTS=true
  98              
  99              make
 100              export LD_LIBRARY_PATH=$PEGASUS_HOME/lib
 101              export PATH=$PEGASUS_HOME/bin:$PATH
 102              make repository
 103              
 104              cd $PEGASUS_ROOT/mak
 105              make -f SDKMakefile stageSDK
 106              
 107              %install
 108 w.otsuka 1.4 %define PEGASUS_PLATFORM       $PEGASUS_PLATFORM
 109 w.otsuka 1.1 %define PEGASUS_PROD_DIR       /opt/tog-pegasus
 110              %define PEGASUS_DEST_LIB_DIR   %PEGASUS_PROD_DIR/lib
 111              %define PEGASUS_PROVIDER_DIR   %PEGASUS_PROD_DIR/providers
 112              %define PEGASUS_PROVIDER_LIB_DIR    %PEGASUS_PROVIDER_DIR/lib
 113              %define PEGASUS_SBIN_DIR       %PEGASUS_PROD_DIR/sbin
 114              %define PEGASUS_BIN_DIR        %PEGASUS_PROD_DIR/bin
 115              %define PEGASUS_PRODSHARE_DIR  %PEGASUS_PROD_DIR/share
 116              %define PEGASUS_MAN_DIR        %PEGASUS_PRODSHARE_DIR/man
 117              %define PEGASUS_MANUSER_DIR    %PEGASUS_MAN_DIR/man1
 118              %define PEGASUS_MANADMIN_DIR   %PEGASUS_MAN_DIR/man8
 119              %define PEGASUS_VARDATA_DIR    /var/opt/tog-pegasus
 120              %define PEGASUS_REPOSITORY_DIR      %PEGASUS_VARDATA_DIR/repository
 121              %define PEGASUS_VARDATA_CACHE_DIR   %PEGASUS_VARDATA_DIR/cache
 122              %define PEGASUS_LOCAL_AUTH_DIR      %PEGASUS_VARDATA_CACHE_DIR/localauth
 123              %define PEGASUS_MOF_DIR            %PEGASUS_PROD_DIR/mof
 124              %define PEGASUS_CONFIG_DIR         /etc/opt/tog-pegasus
 125              %define PEGASUS_VARRUN_DIR         /var/run/tog-pegasus
 126              %define PEGASUS_LOCAL_DOMAIN_SOCKET_DIR %PEGASUS_VARRUN_DIR/socket
 127              %define PAM_CONF                   /etc/pam.d
 128              %define PEGASUS_LOG_DIR            %PEGASUS_VARDATA_DIR/log
 129              %define PEGASUS_LICENSE_FILE       license.txt
 130 w.otsuka 1.1 %define PEGASUS_PLANNED_CONFIG_FILE cimserver_planned.conf
 131              %define PEGASUS_PEM_DIR            %PEGASUS_CONFIG_DIR
 132              %define PEGASUS_SSL_KEY_FILE       file.pem
 133              %define PEGASUS_SSL_CERT_FILE      server.pem
 134              %define PEGASUS_SSL_TRUSTSTORE     client.pem
 135              #
 136              # Make directories
 137              mkdir -p $RPM_BUILD_ROOT%PEGASUS_VARDATA_DIR/{log,cache,repository}
 138              mkdir -p $RPM_BUILD_ROOT/%PEGASUS_LOCAL_AUTH_DIR
 139              mkdir -p $RPM_BUILD_ROOT/%PEGASUS_PROVIDER_LIB_DIR
 140              mkdir -p $RPM_BUILD_ROOT/%PEGASUS_CONFIG_DIR 
 141              mkdir -p $RPM_BUILD_ROOT/%PEGASUS_LOG_DIR
 142              mkdir -p $RPM_BUILD_ROOT/%PEGASUS_MAN_DIR/{man1,man8}
 143 w.otsuka 1.3 mkdir -p $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/{CIM28,Pegasus}
 144 w.otsuka 1.1 mkdir -p $RPM_BUILD_ROOT%PEGASUS_LOCAL_DOMAIN_SOCKET_DIR
 145              
 146              export PEGASUS_ROOT=$RPM_BUILD_DIR/$RPM_PACKAGE_NAME-$RPM_PACKAGE_VERSION
 147              export PEGASUS_HOME=$RPM_BUILD_ROOT/usr/pegasus
 148              
 149              #
 150              # Init scripts
 151              install -D -m 0755  $PEGASUS_ROOT/rpm/tog-pegasus.rc $RPM_BUILD_ROOT/etc/init.d/tog-pegasus
 152              
 153              #
 154              # Programs
 155              install -D -m 0544  $PEGASUS_HOME/bin/cimauth   $RPM_BUILD_ROOT%PEGASUS_SBIN_DIR/cimauth
 156              install -D -m 0544  $PEGASUS_HOME/bin/cimserver $RPM_BUILD_ROOT%PEGASUS_SBIN_DIR/cimserver
 157              install -D -m 0544  $PEGASUS_HOME/bin/cimservera $RPM_BUILD_ROOT%PEGASUS_SBIN_DIR/cimservera
 158              install -D -m 0544  $PEGASUS_HOME/bin/cimuser   $RPM_BUILD_ROOT%PEGASUS_SBIN_DIR/cimuser
 159              install -D -m 0555  $PEGASUS_HOME/bin/cimconfig $RPM_BUILD_ROOT%PEGASUS_SBIN_DIR/cimconfig
 160              install -D -m 0555  $PEGASUS_HOME/bin/cimmof    $RPM_BUILD_ROOT%PEGASUS_BIN_DIR/cimmof
 161              install -D -m 0555  $PEGASUS_HOME/bin/cimmofl   $RPM_BUILD_ROOT%PEGASUS_BIN_DIR/cimmofl
 162              install -D -m 0555  $PEGASUS_HOME/bin/cimprovider $RPM_BUILD_ROOT%PEGASUS_BIN_DIR/cimprovider
 163              install -D -m 0555  $PEGASUS_HOME/bin/osinfo    $RPM_BUILD_ROOT%PEGASUS_BIN_DIR/osinfo
 164              install -D -m 0555  $PEGASUS_HOME/bin/wbemexec  $RPM_BUILD_ROOT%PEGASUS_BIN_DIR/wbemexec
 165 w.otsuka 1.1 
 166              
 167              # Libraries
 168              
 169              install -D -m 0755  $PEGASUS_HOME/lib/libCIMxmlIndicationHandler.so.1    $RPM_BUILD_ROOT%PEGASUS_DEST_LIB_DIR/libCIMxmlIndicationHandler.so.1
 170              install -D -m 0755  $PEGASUS_HOME/lib/libConfigSettingProvider.so.1    $RPM_BUILD_ROOT%PEGASUS_DEST_LIB_DIR/libConfigSettingProvider.so.1
 171              install -D -m 0755  $PEGASUS_HOME/lib/libNamespaceProvider.so.1    $RPM_BUILD_ROOT%PEGASUS_DEST_LIB_DIR/libNamespaceProvider.so.1
 172              install -D -m 0755  $PEGASUS_HOME/lib/libProviderRegistrationProvider.so.1    $RPM_BUILD_ROOT%PEGASUS_DEST_LIB_DIR/libProviderRegistrationProvider.so.1
 173              install -D -m 0755  $PEGASUS_HOME/lib/libUserAuthProvider.so.1    $RPM_BUILD_ROOT%PEGASUS_DEST_LIB_DIR/libUserAuthProvider.so.1
 174              install -D -m 0755  $PEGASUS_HOME/lib/libpegauthentication.so.1    $RPM_BUILD_ROOT%PEGASUS_DEST_LIB_DIR/libpegauthentication.so.1
 175              install -D -m 0755  $PEGASUS_HOME/lib/libpegclient.so.1    $RPM_BUILD_ROOT%PEGASUS_DEST_LIB_DIR/libpegclient.so.1
 176              install -D -m 0755  $PEGASUS_HOME/lib/libpegcliutils.so.1    $RPM_BUILD_ROOT%PEGASUS_DEST_LIB_DIR/libpegcliutils.so.1
 177              install -D -m 0755  $PEGASUS_HOME/lib/libpegcommon.so.1    $RPM_BUILD_ROOT%PEGASUS_DEST_LIB_DIR/libpegcommon.so.1
 178              install -D -m 0755  $PEGASUS_HOME/lib/libpegcompiler.so.1    $RPM_BUILD_ROOT%PEGASUS_DEST_LIB_DIR/libpegcompiler.so.1
 179              install -D -m 0755  $PEGASUS_HOME/lib/libpegconfig.so.1    $RPM_BUILD_ROOT%PEGASUS_DEST_LIB_DIR/libpegconfig.so.1
 180              install -D -m 0755  $PEGASUS_HOME/lib/libpegexportclient.so.1    $RPM_BUILD_ROOT%PEGASUS_DEST_LIB_DIR/libpegexportclient.so.1
 181              install -D -m 0755  $PEGASUS_HOME/lib/libpegexportserver.so.1    $RPM_BUILD_ROOT%PEGASUS_DEST_LIB_DIR/libpegexportserver.so.1
 182              install -D -m 0755  $PEGASUS_HOME/lib/libpeggetoopt.so.1    $RPM_BUILD_ROOT%PEGASUS_DEST_LIB_DIR/libpeggetoopt.so.1
 183              install -D -m 0755  $PEGASUS_HOME/lib/libpeghandlerservice.so.1    $RPM_BUILD_ROOT%PEGASUS_DEST_LIB_DIR/libpeghandlerservice.so.1
 184              install -D -m 0755  $PEGASUS_HOME/lib/libpegindicationservice.so.1    $RPM_BUILD_ROOT%PEGASUS_DEST_LIB_DIR/libpegindicationservice.so.1
 185              install -D -m 0755  $PEGASUS_HOME/lib/libpeglistener.so.1    $RPM_BUILD_ROOT%PEGASUS_DEST_LIB_DIR/libpeglistener.so.1
 186 w.otsuka 1.1 install -D -m 0755  $PEGASUS_HOME/lib/libpegprm.so.1    $RPM_BUILD_ROOT%PEGASUS_DEST_LIB_DIR/libpegprm.so.1
 187              install -D -m 0755  $PEGASUS_HOME/lib/libpegprovidermanager.so.1    $RPM_BUILD_ROOT%PEGASUS_DEST_LIB_DIR/libpegprovidermanager.so.1
 188              install -D -m 0755  $PEGASUS_HOME/lib/libpegprovider.so.1    $RPM_BUILD_ROOT%PEGASUS_DEST_LIB_DIR/libpegprovider.so.1
 189              install -D -m 0755  $PEGASUS_HOME/lib/libpegrepository.so.1    $RPM_BUILD_ROOT%PEGASUS_DEST_LIB_DIR/libpegrepository.so.1
 190              install -D -m 0755  $PEGASUS_HOME/lib/libpegserver.so.1    $RPM_BUILD_ROOT%PEGASUS_DEST_LIB_DIR/libpegserver.so.1
 191              install -D -m 0755  $PEGASUS_HOME/lib/libpeguser.so.1    $RPM_BUILD_ROOT%PEGASUS_DEST_LIB_DIR/libpeguser.so.1
 192              install -D -m 0755  $PEGASUS_HOME/lib/libpegwql.so.1    $RPM_BUILD_ROOT%PEGASUS_DEST_LIB_DIR/libpegwql.so.1
 193              install -D -m 0755  $PEGASUS_HOME/lib/libCMPIProviderManager.so.1   $RPM_BUILD_ROOT%PEGASUS_DEST_LIB_DIR/libCMPIProviderManager.so.1
 194              install -D -m 0755  $PEGASUS_HOME/lib/libcmpiCppImpl.so.1   $RPM_BUILD_ROOT%PEGASUS_DEST_LIB_DIR/libcmpiCppImpl.so.1
 195              install -D -m 0755  $PEGASUS_HOME/lib/libDefaultProviderManager.so.1   $RPM_BUILD_ROOT%PEGASUS_DEST_LIB_DIR/libDefaultProviderManager.so.1 
 196              
 197              install -D -m 0755  $PEGASUS_HOME/lib/libComputerSystemProvider.so.1    $RPM_BUILD_ROOT%PEGASUS_PROVIDER_LIB_DIR/libComputerSystemProvider.so.1
 198              install -D -m 0755  $PEGASUS_HOME/lib/libOSProvider.so.1    $RPM_BUILD_ROOT%PEGASUS_PROVIDER_LIB_DIR/libOSProvider.so.1
 199              install -D -m 0755  $PEGASUS_HOME/lib/libProcessProvider.so.1    $RPM_BUILD_ROOT%PEGASUS_PROVIDER_LIB_DIR/libProcessProvider.so.1
 200              
 201              #
 202              # CIM schema
 203              #
 204 w.otsuka 1.3 install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/Application28_AppRuntime.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Application28_AppRuntime.mof
 205              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/Application28_BIOS.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Application28_BIOS.mof
 206              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/Application28_CheckAction.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Application28_CheckAction.mof
 207              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/Application28_DeploymentModel.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Application28_DeploymentModel.mof
 208              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/Application28_InstalledProduct.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Application28_InstalledProduct.mof
 209              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/Application28_J2eeAppServer.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Application28_J2eeAppServer.mof
 210              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/Application28_J2eeAppServerStats.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Application28_J2eeAppServerStats.mof
 211              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/Application28_SystemSoftware.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Application28_SystemSoftware.mof
 212              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/CIM_Application28.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/CIM_Application28.mof
 213              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/CIM_Core28.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/CIM_Core28.mof
 214              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/CIM_Database28.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/CIM_Database28.mof
 215              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/CIM_Device28.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/CIM_Device28.mof
 216              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/CIM_Event28.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/CIM_Event28.mof
 217              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/CIM_Interop28.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/CIM_Interop28.mof 
 218              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/CIM_IPsecPolicy28.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/CIM_IPsecPolicy28.mof 
 219              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/CIM_Metrics28.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/CIM_Metrics28.mof
 220              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/CIM_Network28.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/CIM_Network28.mof
 221              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/CIM_Physical28.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/CIM_Physical28.mof
 222              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/CIM_Policy28.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/CIM_Policy28.mof
 223              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/CIM_Schema28.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/CIM_Schema28.mof
 224              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/CIM_Support28.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/CIM_Support28.mof
 225 w.otsuka 1.3 install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/CIM_System28.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/CIM_System28.mof
 226              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/CIM_User28.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/CIM_User28.mof
 227              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/Core28_Capabilities.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Core28_Capabilities.mof
 228              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/Core28_Collection.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Core28_Collection.mof
 229              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/Core28_CoreElements.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Core28_CoreElements.mof
 230              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/Core28_Device.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Core28_Device.mof
 231              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/Core28_MethodParms.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Core28_MethodParms.mof
 232              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/Core28_Physical.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Core28_Physical.mof
 233              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/Core28_PowerMgmt.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Core28_PowerMgmt.mof
 234              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/Core28_ProductFRU.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Core28_ProductFRU.mof
 235              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/Core28_Qualifiers.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Core28_Qualifiers.mof
 236              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/Core28_Redundancy.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Core28_Redundancy.mof
 237              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/Core28_Service.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Core28_Service.mof
 238              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/Core28_Settings.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Core28_Settings.mof
 239              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/Core28_Software.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Core28_Software.mof
 240              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/Core28_Statistics.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Core28_Statistics.mof
 241              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/Core28_StorageExtent.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Core28_StorageExtent.mof
 242              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/Database28_Statistics.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Database28_Statistics.mof
 243              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/Database28_Storage.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Database28_Storage.mof
 244              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/Database28_System.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Database28_System.mof
 245              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/Device28_Controller.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Device28_Controller.mof
 246 w.otsuka 1.3 install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/Device28_CoolingAndPower.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Device28_CoolingAndPower.mof
 247              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/Device28_DeviceElements.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Device28_DeviceElements.mof
 248              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/Device28_DiskGroup.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Device28_DiskGroup.mof
 249              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/Device28_FC.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Device28_FC.mof
 250              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/Device28_IB.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Device28_IB.mof
 251              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/Device28_Memory.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Device28_Memory.mof
 252              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/Device28_Modems.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Device28_Modems.mof
 253              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/Device28_NetworkAdapter.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Device28_NetworkAdapter.mof
 254              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/Device28_Ports.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Device28_Ports.mof
 255              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/Device28_Printing.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Device28_Printing.mof
 256              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/Device28_Processor.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Device28_Processor.mof
 257              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/Device28_ProtocolController.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Device28_ProtocolController.mof
 258              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/Device28_SccExtents.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Device28_SccExtents.mof
 259              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/Device28_Sensors.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Device28_Sensors.mof
 260              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/Device28_StorageDevices.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Device28_StorageDevices.mof
 261              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/Device28_StorageExtents.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Device28_StorageExtents.mof
 262              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/Device28_StorageLib.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Device28_StorageLib.mof
 263              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/Device28_StorageServices.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Device28_StorageServices.mof
 264              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/Device28_USB.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Device28_USB.mof
 265              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/Device28_UserDevices.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Device28_UserDevices.mof
 266              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/Metrics28_BaseMetric.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Metrics28_BaseMetric.mof
 267 w.otsuka 1.3 install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/Metrics28_UnitOfWork.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Metrics28_UnitOfWork.mof
 268              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/Network28_BGP.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Network28_BGP.mof
 269              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/Network28_Buffers.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Network28_Buffers.mof
 270              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/Network28_Collections.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Network28_Collections.mof
 271              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/Network28_Filtering.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Network28_Filtering.mof
 272              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/Network28_IPsec.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Network28_IPsec.mof
 273              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/Network28_OSPF.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Network28_OSPF.mof
 274              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/Network28_Pipes.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Network28_Pipes.mof
 275              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/Network28_ProtocolEndpoints.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Network28_ProtocolEndpoints.mof
 276              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/Network28_QoS.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Network28_QoS.mof
 277              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/Network28_Routes.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Network28_Routes.mof
 278              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/Network28_RoutingForwarding.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Network28_RoutingForwarding.mof
 279              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/Network28_SNMP.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Network28_SNMP.mof
 280              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/Network28_SwitchingBridging.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Network28_SwitchingBridging.mof
 281              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/Network28_Systems.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Network28_Systems.mof
 282              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/Network28_VLAN.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Network28_VLAN.mof
 283              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/Physical28_Component.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Physical28_Component.mof
 284              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/Physical28_Connector.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Physical28_Connector.mof
 285              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/Physical28_Link.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Physical28_Link.mof
 286              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/Physical28_Misc.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Physical28_Misc.mof
 287              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/Physical28_Package.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Physical28_Package.mof
 288 w.otsuka 1.3 install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/Physical28_PhysicalMedia.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Physical28_PhysicalMedia.mof
 289              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/Physical28_StoragePackage.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Physical28_StoragePackage.mof
 290              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/System28_Boot.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/System28_Boot.mof
 291              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/System28_Diagnostics.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/System28_Diagnostics.mof
 292              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/System28_FileElements.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/System28_FileElements.mof
 293              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/System28_Logs.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/System28_Logs.mof
 294              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/System28_OperatingSystem.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/System28_OperatingSystem.mof
 295              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/System28_Processing.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/System28_Processing.mof
 296              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/System28_SystemElements.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/System28_SystemElements.mof
 297              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/System28_SystemResources.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/System28_SystemResources.mof
 298              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/System28_Time.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/System28_Time.mof
 299              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/System28_Unix.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/System28_Unix.mof
 300              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/User28_AccessControl.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/User28_AccessControl.mof
 301              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/User28_Account.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/User28_Account.mof
 302              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/User28_AuthenticationReqmt.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/User28_AuthenticationReqmt.mof
 303              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/User28_Credential.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/User28_Credential.mof
 304              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/User28_Group.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/User28_Group.mof
 305              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/User28_Identity.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/User28_Identity.mof
 306              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/User28_Kerberos.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/User28_Kerberos.mof
 307              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/User28_Org.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/User28_Org.mof
 308              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/User28_PrivilegeManagementService.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/User28_PrivilegeManagementService.mof
 309 w.otsuka 1.3 install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/User28_Privilege.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/User28_Privilege.mof
 310              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/User28_PublicKey.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/User28_PublicKey.mof
 311              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/User28_Role.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/User28_Role.mof
 312              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/User28_SecurityLevel.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/User28_SecurityLevel.mof
 313              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/User28_SecurityServices.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/User28_SecurityServices.mof
 314              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/User28_SharedSecret.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/User28_SharedSecret.mof
 315              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/User28_StorageHardwareID.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/User28_StorageHardwareID.mof
 316              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/User28_UsersAccess.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/User28_UsersAccess.mof
 317 w.otsuka 1.1 
 318              #
 319              # Pegasus' schema
 320              #
 321              
 322              # Internal:
 323 w.otsuka 1.3 install -D -m 0644  $PEGASUS_ROOT/Schemas/Pegasus/Internal/VER20/PG_Authorization20.mof  $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/Pegasus/PG_Authorization20.mof
 324              install -D -m 0644  $PEGASUS_ROOT/Schemas/Pegasus/Internal/VER20/PG_ConfigSetting20.mof  $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/Pegasus/PG_ConfigSetting20.mof
 325              install -D -m 0644  $PEGASUS_ROOT/Schemas/Pegasus/Internal/VER20/PG_InternalSchema20.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/Pegasus/PG_InternalSchema20.mof
 326              install -D -m 0644  $PEGASUS_ROOT/Schemas/Pegasus/Internal/VER20/PG_ShutdownService20.mof           $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/Pegasus/PG_ShutdownService20.mof
 327              install -D -m 0644  $PEGASUS_ROOT/Schemas/Pegasus/Internal/VER20/PG_User20.mof           $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/Pegasus/PG_User20.mof
 328 w.otsuka 1.1 
 329              # InterOp:
 330 w.otsuka 1.3 install -D -m 0644  $PEGASUS_ROOT/Schemas/Pegasus/InterOp/VER20/PG_Events20.mof   $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/Pegasus/PG_Events20.mof
 331              install -D -m 0644  $PEGASUS_ROOT/Schemas/Pegasus/InterOp/VER20/PG_InterOpSchema20.mof   $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/Pegasus/PG_InterOpSchema20.mof
 332              install -D -m 0644  $PEGASUS_ROOT/Schemas/Pegasus/InterOp/VER20/PG_ProviderModule20.mof  $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/Pegasus/PG_ProviderModule20.mof
 333 w.otsuka 1.1 
 334              #
 335              # Pegasus Default Providers' schema
 336              #
 337 w.otsuka 1.3 install -D -m 0644  $PEGASUS_ROOT/Schemas/Pegasus/ManagedSystem/VER20/PG_ComputerSystem20.mof                               $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/Pegasus/PG_ComputerSystem20.mof
 338              install -D -m 0644  $PEGASUS_ROOT/Schemas/Pegasus/ManagedSystem/VER20/PG_ComputerSystem20R.mof                               $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/Pegasus/PG_ComputerSystem20R.mof
 339              install -D -m 0644  $PEGASUS_ROOT/Schemas/Pegasus/ManagedSystem/VER20/PG_ManagedSystemSchema20.mof                               $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/Pegasus/PG_ManagedSystemSchema20.mof
 340              install -D -m 0644  $PEGASUS_ROOT/Schemas/Pegasus/ManagedSystem/VER20/PG_ManagedSystemSchema20R.mof                               $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/Pegasus/PG_ManagedSystemSchema20R.mof
 341              install -D -m 0644  $PEGASUS_ROOT/Schemas/Pegasus/ManagedSystem/VER20/PG_OperatingSystem20.mof                               $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/Pegasus/PG_OperatingSystem20.mof
 342              install -D -m 0644  $PEGASUS_ROOT/Schemas/Pegasus/ManagedSystem/VER20/PG_OperatingSystem20R.mof                               $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/Pegasus/PG_OperatingSystem20R.mof
 343              install -D -m 0644  $PEGASUS_ROOT/Schemas/Pegasus/ManagedSystem/VER20/PG_UnixProcess20.mof                               $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/Pegasus/PG_UnixProcess20.mof
 344              install -D -m 0644  $PEGASUS_ROOT/Schemas/Pegasus/ManagedSystem/VER20/PG_UnixProcess20R.mof                               $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/Pegasus/PG_UnixProcess20R.mof
 345 w.otsuka 1.1 #
 346              # Initial Repository
 347              #
 348              mkdir -p  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root
 349              mkdir -p  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root/classes
 350              mkdir -p  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root/instances
 351              mkdir -p  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root/qualifiers
 352              mkdir -p  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_Internal
 353              mkdir -p  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_Internal/classes
 354              mkdir -p  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_Internal/instances
 355              mkdir -p  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers
 356              mkdir -p  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp
 357              mkdir -p  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes
 358              mkdir -p  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/instances
 359              mkdir -p  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers
 360              mkdir -p  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2
 361              mkdir -p  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes
 362              mkdir -p  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/instances
 363              mkdir -p  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers
 364              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_Internal/classes/PG_Authorization.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_Internal/classes/PG_Authorization.#
 365              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_Internal/classes/PG_ConfigSetting.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_Internal/classes/PG_ConfigSetting.#
 366 w.otsuka 1.1 install -D -m 0755  $PEGASUS_HOME/repository/root#PG_Internal/classes/PG_User.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_Internal/classes/PG_User.#
 367              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_Internal/classes/PG_ShutdownService.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_Internal/classes/PG_ShutdownService.#
 368              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_Internal/classes/PG_WBEMSLPTemplate.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_Internal/classes/PG_WBEMSLPTemplate.#
 369              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_Internal/qualifiers/Abstract  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/Abstract
 370              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_Internal/qualifiers/Aggregate  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/Aggregate
 371              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_Internal/qualifiers/Aggregation  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/Aggregation
 372              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_Internal/qualifiers/Alias  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/Alias
 373              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_Internal/qualifiers/ArrayType  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/ArrayType
 374              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_Internal/qualifiers/ASSOCIATION  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/ASSOCIATION
 375              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_Internal/qualifiers/BitMap  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/BitMap
 376              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_Internal/qualifiers/BitValues  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/BitValues
 377              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_Internal/qualifiers/Composition  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/Composition
 378              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_Internal/qualifiers/Counter  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/Counter
 379              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_Internal/qualifiers/Delete  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/Delete
 380              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_Internal/qualifiers/Deprecated  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/Deprecated
 381              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_Internal/qualifiers/Description  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/Description
 382              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_Internal/qualifiers/DisplayName  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/DisplayName
 383              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_Internal/qualifiers/DN  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/DN
 384              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_Internal/qualifiers/EmbeddedObject  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/EmbeddedObject
 385              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_Internal/qualifiers/Exception  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/Exception
 386              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_Internal/qualifiers/Expensive  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/Expensive
 387 w.otsuka 1.1 install -D -m 0755  $PEGASUS_HOME/repository/root#PG_Internal/qualifiers/Experimental  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/Experimental
 388              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_Internal/qualifiers/Gauge  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/Gauge
 389              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_Internal/qualifiers/Ifdeleted  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/Ifdeleted
 390              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_Internal/qualifiers/In  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/In
 391              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_Internal/qualifiers/INDICATION  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/INDICATION
 392              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_Internal/qualifiers/Invisible  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/Invisible
 393              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_Internal/qualifiers/Key  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/Key
 394              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_Internal/qualifiers/Large  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/Large
 395              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_Internal/qualifiers/MappingStrings  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/MappingStrings
 396              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_Internal/qualifiers/Max  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/Max
 397              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_Internal/qualifiers/MaxLen  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/MaxLen
 398              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_Internal/qualifiers/MaxValue  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/MaxValue
 399              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_Internal/qualifiers/Min  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/Min
 400              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_Internal/qualifiers/MinLen  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/MinLen
 401              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_Internal/qualifiers/MinValue  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/MinValue
 402              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_Internal/qualifiers/ModelCorrespondence  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/ModelCorrespondence
 403              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_Internal/qualifiers/Nonlocal  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/Nonlocal
 404              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_Internal/qualifiers/NonlocalType  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/NonlocalType
 405              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_Internal/qualifiers/NullValue  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/NullValue
 406              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_Internal/qualifiers/Octetstring  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/Octetstring
 407              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_Internal/qualifiers/Out  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/Out
 408 w.otsuka 1.1 install -D -m 0755  $PEGASUS_HOME/repository/root#PG_Internal/qualifiers/Override  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/Override
 409              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_Internal/qualifiers/Propagated  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/Propagated
 410              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_Internal/qualifiers/PropertyUsage  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/PropertyUsage
 411              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_Internal/qualifiers/Provider  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/Provider
 412              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_Internal/qualifiers/Read  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/Read
 413              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_Internal/qualifiers/Required  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/Required
 414              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_Internal/qualifiers/Revision  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/Revision
 415              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_Internal/qualifiers/CLASS  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/CLASS
 416              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_Internal/qualifiers/Source  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/Source
 417              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_Internal/qualifiers/SourceType  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/SourceType
 418              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_Internal/qualifiers/Static  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/Static
 419              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_Internal/qualifiers/Syntax  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/Syntax
 420              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_Internal/qualifiers/SyntaxType  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/SyntaxType
 421              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_Internal/qualifiers/Terminal  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/Terminal
 422              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_Internal/qualifiers/TriggerType  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/TriggerType
 423              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_Internal/qualifiers/Units  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/Units
 424              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_Internal/qualifiers/UnknownValues  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/UnknownValues
 425              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_Internal/qualifiers/UnsupportedValues  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/UnsupportedValues
 426              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_Internal/qualifiers/ValueMap  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/ValueMap
 427              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_Internal/qualifiers/Values  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/Values
 428              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_Internal/qualifiers/Version  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/Version
 429 w.otsuka 1.1 install -D -m 0755  $PEGASUS_HOME/repository/root#PG_Internal/qualifiers/Weak  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/Weak
 430              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_Internal/qualifiers/Write  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/Write
 431              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/classes/CIM_ManagedElement.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ManagedElement.#
 432              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/classes/associations  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/associations
 433              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/classes/CIM_Dependency.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_Dependency.#
 434              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/classes/CIM_ConcreteDependency.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ConcreteDependency.CIM_Dependency
 435              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/classes/CIM_Component.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_Component.#
 436              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/classes/CIM_ConcreteComponent.CIM_Component  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ConcreteComponent.CIM_Component
 437              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/classes/CIM_LogicalIdentity.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_LogicalIdentity.#
 438              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/classes/CIM_ConcreteIdentity.CIM_LogicalIdentity  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ConcreteIdentity.CIM_LogicalIdentity
 439              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/classes/CIM_ManagedSystemElement.CIM_ManagedElement  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ManagedSystemElement.CIM_ManagedElement
 440              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/classes/CIM_HostedDependency.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_HostedDependency.CIM_Dependency
 441              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/classes/CIM_LogicalElement.CIM_ManagedSystemElement  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_LogicalElement.CIM_ManagedSystemElement
 442              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/classes/CIM_Job.CIM_LogicalElement  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_Job.CIM_LogicalElement
 443              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/classes/CIM_ConcreteJob.CIM_Job  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ConcreteJob.CIM_Job
 444              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/classes/CIM_EnabledLogicalElement.CIM_LogicalElement  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_EnabledLogicalElement.CIM_LogicalElement
 445              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/classes/CIM_Synchronized.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_Synchronized.#
 446              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/classes/CIM_System.CIM_EnabledLogicalElement  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_System.CIM_EnabledLogicalElement
 447              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/classes/CIM_SystemComponent.CIM_Component  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_SystemComponent.CIM_Component
 448              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/classes/CIM_AdminDomain.CIM_System  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_AdminDomain.CIM_System
 449              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/classes/CIM_ContainedDomain.CIM_SystemComponent  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ContainedDomain.CIM_SystemComponent
 450 w.otsuka 1.1 install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/classes/CIM_Service.CIM_EnabledLogicalElement  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_Service.CIM_EnabledLogicalElement
 451              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/classes/CIM_HostedService.CIM_HostedDependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_HostedService.CIM_HostedDependency
 452              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/classes/CIM_ProvidesServiceToElement.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ProvidesServiceToElement.CIM_Dependency
 453              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/classes/CIM_ServiceAvailableToElement.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ServiceAvailableToElement.#
 454              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/classes/CIM_ServiceAffectsElement.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ServiceAffectsElement.#
 455              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/classes/CIM_ServiceServiceDependency.CIM_ProvidesServiceToElement  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ServiceServiceDependency.CIM_ProvidesServiceToElement
 456              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/classes/CIM_ServiceComponent.CIM_Component  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ServiceComponent.CIM_Component
 457              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/classes/CIM_ServiceAccessPoint.CIM_EnabledLogicalElement  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ServiceAccessPoint.CIM_EnabledLogicalElement
 458              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/classes/CIM_HostedAccessPoint.CIM_HostedDependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_HostedAccessPoint.CIM_HostedDependency
 459              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/classes/CIM_SAPAvailableForElement.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_SAPAvailableForElement.#
 460              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/classes/CIM_ServiceSAPDependency.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ServiceSAPDependency.CIM_Dependency
 461              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/classes/CIM_ServiceAccessBySAP.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ServiceAccessBySAP.CIM_Dependency
 462              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/classes/CIM_SAPSAPDependency.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_SAPSAPDependency.CIM_Dependency
 463              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/classes/CIM_ActiveConnection.CIM_SAPSAPDependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ActiveConnection.CIM_SAPSAPDependency
 464              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/classes/CIM_RemoteServiceAccessPoint.CIM_ServiceAccessPoint  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_RemoteServiceAccessPoint.CIM_ServiceAccessPoint
 465              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/classes/CIM_RemotePort.CIM_RemoteServiceAccessPoint  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_RemotePort.CIM_RemoteServiceAccessPoint
 466              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/classes/CIM_ServiceAccessURI.CIM_ServiceAccessPoint  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ServiceAccessURI.CIM_ServiceAccessPoint
 467              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/classes/CIM_ProtocolEndpoint.CIM_ServiceAccessPoint  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ProtocolEndpoint.CIM_ServiceAccessPoint
 468              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/classes/CIM_BindsTo.CIM_SAPSAPDependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_BindsTo.CIM_SAPSAPDependency
 469              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/classes/CIM_ProvidesEndpoint.CIM_ServiceAccessBySAP  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ProvidesEndpoint.CIM_ServiceAccessBySAP
 470              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/classes/CIM_PhysicalElement.CIM_ManagedSystemElement  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_PhysicalElement.CIM_ManagedSystemElement
 471 w.otsuka 1.1 install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/classes/CIM_Location.CIM_ManagedElement  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_Location.CIM_ManagedElement
 472              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/classes/CIM_ElementLocation.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ElementLocation.#
 473              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/classes/CIM_PhysicalElementLocation.CIM_ElementLocation  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_PhysicalElementLocation.CIM_ElementLocation
 474              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/classes/CIM_ContainedLocation.CIM_Component  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ContainedLocation.CIM_Component
 475              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/classes/CIM_SystemPackaging.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_SystemPackaging.CIM_Dependency
 476              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/classes/CIM_SoftwareIdentity.CIM_LogicalElement  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_SoftwareIdentity.CIM_LogicalElement
 477              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/classes/CIM_ElementSoftwareIdentity.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ElementSoftwareIdentity.CIM_Dependency
 478              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/classes/CIM_InstalledSoftwareIdentity.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_InstalledSoftwareIdentity.#
 479              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/classes/CIM_LogicalDevice.CIM_EnabledLogicalElement  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_LogicalDevice.CIM_EnabledLogicalElement
 480              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/classes/CIM_Realizes.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_Realizes.CIM_Dependency
 481              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/classes/CIM_SystemDevice.CIM_SystemComponent  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_SystemDevice.CIM_SystemComponent
 482              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/classes/CIM_DeviceServiceImplementation.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_DeviceServiceImplementation.CIM_Dependency
 483              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/classes/CIM_DeviceSAPImplementation.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_DeviceSAPImplementation.CIM_Dependency
 484              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/classes/CIM_StorageExtent.CIM_LogicalDevice  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_StorageExtent.CIM_LogicalDevice
 485              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/classes/CIM_BasedOn.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_BasedOn.CIM_Dependency
 486              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/classes/CIM_Collection.CIM_ManagedElement  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_Collection.CIM_ManagedElement
 487              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/classes/CIM_MemberOfCollection.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_MemberOfCollection.#
 488              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/classes/CIM_OrderedMemberOfCollection.CIM_MemberOfCollection  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_OrderedMemberOfCollection.CIM_MemberOfCollection
 489              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/classes/CIM_SystemSpecificCollection.CIM_Collection  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_SystemSpecificCollection.CIM_Collection
 490              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/classes/CIM_ConcreteCollection.CIM_Collection  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ConcreteCollection.CIM_Collection
 491              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/classes/CIM_HostedCollection.CIM_HostedDependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_HostedCollection.CIM_HostedDependency
 492 w.otsuka 1.1 install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/classes/CIM_CollectionOfMSEs.CIM_Collection  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_CollectionOfMSEs.CIM_Collection
 493              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/classes/CIM_CollectedCollections.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_CollectedCollections.#
 494              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/classes/CIM_CollectedMSEs.CIM_MemberOfCollection  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_CollectedMSEs.CIM_MemberOfCollection
 495              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/classes/CIM_RedundancyGroup.CIM_LogicalElement  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_RedundancyGroup.CIM_LogicalElement
 496              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/classes/CIM_RedundancyComponent.CIM_Component  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_RedundancyComponent.CIM_Component
 497              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/classes/CIM_SpareGroup.CIM_RedundancyGroup  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_SpareGroup.CIM_RedundancyGroup
 498              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/classes/CIM_ActsAsSpare.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ActsAsSpare.#
 499              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/classes/CIM_StorageRedundancyGroup.CIM_RedundancyGroup  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_StorageRedundancyGroup.CIM_RedundancyGroup
 500              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/classes/CIM_ExtraCapacityGroup.CIM_RedundancyGroup  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ExtraCapacityGroup.CIM_RedundancyGroup
 501              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/classes/CIM_ExtentRedundancyComponent.CIM_RedundancyComponent  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ExtentRedundancyComponent.CIM_RedundancyComponent
 502              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/classes/CIM_Product.CIM_ManagedElement  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_Product.CIM_ManagedElement
 503              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/classes/CIM_ProductComponent.CIM_Component  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ProductComponent.CIM_Component
 504              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/classes/CIM_ProductParentChild.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ProductParentChild.#
 505              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/classes/CIM_CompatibleProduct.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_CompatibleProduct.#
 506              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/classes/CIM_ProductProductDependency.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ProductProductDependency.#
 507              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/classes/CIM_SupportAccess.CIM_ManagedElement  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_SupportAccess.CIM_ManagedElement
 508              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/classes/CIM_ProductSupport.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ProductSupport.#
 509              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/classes/CIM_FRU.CIM_ManagedElement  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_FRU.CIM_ManagedElement
 510              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/classes/CIM_ProductFRU.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ProductFRU.#
 511              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/classes/CIM_ReplaceableProductFRU.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ReplaceableProductFRU.#
 512              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/classes/CIM_ProductPhysicalComponent.CIM_Component  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ProductPhysicalComponent.CIM_Component
 513 w.otsuka 1.1 install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/classes/CIM_ProductSoftwareComponent.CIM_Component  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ProductSoftwareComponent.CIM_Component
 514              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/classes/CIM_ProductServiceComponent.CIM_Component  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ProductServiceComponent.CIM_Component
 515              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/classes/CIM_ProductPhysicalElements.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ProductPhysicalElements.#
 516              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/classes/CIM_FRUPhysicalElements.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_FRUPhysicalElements.#
 517              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/classes/CIM_FRUIncludesProduct.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_FRUIncludesProduct.#
 518              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/classes/CIM_Capabilities.CIM_ManagedElement  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_Capabilities.CIM_ManagedElement
 519              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/classes/CIM_ElementCapabilities.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ElementCapabilities.#
 520              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/classes/CIM_SettingData.CIM_ManagedElement  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_SettingData.CIM_ManagedElement
 521              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/classes/CIM_ScopedSettingData.CIM_SettingData  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ScopedSettingData.CIM_SettingData
 522              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/classes/CIM_ScopedSetting.CIM_HostedDependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ScopedSetting.CIM_HostedDependency
 523              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/classes/CIM_ElementSettingData.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ElementSettingData.#
 524              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/classes/CIM_Profile.CIM_Collection  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_Profile.CIM_Collection
 525              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/classes/CIM_ElementProfile.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ElementProfile.#
 526              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/classes/CIM_Setting.CIM_ManagedElement  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_Setting.CIM_ManagedElement
 527              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/classes/CIM_ElementSetting.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ElementSetting.#
 528              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/classes/CIM_DefaultSetting.CIM_ElementSetting  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_DefaultSetting.CIM_ElementSetting
 529              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/classes/CIM_SystemSetting.CIM_Setting  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_SystemSetting.CIM_Setting
 530              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/classes/CIM_SettingForSystem.CIM_HostedDependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_SettingForSystem.CIM_HostedDependency
 531              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/classes/CIM_Configuration.CIM_ManagedElement  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_Configuration.CIM_ManagedElement
 532              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/classes/CIM_ConfigurationComponent.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ConfigurationComponent.#
 533              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/classes/CIM_ElementConfiguration.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ElementConfiguration.#
 534 w.otsuka 1.1 install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/classes/CIM_CollectionConfiguration.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_CollectionConfiguration.#
 535              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/classes/CIM_DependencyContext.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_DependencyContext.#
 536              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/classes/CIM_SettingContext.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_SettingContext.#
 537              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/classes/CIM_CollectionSetting.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_CollectionSetting.#
 538              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/classes/CIM_SystemConfiguration.CIM_ManagedElement  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_SystemConfiguration.CIM_ManagedElement
 539              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/classes/CIM_ConfigurationForSystem.CIM_HostedDependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ConfigurationForSystem.CIM_HostedDependency
 540              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/classes/CIM_SystemSettingContext.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_SystemSettingContext.#
 541              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/classes/CIM_StatisticalData.CIM_ManagedElement  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_StatisticalData.CIM_ManagedElement
 542              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/classes/CIM_ElementStatisticalData.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ElementStatisticalData.#
 543              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/classes/CIM_RelatedStatisticalData.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_RelatedStatisticalData.#
 544              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/classes/CIM_StatisticalInformation.CIM_ManagedElement  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_StatisticalInformation.CIM_ManagedElement
 545              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/classes/CIM_Statistics.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_Statistics.#
 546              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/classes/CIM_RelatedStatistics.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_RelatedStatistics.#
 547              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/classes/CIM_SystemStatisticalInformation.CIM_StatisticalInformation  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_SystemStatisticalInformation.CIM_StatisticalInformation
 548              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/classes/CIM_SystemStatistics.CIM_Statistics  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_SystemStatistics.CIM_Statistics
 549              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/classes/CIM_ServiceStatisticalInformation.CIM_StatisticalInformation  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ServiceStatisticalInformation.CIM_StatisticalInformation
 550              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/classes/CIM_ServiceStatistics.CIM_Statistics  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ServiceStatistics.CIM_Statistics
 551              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/classes/CIM_SAPStatisticalInformation.CIM_StatisticalInformation  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_SAPStatisticalInformation.CIM_StatisticalInformation
 552              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/classes/CIM_SAPStatistics.CIM_Statistics  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_SAPStatistics.CIM_Statistics
 553              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/classes/CIM_DeviceStatisticalInformation.CIM_StatisticalInformation  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_DeviceStatisticalInformation.CIM_StatisticalInformation
 554              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/classes/CIM_DeviceStatistics.CIM_Statistics  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_DeviceStatistics.CIM_Statistics
 555 w.otsuka 1.1 install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/classes/CIM_PhysicalStatisticalInformation.CIM_StatisticalInformation  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_PhysicalStatisticalInformation.CIM_StatisticalInformation
 556              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/classes/CIM_PhysicalStatistics.CIM_Statistics  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_PhysicalStatistics.CIM_Statistics
 557              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/classes/CIM_StatisticalSetting.CIM_SettingData  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_StatisticalSetting.CIM_SettingData
 558              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/classes/CIM_MethodParameters.CIM_ManagedElement  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_MethodParameters.CIM_ManagedElement
 559              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/classes/CIM_ParameterValueSources.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ParameterValueSources.#
 560              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/classes/CIM_ParametersForMethod.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ParametersForMethod.#
 561              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/classes/CIM_PowerManagementCapabilities.CIM_Capabilities  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_PowerManagementCapabilities.CIM_Capabilities
 562              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/classes/CIM_PowerManagementService.CIM_Service  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_PowerManagementService.CIM_Service
 563              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/classes/CIM_Indication.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_Indication.#
 564              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/classes/CIM_ClassIndication.CIM_Indication  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ClassIndication.CIM_Indication
 565              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/classes/CIM_ClassCreation.CIM_ClassIndication  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ClassCreation.CIM_ClassIndication
 566              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/classes/CIM_ClassDeletion.CIM_ClassIndication  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ClassDeletion.CIM_ClassIndication
 567              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/classes/CIM_ClassModification.CIM_ClassIndication  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ClassModification.CIM_ClassIndication
 568              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/classes/CIM_InstIndication.CIM_Indication  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_InstIndication.CIM_Indication
 569              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/classes/CIM_InstCreation.CIM_InstIndication  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_InstCreation.CIM_InstIndication
 570              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/classes/CIM_InstDeletion.CIM_InstIndication  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_InstDeletion.CIM_InstIndication
 571              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/classes/CIM_InstModification.CIM_InstIndication  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_InstModification.CIM_InstIndication
 572              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/classes/CIM_InstMethodCall.CIM_InstIndication  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_InstMethodCall.CIM_InstIndication
 573              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/classes/CIM_InstRead.CIM_InstIndication  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_InstRead.CIM_InstIndication
 574              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/classes/CIM_ProcessIndication.CIM_Indication  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ProcessIndication.CIM_Indication
 575              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/classes/CIM_SNMPTrapIndication.CIM_ProcessIndication  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_SNMPTrapIndication.CIM_ProcessIndication
 576 w.otsuka 1.1 install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/classes/CIM_AlertIndication.CIM_ProcessIndication  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_AlertIndication.CIM_ProcessIndication
 577              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/classes/CIM_ThresholdIndication.CIM_AlertIndication  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ThresholdIndication.CIM_AlertIndication
 578              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/classes/CIM_AlertInstIndication.CIM_AlertIndication  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_AlertInstIndication.CIM_AlertIndication
 579              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/classes/CIM_IndicationFilter.CIM_ManagedElement  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_IndicationFilter.CIM_ManagedElement
 580              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/classes/CIM_ListenerDestination.CIM_ManagedElement  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ListenerDestination.CIM_ManagedElement
 581              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/classes/CIM_ListenerDestinationCIMXML.CIM_ListenerDestination  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ListenerDestinationCIMXML.CIM_ListenerDestination
 582              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/classes/CIM_IndicationHandler.CIM_ListenerDestination  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_IndicationHandler.CIM_ListenerDestination
 583              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/classes/CIM_IndicationHandlerCIMXML.CIM_IndicationHandler  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_IndicationHandlerCIMXML.CIM_IndicationHandler
 584              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/classes/CIM_IndicationSubscription.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_IndicationSubscription.#
 585              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/classes/PG_IndicationHandlerSNMPMapper.CIM_IndicationHandler  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/PG_IndicationHandlerSNMPMapper.CIM_IndicationHandler
 586              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/classes/PG_ProviderModule.CIM_LogicalElement  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/PG_ProviderModule.CIM_LogicalElement
 587              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/classes/PG_Provider.CIM_LogicalElement  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/PG_Provider.CIM_LogicalElement
 588              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/classes/PG_CapabilitiesRegistration.CIM_ManagedElement  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/PG_CapabilitiesRegistration.CIM_ManagedElement
 589              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/classes/PG_ProviderCapabilities.PG_CapabilitiesRegistration  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/PG_ProviderCapabilities.PG_CapabilitiesRegistration
 590              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/classes/PG_ConsumerCapabilities.PG_CapabilitiesRegistration  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/PG_ConsumerCapabilities.PG_CapabilitiesRegistration
 591              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/classes/PG_ProviderCapabilitiesElements.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/PG_ProviderCapabilitiesElements.CIM_Dependency
 592              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/classes/PG_ProviderModuleElements.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/PG_ProviderModuleElements.CIM_Dependency
 593              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/instances/PG_ProviderCapabilities.idx  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/instances/PG_ProviderCapabilities.idx
 594              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/instances/PG_ProviderModule.instances  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/instances/PG_ProviderModule.instances
 595              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/instances/PG_ProviderModule.idx  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/instances/PG_ProviderModule.idx
 596              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/instances/PG_Provider.instances  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/instances/PG_Provider.instances
 597 w.otsuka 1.1 install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/instances/PG_Provider.idx  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/instances/PG_Provider.idx
 598              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/instances/PG_ProviderCapabilities.instances  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/instances/PG_ProviderCapabilities.instances
 599              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/qualifiers/Abstract  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/Abstract
 600              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/qualifiers/Aggregate  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/Aggregate
 601              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/qualifiers/Aggregation  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/Aggregation
 602              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/qualifiers/Alias  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/Alias
 603              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/qualifiers/ArrayType  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/ArrayType
 604              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/qualifiers/ASSOCIATION  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/ASSOCIATION
 605              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/qualifiers/BitMap  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/BitMap
 606              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/qualifiers/BitValues  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/BitValues
 607              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/qualifiers/Composition  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/Composition
 608              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/qualifiers/Counter  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/Counter
 609              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/qualifiers/Delete  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/Delete
 610              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/qualifiers/Deprecated  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/Deprecated
 611              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/qualifiers/Description  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/Description
 612              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/qualifiers/DisplayName  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/DisplayName
 613              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/qualifiers/DN  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/DN
 614              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/qualifiers/EmbeddedObject  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/EmbeddedObject
 615              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/qualifiers/Exception  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/Exception
 616              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/qualifiers/Expensive  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/Expensive
 617              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/qualifiers/Experimental  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/Experimental
 618 w.otsuka 1.1 install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/qualifiers/Gauge  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/Gauge
 619              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/qualifiers/Ifdeleted  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/Ifdeleted
 620              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/qualifiers/In  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/In
 621              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/qualifiers/INDICATION  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/INDICATION
 622              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/qualifiers/Invisible  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/Invisible
 623              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/qualifiers/Key  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/Key
 624              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/qualifiers/Large  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/Large
 625              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/qualifiers/MappingStrings  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/MappingStrings
 626              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/qualifiers/Max  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/Max
 627              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/qualifiers/MaxLen  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/MaxLen
 628              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/qualifiers/MaxValue  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/MaxValue
 629              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/qualifiers/Min  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/Min
 630              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/qualifiers/MinLen  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/MinLen
 631              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/qualifiers/MinValue  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/MinValue
 632              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/qualifiers/ModelCorrespondence  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/ModelCorrespondence
 633              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/qualifiers/Nonlocal  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/Nonlocal
 634              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/qualifiers/NonlocalType  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/NonlocalType
 635              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/qualifiers/NullValue  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/NullValue
 636              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/qualifiers/Octetstring  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/Octetstring
 637              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/qualifiers/Out  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/Out
 638              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/qualifiers/Override  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/Override
 639 w.otsuka 1.1 install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/qualifiers/Propagated  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/Propagated
 640              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/qualifiers/PropertyUsage  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/PropertyUsage
 641              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/qualifiers/Provider  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/Provider
 642              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/qualifiers/Read  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/Read
 643              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/qualifiers/Required  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/Required
 644              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/qualifiers/Revision  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/Revision
 645              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/qualifiers/CLASS  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/CLASS
 646              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/qualifiers/Source  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/Source
 647              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/qualifiers/SourceType  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/SourceType
 648              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/qualifiers/Static  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/Static
 649              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/qualifiers/Syntax  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/Syntax
 650              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/qualifiers/SyntaxType  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/SyntaxType
 651              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/qualifiers/Terminal  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/Terminal
 652              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/qualifiers/TriggerType  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/TriggerType
 653              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/qualifiers/Units  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/Units
 654              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/qualifiers/UnknownValues  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/UnknownValues
 655              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/qualifiers/UnsupportedValues  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/UnsupportedValues
 656              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/qualifiers/ValueMap  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/ValueMap
 657              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/qualifiers/Values  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/Values
 658              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/qualifiers/Version  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/Version
 659              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/qualifiers/Weak  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/Weak
 660 w.otsuka 1.1 install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/qualifiers/Write  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/Write
 661              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ManagedElement.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ManagedElement.#
 662              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/associations  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/associations
 663              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_Dependency.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Dependency.#
 664              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ConcreteDependency.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ConcreteDependency.CIM_Dependency
 665              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_Component.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Component.#
 666              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ConcreteComponent.CIM_Component  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ConcreteComponent.CIM_Component
 667              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_LogicalIdentity.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_LogicalIdentity.#
 668              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ConcreteIdentity.CIM_LogicalIdentity  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ConcreteIdentity.CIM_LogicalIdentity
 669              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ManagedSystemElement.CIM_ManagedElement  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ManagedSystemElement.CIM_ManagedElement
 670              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_HostedDependency.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_HostedDependency.CIM_Dependency
 671              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_LogicalElement.CIM_ManagedSystemElement  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_LogicalElement.CIM_ManagedSystemElement
 672              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_Job.CIM_LogicalElement  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Job.CIM_LogicalElement
 673              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ConcreteJob.CIM_Job  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ConcreteJob.CIM_Job
 674              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_EnabledLogicalElement.CIM_LogicalElement  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_EnabledLogicalElement.CIM_LogicalElement
 675              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_Synchronized.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Synchronized.#
 676              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_System.CIM_EnabledLogicalElement  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_System.CIM_EnabledLogicalElement
 677              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_SystemComponent.CIM_Component  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SystemComponent.CIM_Component
 678              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_AdminDomain.CIM_System  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AdminDomain.CIM_System
 679              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ContainedDomain.CIM_SystemComponent  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ContainedDomain.CIM_SystemComponent
 680              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_Service.CIM_EnabledLogicalElement  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Service.CIM_EnabledLogicalElement
 681 w.otsuka 1.1 install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_HostedService.CIM_HostedDependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_HostedService.CIM_HostedDependency
 682              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ProvidesServiceToElement.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ProvidesServiceToElement.CIM_Dependency
 683              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ServiceAvailableToElement.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ServiceAvailableToElement.#
 684              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ServiceAffectsElement.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ServiceAffectsElement.#
 685              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ServiceServiceDependency.CIM_ProvidesServiceToElement  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ServiceServiceDependency.CIM_ProvidesServiceToElement
 686              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ServiceComponent.CIM_Component  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ServiceComponent.CIM_Component
 687              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ServiceAccessPoint.CIM_EnabledLogicalElement  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ServiceAccessPoint.CIM_EnabledLogicalElement
 688              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_HostedAccessPoint.CIM_HostedDependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_HostedAccessPoint.CIM_HostedDependency
 689              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_SAPAvailableForElement.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SAPAvailableForElement.#
 690              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ServiceSAPDependency.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ServiceSAPDependency.CIM_Dependency
 691              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ServiceAccessBySAP.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ServiceAccessBySAP.CIM_Dependency
 692              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_SAPSAPDependency.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SAPSAPDependency.CIM_Dependency
 693              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ActiveConnection.CIM_SAPSAPDependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ActiveConnection.CIM_SAPSAPDependency
 694              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_RemoteServiceAccessPoint.CIM_ServiceAccessPoint  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_RemoteServiceAccessPoint.CIM_ServiceAccessPoint
 695              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_RemotePort.CIM_RemoteServiceAccessPoint  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_RemotePort.CIM_RemoteServiceAccessPoint
 696              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ServiceAccessURI.CIM_ServiceAccessPoint  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ServiceAccessURI.CIM_ServiceAccessPoint
 697              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ProtocolEndpoint.CIM_ServiceAccessPoint  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ProtocolEndpoint.CIM_ServiceAccessPoint
 698              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_BindsTo.CIM_SAPSAPDependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_BindsTo.CIM_SAPSAPDependency
 699              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ProvidesEndpoint.CIM_ServiceAccessBySAP  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ProvidesEndpoint.CIM_ServiceAccessBySAP
 700              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_PhysicalElement.CIM_ManagedSystemElement  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PhysicalElement.CIM_ManagedSystemElement
 701              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_Location.CIM_ManagedElement  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Location.CIM_ManagedElement
 702 w.otsuka 1.1 install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ElementLocation.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ElementLocation.#
 703              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_PhysicalElementLocation.CIM_ElementLocation  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PhysicalElementLocation.CIM_ElementLocation
 704              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ContainedLocation.CIM_Component  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ContainedLocation.CIM_Component
 705              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_SystemPackaging.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SystemPackaging.CIM_Dependency
 706              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_SoftwareIdentity.CIM_LogicalElement  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SoftwareIdentity.CIM_LogicalElement
 707              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ElementSoftwareIdentity.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ElementSoftwareIdentity.CIM_Dependency
 708              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_InstalledSoftwareIdentity.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_InstalledSoftwareIdentity.#
 709              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_LogicalDevice.CIM_EnabledLogicalElement  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_LogicalDevice.CIM_EnabledLogicalElement
 710              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_Realizes.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Realizes.CIM_Dependency
 711              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_SystemDevice.CIM_SystemComponent  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SystemDevice.CIM_SystemComponent
 712              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_DeviceServiceImplementation.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DeviceServiceImplementation.CIM_Dependency
 713              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_DeviceSAPImplementation.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DeviceSAPImplementation.CIM_Dependency
 714              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_StorageExtent.CIM_LogicalDevice  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_StorageExtent.CIM_LogicalDevice
 715              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_BasedOn.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_BasedOn.CIM_Dependency
 716              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_Collection.CIM_ManagedElement  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Collection.CIM_ManagedElement
 717              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_MemberOfCollection.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_MemberOfCollection.#
 718              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_OrderedMemberOfCollection.CIM_MemberOfCollection  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_OrderedMemberOfCollection.CIM_MemberOfCollection
 719              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_SystemSpecificCollection.CIM_Collection  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SystemSpecificCollection.CIM_Collection
 720              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ConcreteCollection.CIM_Collection  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ConcreteCollection.CIM_Collection
 721              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_HostedCollection.CIM_HostedDependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_HostedCollection.CIM_HostedDependency
 722              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_CollectionOfMSEs.CIM_Collection  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_CollectionOfMSEs.CIM_Collection
 723 w.otsuka 1.1 install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_CollectedCollections.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_CollectedCollections.#
 724              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_CollectedMSEs.CIM_MemberOfCollection  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_CollectedMSEs.CIM_MemberOfCollection
 725              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_RedundancyGroup.CIM_LogicalElement  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_RedundancyGroup.CIM_LogicalElement
 726              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_RedundancyComponent.CIM_Component  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_RedundancyComponent.CIM_Component
 727              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_SpareGroup.CIM_RedundancyGroup  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SpareGroup.CIM_RedundancyGroup
 728              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ActsAsSpare.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ActsAsSpare.#
 729              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_StorageRedundancyGroup.CIM_RedundancyGroup  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_StorageRedundancyGroup.CIM_RedundancyGroup
 730              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ExtraCapacityGroup.CIM_RedundancyGroup  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ExtraCapacityGroup.CIM_RedundancyGroup
 731              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ExtentRedundancyComponent.CIM_RedundancyComponent  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ExtentRedundancyComponent.CIM_RedundancyComponent
 732              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_Product.CIM_ManagedElement  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Product.CIM_ManagedElement
 733              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ProductComponent.CIM_Component  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ProductComponent.CIM_Component
 734              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ProductParentChild.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ProductParentChild.#
 735              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_CompatibleProduct.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_CompatibleProduct.#
 736              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ProductProductDependency.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ProductProductDependency.#
 737              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_SupportAccess.CIM_ManagedElement  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SupportAccess.CIM_ManagedElement
 738              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ProductSupport.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ProductSupport.#
 739              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_FRU.CIM_ManagedElement  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_FRU.CIM_ManagedElement
 740              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ProductFRU.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ProductFRU.#
 741              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ReplaceableProductFRU.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ReplaceableProductFRU.#
 742              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ProductPhysicalComponent.CIM_Component  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ProductPhysicalComponent.CIM_Component
 743              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ProductSoftwareComponent.CIM_Component  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ProductSoftwareComponent.CIM_Component
 744 w.otsuka 1.1 install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ProductServiceComponent.CIM_Component  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ProductServiceComponent.CIM_Component
 745              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ProductPhysicalElements.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ProductPhysicalElements.#
 746              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_FRUPhysicalElements.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_FRUPhysicalElements.#
 747              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_FRUIncludesProduct.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_FRUIncludesProduct.#
 748              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_Capabilities.CIM_ManagedElement  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Capabilities.CIM_ManagedElement
 749              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ElementCapabilities.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ElementCapabilities.#
 750              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_SettingData.CIM_ManagedElement  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SettingData.CIM_ManagedElement
 751              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ScopedSettingData.CIM_SettingData  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ScopedSettingData.CIM_SettingData
 752              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ScopedSetting.CIM_HostedDependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ScopedSetting.CIM_HostedDependency
 753              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ElementSettingData.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ElementSettingData.#
 754              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_Profile.CIM_Collection  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Profile.CIM_Collection
 755              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ElementProfile.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ElementProfile.#
 756              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_Setting.CIM_ManagedElement  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Setting.CIM_ManagedElement
 757              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ElementSetting.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ElementSetting.#
 758              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_DefaultSetting.CIM_ElementSetting  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DefaultSetting.CIM_ElementSetting
 759              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_SystemSetting.CIM_Setting  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SystemSetting.CIM_Setting
 760              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_SettingForSystem.CIM_HostedDependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SettingForSystem.CIM_HostedDependency
 761              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_Configuration.CIM_ManagedElement  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Configuration.CIM_ManagedElement
 762              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ConfigurationComponent.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ConfigurationComponent.#
 763              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ElementConfiguration.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ElementConfiguration.#
 764              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_CollectionConfiguration.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_CollectionConfiguration.#
 765 w.otsuka 1.1 install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_DependencyContext.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DependencyContext.#
 766              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_SettingContext.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SettingContext.#
 767              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_CollectionSetting.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_CollectionSetting.#
 768              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_SystemConfiguration.CIM_ManagedElement  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SystemConfiguration.CIM_ManagedElement
 769              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ConfigurationForSystem.CIM_HostedDependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ConfigurationForSystem.CIM_HostedDependency
 770              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_SystemSettingContext.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SystemSettingContext.#
 771              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_StatisticalData.CIM_ManagedElement  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_StatisticalData.CIM_ManagedElement
 772              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ElementStatisticalData.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ElementStatisticalData.#
 773              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_RelatedStatisticalData.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_RelatedStatisticalData.#
 774              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_StatisticalInformation.CIM_ManagedElement  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_StatisticalInformation.CIM_ManagedElement
 775              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_Statistics.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Statistics.#
 776              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_RelatedStatistics.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_RelatedStatistics.#
 777              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_SystemStatisticalInformation.CIM_StatisticalInformation  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SystemStatisticalInformation.CIM_StatisticalInformation
 778              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_SystemStatistics.CIM_Statistics  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SystemStatistics.CIM_Statistics
 779              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ServiceStatisticalInformation.CIM_StatisticalInformation  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ServiceStatisticalInformation.CIM_StatisticalInformation
 780              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ServiceStatistics.CIM_Statistics  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ServiceStatistics.CIM_Statistics
 781              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_SAPStatisticalInformation.CIM_StatisticalInformation  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SAPStatisticalInformation.CIM_StatisticalInformation
 782              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_SAPStatistics.CIM_Statistics  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SAPStatistics.CIM_Statistics
 783              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_DeviceStatisticalInformation.CIM_StatisticalInformation  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DeviceStatisticalInformation.CIM_StatisticalInformation
 784              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_DeviceStatistics.CIM_Statistics  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DeviceStatistics.CIM_Statistics
 785              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_PhysicalStatisticalInformation.CIM_StatisticalInformation  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PhysicalStatisticalInformation.CIM_StatisticalInformation
 786 w.otsuka 1.1 install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_PhysicalStatistics.CIM_Statistics  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PhysicalStatistics.CIM_Statistics
 787              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_StatisticalSetting.CIM_SettingData  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_StatisticalSetting.CIM_SettingData
 788              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_MethodParameters.CIM_ManagedElement  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_MethodParameters.CIM_ManagedElement
 789              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ParameterValueSources.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ParameterValueSources.#
 790              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ParametersForMethod.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ParametersForMethod.#
 791              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_PowerManagementCapabilities.CIM_Capabilities  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PowerManagementCapabilities.CIM_Capabilities
 792              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_PowerManagementService.CIM_Service  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PowerManagementService.CIM_Service
 793              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_PhysicalPackage.CIM_PhysicalElement  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PhysicalPackage.CIM_PhysicalElement
 794              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_Container.CIM_Component  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Container.CIM_Component
 795              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_PhysicalFrame.CIM_PhysicalPackage  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PhysicalFrame.CIM_PhysicalPackage
 796              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_Rack.CIM_PhysicalFrame  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Rack.CIM_PhysicalFrame
 797              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_Chassis.CIM_PhysicalFrame  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Chassis.CIM_PhysicalFrame
 798              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_PhysicalConnector.CIM_PhysicalElement  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PhysicalConnector.CIM_PhysicalElement
 799              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ChassisInRack.CIM_Container  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ChassisInRack.CIM_Container
 800              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_PackageInChassis.CIM_Container  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PackageInChassis.CIM_Container
 801              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_Docked.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Docked.CIM_Dependency
 802              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_Card.CIM_PhysicalPackage  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Card.CIM_PhysicalPackage
 803              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_SystemBusCard.CIM_Card  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SystemBusCard.CIM_Card
 804              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_CardOnCard.CIM_Container  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_CardOnCard.CIM_Container
 805              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_PackageLocation.CIM_PhysicalPackage  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PackageLocation.CIM_PhysicalPackage
 806              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_StorageMediaLocation.CIM_PackageLocation  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_StorageMediaLocation.CIM_PackageLocation
 807 w.otsuka 1.1 install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_Magazine.CIM_StorageMediaLocation  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Magazine.CIM_StorageMediaLocation
 808              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_MediaPhysicalStatData.CIM_StatisticalData  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_MediaPhysicalStatData.CIM_StatisticalData
 809              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_MediaPhysicalStatInfo.CIM_PhysicalStatisticalInformation  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_MediaPhysicalStatInfo.CIM_PhysicalStatisticalInformation
 810              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ConnectedTo.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ConnectedTo.CIM_Dependency
 811              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_Slot.CIM_PhysicalConnector  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Slot.CIM_PhysicalConnector
 812              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_SlotInSlot.CIM_ConnectedTo  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SlotInSlot.CIM_ConnectedTo
 813              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_AdjacentSlots.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AdjacentSlots.#
 814              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_PackageInConnector.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PackageInConnector.CIM_Dependency
 815              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_PackageInSlot.CIM_PackageInConnector  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PackageInSlot.CIM_PackageInConnector
 816              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_CardInSlot.CIM_PackageInSlot  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_CardInSlot.CIM_PackageInSlot
 817              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ConnectorOnPackage.CIM_Container  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ConnectorOnPackage.CIM_Container
 818              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_PhysicalLink.CIM_PhysicalElement  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PhysicalLink.CIM_PhysicalElement
 819              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ElementsLinked.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ElementsLinked.CIM_Dependency
 820              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_LinkHasConnector.CIM_Component  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_LinkHasConnector.CIM_Component
 821              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_PhysicalComponent.CIM_PhysicalElement  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PhysicalComponent.CIM_PhysicalElement
 822              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_PackagedComponent.CIM_Container  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PackagedComponent.CIM_Container
 823              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_Chip.CIM_PhysicalComponent  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Chip.CIM_PhysicalComponent
 824              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_PhysicalMemory.CIM_Chip  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PhysicalMemory.CIM_Chip
 825              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_MemoryOnCard.CIM_PackagedComponent  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_MemoryOnCard.CIM_PackagedComponent
 826              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_PhysicalMedia.CIM_PhysicalComponent  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PhysicalMedia.CIM_PhysicalComponent
 827              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_MemoryWithMedia.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_MemoryWithMedia.CIM_Dependency
 828 w.otsuka 1.1 install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_PhysicalMediaInLocation.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PhysicalMediaInLocation.CIM_Dependency
 829              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_PhysicalTape.CIM_PhysicalMedia  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PhysicalTape.CIM_PhysicalMedia
 830              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_HomeForMedia.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_HomeForMedia.CIM_Dependency
 831              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ReplacementSet.CIM_Collection  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ReplacementSet.CIM_Collection
 832              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ParticipatesInSet.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ParticipatesInSet.#
 833              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_PhysicalCapacity.CIM_ManagedElement  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PhysicalCapacity.CIM_ManagedElement
 834              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ElementCapacity.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ElementCapacity.#
 835              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_MemoryCapacity.CIM_PhysicalCapacity  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_MemoryCapacity.CIM_PhysicalCapacity
 836              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ConfigurationCapacity.CIM_PhysicalCapacity  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ConfigurationCapacity.CIM_PhysicalCapacity
 837              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ComputerSystem.CIM_System  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ComputerSystem.CIM_System
 838              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ComputerSystemNodeCapabilities.CIM_Capabilities  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ComputerSystemNodeCapabilities.CIM_Capabilities
 839              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ComponentCS.CIM_SystemComponent  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ComponentCS.CIM_SystemComponent
 840              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_UnitaryComputerSystem.CIM_ComputerSystem  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_UnitaryComputerSystem.CIM_ComputerSystem
 841              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_SystemPartition.CIM_ComponentCS  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SystemPartition.CIM_ComponentCS
 842              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_VirtualComputerSystem.CIM_ComputerSystem  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_VirtualComputerSystem.CIM_ComputerSystem
 843              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_HostingCS.CIM_HostedDependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_HostingCS.CIM_HostedDependency
 844              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_Cluster.CIM_ComputerSystem  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Cluster.CIM_ComputerSystem
 845              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ParticipatingCS.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ParticipatingCS.CIM_Dependency
 846              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_Export.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Export.#
 847              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ClusteringService.CIM_Service  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ClusteringService.CIM_Service
 848              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ClusteringSAP.CIM_ServiceAccessPoint  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ClusteringSAP.CIM_ServiceAccessPoint
 849 w.otsuka 1.1 install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ClusterServiceAccessBySAP.CIM_ServiceAccessBySAP  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ClusterServiceAccessBySAP.CIM_ServiceAccessBySAP
 850              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_HostedClusterService.CIM_HostedService  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_HostedClusterService.CIM_HostedService
 851              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_HostedClusterSAP.CIM_HostedAccessPoint  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_HostedClusterSAP.CIM_HostedAccessPoint
 852              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ComputerSystemPackage.CIM_SystemPackaging  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ComputerSystemPackage.CIM_SystemPackaging
 853              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_FileSystem.CIM_EnabledLogicalElement  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_FileSystem.CIM_EnabledLogicalElement
 854              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_LocalFileSystem.CIM_FileSystem  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_LocalFileSystem.CIM_FileSystem
 855              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_RemoteFileSystem.CIM_FileSystem  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_RemoteFileSystem.CIM_FileSystem
 856              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_NFS.CIM_RemoteFileSystem  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_NFS.CIM_RemoteFileSystem
 857              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_FileSystemCapabilities.CIM_Capabilities  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_FileSystemCapabilities.CIM_Capabilities
 858              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_FileSystemSettingData.CIM_ScopedSettingData  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_FileSystemSettingData.CIM_ScopedSettingData
 859              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_LogicalFile.CIM_LogicalElement  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_LogicalFile.CIM_LogicalElement
 860              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_DataFile.CIM_LogicalFile  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DataFile.CIM_LogicalFile
 861              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_Directory.CIM_LogicalFile  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Directory.CIM_LogicalFile
 862              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_DeviceFile.CIM_LogicalFile  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DeviceFile.CIM_LogicalFile
 863              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_FIFOPipeFile.CIM_LogicalFile  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_FIFOPipeFile.CIM_LogicalFile
 864              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_SymbolicLink.CIM_LogicalFile  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SymbolicLink.CIM_LogicalFile
 865              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_DeviceAccessedByFile.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DeviceAccessedByFile.CIM_Dependency
 866              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_DirectoryContainsFile.CIM_Component  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DirectoryContainsFile.CIM_Component
 867              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_Mount.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Mount.CIM_Dependency
 868              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_HostedFileSystem.CIM_SystemComponent  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_HostedFileSystem.CIM_SystemComponent
 869              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_FileStorage.CIM_Component  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_FileStorage.CIM_Component
 870 w.otsuka 1.1 install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ResidesOnExtent.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ResidesOnExtent.CIM_Dependency
 871              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_OperatingSystem.CIM_EnabledLogicalElement  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_OperatingSystem.CIM_EnabledLogicalElement
 872              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_InstalledOS.CIM_SystemComponent  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_InstalledOS.CIM_SystemComponent
 873              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_RunningOS.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_RunningOS.CIM_Dependency
 874              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_BootOSFromFS.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_BootOSFromFS.CIM_Dependency
 875              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_Process.CIM_EnabledLogicalElement  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Process.CIM_EnabledLogicalElement
 876              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_OSProcess.CIM_Component  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_OSProcess.CIM_Component
 877              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ProcessExecutable.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ProcessExecutable.CIM_Dependency
 878              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ServiceProcess.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ServiceProcess.#
 879              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_Thread.CIM_EnabledLogicalElement  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Thread.CIM_EnabledLogicalElement
 880              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ProcessThread.CIM_Component  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ProcessThread.CIM_Component
 881              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_OwningJobElement.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_OwningJobElement.#
 882              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_AffectedJobElement.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AffectedJobElement.#
 883              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ProcessOfJob.CIM_Component  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ProcessOfJob.CIM_Component
 884              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_JobDestination.CIM_EnabledLogicalElement  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_JobDestination.CIM_EnabledLogicalElement
 885              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_HostedJobDestination.CIM_HostedDependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_HostedJobDestination.CIM_HostedDependency
 886              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_JobDestinationJobs.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_JobDestinationJobs.CIM_Dependency
 887              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_BootService.CIM_Service  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_BootService.CIM_Service
 888              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_BootSAP.CIM_ServiceAccessPoint  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_BootSAP.CIM_ServiceAccessPoint
 889              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_BootServiceAccessBySAP.CIM_ServiceAccessBySAP  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_BootServiceAccessBySAP.CIM_ServiceAccessBySAP
 890              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_HostedBootService.CIM_HostedService  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_HostedBootService.CIM_HostedService
 891 w.otsuka 1.1 install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_HostedBootSAP.CIM_HostedAccessPoint  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_HostedBootSAP.CIM_HostedAccessPoint
 892              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_OOBAlertService.CIM_Service  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_OOBAlertService.CIM_Service
 893              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_WakeUpService.CIM_Service  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_WakeUpService.CIM_Service
 894              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_TimeZone.CIM_Setting  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_TimeZone.CIM_Setting
 895              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_UnixLocalFileSystem.CIM_LocalFileSystem  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_UnixLocalFileSystem.CIM_LocalFileSystem
 896              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_UnixProcess.CIM_Process  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_UnixProcess.CIM_Process
 897              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_UnixProcessStatisticalInformation.CIM_StatisticalInformation  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_UnixProcessStatisticalInformation.CIM_StatisticalInformation
 898              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_UnixProcessStatistics.CIM_Statistics  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_UnixProcessStatistics.CIM_Statistics
 899              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_UnixThread.CIM_Thread  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_UnixThread.CIM_Thread
 900              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_UnixFile.CIM_LogicalElement  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_UnixFile.CIM_LogicalElement
 901              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_FileIdentity.CIM_LogicalIdentity  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_FileIdentity.CIM_LogicalIdentity
 902              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_UnixDirectory.CIM_Directory  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_UnixDirectory.CIM_Directory
 903              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_UnixDeviceFile.CIM_DeviceFile  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_UnixDeviceFile.CIM_DeviceFile
 904              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_SystemResource.CIM_EnabledLogicalElement  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SystemResource.CIM_EnabledLogicalElement
 905              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_IRQ.CIM_SystemResource  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_IRQ.CIM_SystemResource
 906              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_MemoryMappedIO.CIM_SystemResource  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_MemoryMappedIO.CIM_SystemResource
 907              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_MemoryResource.CIM_MemoryMappedIO  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_MemoryResource.CIM_MemoryMappedIO
 908              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_PortResource.CIM_MemoryMappedIO  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PortResource.CIM_MemoryMappedIO
 909              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_DMA.CIM_SystemResource  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DMA.CIM_SystemResource
 910              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ResourceOfSystem.CIM_SystemComponent  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ResourceOfSystem.CIM_SystemComponent
 911              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ComputerSystemResource.CIM_ResourceOfSystem  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ComputerSystemResource.CIM_ResourceOfSystem
 912 w.otsuka 1.1 install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ComputerSystemIRQ.CIM_ComputerSystemResource  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ComputerSystemIRQ.CIM_ComputerSystemResource
 913              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ComputerSystemMappedIO.CIM_ComputerSystemResource  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ComputerSystemMappedIO.CIM_ComputerSystemResource
 914              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ComputerSystemDMA.CIM_ComputerSystemResource  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ComputerSystemDMA.CIM_ComputerSystemResource
 915              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_AllocatedResource.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AllocatedResource.CIM_Dependency
 916              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_AllocatedDMA.CIM_AllocatedResource  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AllocatedDMA.CIM_AllocatedResource
 917              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_MessageLog.CIM_EnabledLogicalElement  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_MessageLog.CIM_EnabledLogicalElement
 918              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_LogRecord.CIM_ManagedElement  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_LogRecord.CIM_ManagedElement
 919              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_RecordInLog.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_RecordInLog.#
 920              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_LogInDeviceFile.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_LogInDeviceFile.CIM_Dependency
 921              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_LogInDataFile.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_LogInDataFile.CIM_Dependency
 922              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_LogInStorage.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_LogInStorage.CIM_Dependency
 923              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_UseOfMessageLog.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_UseOfMessageLog.CIM_Dependency
 924              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_OperationLog.CIM_UseOfMessageLog  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_OperationLog.CIM_UseOfMessageLog
 925              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_DiagnosticSetting.CIM_Setting  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DiagnosticSetting.CIM_Setting
 926              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_DiagnosticResult.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DiagnosticResult.#
 927              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_DiagnosticTest.CIM_Service  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DiagnosticTest.CIM_Service
 928              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_DiagnosticResultForMSE.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DiagnosticResultForMSE.#
 929              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_DiagnosticResultForTest.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DiagnosticResultForTest.#
 930              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_DiagnosticTestForMSE.CIM_ProvidesServiceToElement  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DiagnosticTestForMSE.CIM_ProvidesServiceToElement
 931              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_DiagnosticTestInPackage.CIM_Component  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DiagnosticTestInPackage.CIM_Component
 932              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_DiagnosticResultInPackage.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DiagnosticResultInPackage.#
 933 w.otsuka 1.1 install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_DiagnosticSettingForTest.CIM_ElementSetting  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DiagnosticSettingForTest.CIM_ElementSetting
 934              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_Indication.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Indication.#
 935              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ClassIndication.CIM_Indication  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ClassIndication.CIM_Indication
 936              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ClassCreation.CIM_ClassIndication  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ClassCreation.CIM_ClassIndication
 937              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ClassDeletion.CIM_ClassIndication  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ClassDeletion.CIM_ClassIndication
 938              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_IndicationSubscription.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_IndicationSubscription.#
 939              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ClassModification.CIM_ClassIndication  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ClassModification.CIM_ClassIndication
 940              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_InstIndication.CIM_Indication  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_InstIndication.CIM_Indication
 941              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_InstCreation.CIM_InstIndication  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_InstCreation.CIM_InstIndication
 942              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_InstDeletion.CIM_InstIndication  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_InstDeletion.CIM_InstIndication
 943              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_InstModification.CIM_InstIndication  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_InstModification.CIM_InstIndication
 944              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_InstMethodCall.CIM_InstIndication  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_InstMethodCall.CIM_InstIndication
 945              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_InstRead.CIM_InstIndication  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_InstRead.CIM_InstIndication
 946              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ProcessIndication.CIM_Indication  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ProcessIndication.CIM_Indication
 947              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_SNMPTrapIndication.CIM_ProcessIndication  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SNMPTrapIndication.CIM_ProcessIndication
 948              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_AlertIndication.CIM_ProcessIndication  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AlertIndication.CIM_ProcessIndication
 949              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ThresholdIndication.CIM_AlertIndication  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ThresholdIndication.CIM_AlertIndication
 950              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_AlertInstIndication.CIM_AlertIndication  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AlertInstIndication.CIM_AlertIndication
 951              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_IndicationFilter.CIM_ManagedElement  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_IndicationFilter.CIM_ManagedElement
 952              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ListenerDestination.CIM_ManagedElement  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ListenerDestination.CIM_ManagedElement
 953              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ListenerDestinationCIMXML.CIM_ListenerDestination  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ListenerDestinationCIMXML.CIM_ListenerDestination
 954 w.otsuka 1.1 install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_IndicationHandler.CIM_ListenerDestination  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_IndicationHandler.CIM_ListenerDestination
 955              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_IndicationHandlerCIMXML.CIM_IndicationHandler  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_IndicationHandlerCIMXML.CIM_IndicationHandler
 956              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_WBEMService.CIM_Service  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_WBEMService.CIM_Service
 957              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ObjectManager.CIM_WBEMService  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ObjectManager.CIM_WBEMService
 958              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ObjectManagerCommunicationMechanism.CIM_ServiceAccessPoint  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ObjectManagerCommunicationMechanism.CIM_ServiceAccessPoint
 959              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_CIMXMLCommunicationMechanism.CIM_ObjectManagerCommunicationMechanism  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_CIMXMLCommunicationMechanism.CIM_ObjectManagerCommunicationMechanism
 960              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_CommMechanismForManager.CIM_ServiceAccessBySAP  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_CommMechanismForManager.CIM_ServiceAccessBySAP
 961              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ProtocolAdapter.CIM_WBEMService  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ProtocolAdapter.CIM_WBEMService
 962              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ObjectManagerAdapter.CIM_WBEMService  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ObjectManagerAdapter.CIM_WBEMService
 963              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_CommMechanismForAdapter.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_CommMechanismForAdapter.CIM_Dependency
 964              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_CommMechanismForObjectManagerAdapter.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_CommMechanismForObjectManagerAdapter.CIM_Dependency
 965              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_Namespace.CIM_ManagedElement  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Namespace.CIM_ManagedElement
 966              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_SystemIdentification.CIM_ManagedElement  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SystemIdentification.CIM_ManagedElement
 967              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_NamespaceInManager.CIM_HostedDependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_NamespaceInManager.CIM_HostedDependency
 968              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_SystemInNamespace.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SystemInNamespace.#
 969              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_IdentificationOfManagedSystem.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_IdentificationOfManagedSystem.CIM_Dependency
 970              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_CIMOMStatisticalData.CIM_StatisticalData  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_CIMOMStatisticalData.CIM_StatisticalData
 971              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_RegisteredProfile.CIM_ManagedElement  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_RegisteredProfile.CIM_ManagedElement
 972              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_RegisteredSubProfile.CIM_RegisteredProfile  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_RegisteredSubProfile.CIM_RegisteredProfile
 973              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ReferencedProfile.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ReferencedProfile.CIM_Dependency
 974              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_SubProfileRequiresProfile.CIM_ReferencedProfile  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SubProfileRequiresProfile.CIM_ReferencedProfile
 975 w.otsuka 1.1 install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ElementConformsToProfile.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ElementConformsToProfile.#
 976              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_MemberPrincipal.CIM_MemberOfCollection  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_MemberPrincipal.CIM_MemberOfCollection
 977              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_CollectionInSystem.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_CollectionInSystem.#
 978              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_OrganizationalEntity.CIM_ManagedElement  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_OrganizationalEntity.CIM_ManagedElement
 979              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_OrgStructure.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_OrgStructure.#
 980              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_CollectionInOrganization.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_CollectionInOrganization.#
 981              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_Organization.CIM_OrganizationalEntity  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Organization.CIM_OrganizationalEntity
 982              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_OtherOrganizationInformation.CIM_ManagedElement  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_OtherOrganizationInformation.CIM_ManagedElement
 983              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_MoreOrganizationInfo.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_MoreOrganizationInfo.CIM_Dependency
 984              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_OrgUnit.CIM_OrganizationalEntity  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_OrgUnit.CIM_OrganizationalEntity
 985              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_OtherOrgUnitInformation.CIM_ManagedElement  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_OtherOrgUnitInformation.CIM_ManagedElement
 986              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_MoreOrgUnitInfo.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_MoreOrgUnitInfo.CIM_Dependency
 987              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_UserEntity.CIM_OrganizationalEntity  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_UserEntity.CIM_OrganizationalEntity
 988              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_UserContact.CIM_UserEntity  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_UserContact.CIM_UserEntity
 989              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_Person.CIM_UserContact  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Person.CIM_UserContact
 990              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_SystemAdministrator.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SystemAdministrator.CIM_Dependency
 991              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_OtherPersonInformation.CIM_ManagedElement  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_OtherPersonInformation.CIM_ManagedElement
 992              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_MorePersonInfo.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_MorePersonInfo.CIM_Dependency
 993              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_Group.CIM_Collection  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Group.CIM_Collection
 994              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_OtherGroupInformation.CIM_ManagedElement  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_OtherGroupInformation.CIM_ManagedElement
 995              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_MoreGroupInfo.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_MoreGroupInfo.CIM_Dependency
 996 w.otsuka 1.1 install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_SystemAdministratorGroup.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SystemAdministratorGroup.CIM_Dependency
 997              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_Role.CIM_Collection  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Role.CIM_Collection
 998              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_OtherRoleInformation.CIM_ManagedElement  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_OtherRoleInformation.CIM_ManagedElement
 999              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_MoreRoleInfo.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_MoreRoleInfo.CIM_Dependency
1000              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_SystemAdministratorRole.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SystemAdministratorRole.CIM_Dependency
1001              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_SecurityService.CIM_Service  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SecurityService.CIM_Service
1002              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ServiceUsesSecurityService.CIM_ServiceServiceDependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ServiceUsesSecurityService.CIM_ServiceServiceDependency
1003              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_SecurityServiceForSystem.CIM_ProvidesServiceToElement  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SecurityServiceForSystem.CIM_ProvidesServiceToElement
1004              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_AuthenticationService.CIM_SecurityService  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AuthenticationService.CIM_SecurityService
1005              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_VerificationService.CIM_AuthenticationService  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_VerificationService.CIM_AuthenticationService
1006              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_CredentialManagementService.CIM_AuthenticationService  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_CredentialManagementService.CIM_AuthenticationService
1007              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_TrustHierarchy.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_TrustHierarchy.CIM_Dependency
1008              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_CredentialManagementSAP.CIM_ServiceAccessPoint  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_CredentialManagementSAP.CIM_ServiceAccessPoint
1009              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_LocalCredentialManagementService.CIM_CredentialManagementService  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_LocalCredentialManagementService.CIM_CredentialManagementService
1010              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_AuthorizationService.CIM_SecurityService  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AuthorizationService.CIM_SecurityService
1011              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_Credential.CIM_ManagedElement  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Credential.CIM_ManagedElement
1012              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ManagedCredential.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ManagedCredential.CIM_Dependency
1013              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_Identity.CIM_ManagedElement  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Identity.CIM_ManagedElement
1014              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_IdentityContext.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_IdentityContext.#
1015              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_AssignedIdentity.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AssignedIdentity.#
1016              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_IPNetworkIdentity.CIM_Identity  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_IPNetworkIdentity.CIM_Identity
1017 w.otsuka 1.1 install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_SecuritySensitivity.CIM_ManagedElement  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SecuritySensitivity.CIM_ManagedElement
1018              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ElementSecuritySensitivity.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ElementSecuritySensitivity.#
1019              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_AuthenticationRequirement.CIM_LogicalElement  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AuthenticationRequirement.CIM_LogicalElement
1020              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_HostedAuthenticationRequirement.CIM_HostedDependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_HostedAuthenticationRequirement.CIM_HostedDependency
1021              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_SharedSecret.CIM_Credential  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SharedSecret.CIM_Credential
1022              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_AuthenticateForUse.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AuthenticateForUse.CIM_Dependency
1023              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_RequireCredentialsFrom.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_RequireCredentialsFrom.CIM_Dependency
1024              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_AuthenticationTarget.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AuthenticationTarget.CIM_Dependency
1025              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_KerberosKeyDistributionCenter.CIM_CredentialManagementService  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_KerberosKeyDistributionCenter.CIM_CredentialManagementService
1026              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_KerberosTicket.CIM_Credential  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_KerberosTicket.CIM_Credential
1027              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_KDCIssuesKerberosTicket.CIM_ManagedCredential  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_KDCIssuesKerberosTicket.CIM_ManagedCredential
1028              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_CertificateAuthority.CIM_CredentialManagementService  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_CertificateAuthority.CIM_CredentialManagementService
1029              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_PublicKeyManagementService.CIM_LocalCredentialManagementService  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PublicKeyManagementService.CIM_LocalCredentialManagementService
1030              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_PublicKeyCertificate.CIM_Credential  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PublicKeyCertificate.CIM_Credential
1031              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_CAHasPublicCertificate.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_CAHasPublicCertificate.CIM_Dependency
1032              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_CASignsPublicKeyCertificate.CIM_ManagedCredential  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_CASignsPublicKeyCertificate.CIM_ManagedCredential
1033              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_UnsignedPublicKey.CIM_Credential  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_UnsignedPublicKey.CIM_Credential
1034              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_LocallyManagedPublicKey.CIM_ManagedCredential  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_LocallyManagedPublicKey.CIM_ManagedCredential
1035              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_SharedSecretService.CIM_LocalCredentialManagementService  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SharedSecretService.CIM_LocalCredentialManagementService
1036              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_SharedSecretIsShared.CIM_ManagedCredential  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SharedSecretIsShared.CIM_ManagedCredential
1037              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_NamedSharedIKESecret.CIM_Credential  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_NamedSharedIKESecret.CIM_Credential
1038 w.otsuka 1.1 install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_IKESecretIsNamed.CIM_ManagedCredential  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_IKESecretIsNamed.CIM_ManagedCredential
1039              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_UsersAccess.CIM_UserEntity  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_UsersAccess.CIM_UserEntity
1040              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ElementAsUser.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ElementAsUser.CIM_Dependency
1041              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_UsersCredential.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_UsersCredential.CIM_Dependency
1042              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_Notary.CIM_CredentialManagementService  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Notary.CIM_CredentialManagementService
1043              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_NotaryVerifiesBiometric.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_NotaryVerifiesBiometric.CIM_Dependency
1044              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_PublicPrivateKeyPair.CIM_UsersCredential  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PublicPrivateKeyPair.CIM_UsersCredential
1045              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_Privilege.CIM_ManagedElement  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Privilege.CIM_ManagedElement
1046              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_AuthorizedPrivilege.CIM_Privilege  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AuthorizedPrivilege.CIM_Privilege
1047              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_AuthorizedSubject.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AuthorizedSubject.#
1048              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_AuthorizedTarget.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AuthorizedTarget.#
1049              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_Account.CIM_LogicalElement  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Account.CIM_LogicalElement
1050              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_AccountIdentity.CIM_LogicalIdentity  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AccountIdentity.CIM_LogicalIdentity
1051              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_AccountOnSystem.CIM_SystemComponent  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AccountOnSystem.CIM_SystemComponent
1052              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_UsersAccount.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_UsersAccount.CIM_Dependency
1053              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_AccountMapsToAccount.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AccountMapsToAccount.CIM_Dependency
1054              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_SecurityServiceUsesAccount.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SecurityServiceUsesAccount.CIM_Dependency
1055              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_AccountManagementService.CIM_SecurityService  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AccountManagementService.CIM_SecurityService
1056              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ManagesAccount.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ManagesAccount.CIM_Dependency
1057              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ManagesAccountOnSystem.CIM_SecurityServiceForSystem  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ManagesAccountOnSystem.CIM_SecurityServiceForSystem
1058              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_AccessControlInformation.CIM_LogicalElement  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AccessControlInformation.CIM_LogicalElement
1059 w.otsuka 1.1 install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_HostedACI.CIM_HostedDependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_HostedACI.CIM_HostedDependency
1060              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_AuthorizedUse.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AuthorizedUse.CIM_Dependency
1061              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_AuthorizationSubject.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AuthorizationSubject.CIM_Dependency
1062              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_AuthorizationTarget.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AuthorizationTarget.CIM_Dependency
1063              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_PrivilegeManagementService.CIM_AuthorizationService  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PrivilegeManagementService.CIM_AuthorizationService
1064              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_StorageClientSettingData.CIM_SettingData  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_StorageClientSettingData.CIM_SettingData
1065              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_StorageHardwareID.CIM_Identity  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_StorageHardwareID.CIM_Identity
1066              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_GatewayPathID.CIM_StorageHardwareID  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_GatewayPathID.CIM_StorageHardwareID
1067              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_StorageHardwareIDManagementService.CIM_AuthenticationService  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_StorageHardwareIDManagementService.CIM_AuthenticationService
1068              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ApplicationSystem.CIM_System  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ApplicationSystem.CIM_System
1069              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ApplicationSystemDirectory.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ApplicationSystemDirectory.#
1070              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_SoftwareElement.CIM_LogicalElement  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SoftwareElement.CIM_LogicalElement
1071              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_SoftwareFeature.CIM_LogicalElement  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SoftwareFeature.CIM_LogicalElement
1072              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_SoftwareFeatureSoftwareElements.CIM_Component  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SoftwareFeatureSoftwareElements.CIM_Component
1073              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_SoftwareElementComponent.CIM_Component  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SoftwareElementComponent.CIM_Component
1074              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_SoftwareFeatureComponent.CIM_Component  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SoftwareFeatureComponent.CIM_Component
1075              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ProductSoftwareFeatures.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ProductSoftwareFeatures.#
1076              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ApplicationSystemSoftwareFeature.CIM_SystemComponent  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ApplicationSystemSoftwareFeature.CIM_SystemComponent
1077              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_SoftwareFeatureServiceImplementation.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SoftwareFeatureServiceImplementation.CIM_Dependency
1078              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_SoftwareFeatureSAPImplementation.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SoftwareFeatureSAPImplementation.CIM_Dependency
1079              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_FRUIncludesSoftwareFeature.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_FRUIncludesSoftwareFeature.#
1080 w.otsuka 1.1 install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_SoftwareElementServiceImplementation.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SoftwareElementServiceImplementation.CIM_Dependency
1081              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_SoftwareElementSAPImplementation.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SoftwareElementSAPImplementation.CIM_Dependency
1082              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_InstalledProduct.CIM_Collection  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_InstalledProduct.CIM_Collection
1083              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_InstalledProductImage.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_InstalledProductImage.#
1084              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_CollectedSoftwareElements.CIM_MemberOfCollection  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_CollectedSoftwareElements.CIM_MemberOfCollection
1085              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_CollectedSoftwareFeatures.CIM_MemberOfCollection  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_CollectedSoftwareFeatures.CIM_MemberOfCollection
1086              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_Check.CIM_ManagedElement  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Check.CIM_ManagedElement
1087              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_DirectorySpecification.CIM_Check  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DirectorySpecification.CIM_Check
1088              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ArchitectureCheck.CIM_Check  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ArchitectureCheck.CIM_Check
1089              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_MemoryCheck.CIM_Check  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_MemoryCheck.CIM_Check
1090              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_DiskSpaceCheck.CIM_Check  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DiskSpaceCheck.CIM_Check
1091              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_SwapSpaceCheck.CIM_Check  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SwapSpaceCheck.CIM_Check
1092              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_OSVersionCheck.CIM_Check  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_OSVersionCheck.CIM_Check
1093              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_SoftwareElementVersionCheck.CIM_Check  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SoftwareElementVersionCheck.CIM_Check
1094              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_FileSpecification.CIM_Check  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_FileSpecification.CIM_Check
1095              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_VersionCompatibilityCheck.CIM_Check  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_VersionCompatibilityCheck.CIM_Check
1096              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_SettingCheck.CIM_Check  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SettingCheck.CIM_Check
1097              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_SoftwareElementChecks.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SoftwareElementChecks.#
1098              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_DirectorySpecificationFile.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DirectorySpecificationFile.#
1099              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_Action.CIM_ManagedElement  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Action.CIM_ManagedElement
1100              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_DirectoryAction.CIM_Action  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DirectoryAction.CIM_Action
1101 w.otsuka 1.1 install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_CreateDirectoryAction.CIM_DirectoryAction  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_CreateDirectoryAction.CIM_DirectoryAction
1102              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_RemoveDirectoryAction.CIM_DirectoryAction  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_RemoveDirectoryAction.CIM_DirectoryAction
1103              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_FileAction.CIM_Action  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_FileAction.CIM_Action
1104              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_CopyFileAction.CIM_FileAction  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_CopyFileAction.CIM_FileAction
1105              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_RemoveFileAction.CIM_FileAction  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_RemoveFileAction.CIM_FileAction
1106              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_RebootAction.CIM_Action  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_RebootAction.CIM_Action
1107              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ExecuteProgram.CIM_Action  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ExecuteProgram.CIM_Action
1108              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ModifySettingAction.CIM_Action  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ModifySettingAction.CIM_Action
1109              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ActionSequence.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ActionSequence.#
1110              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_SoftwareElementActions.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SoftwareElementActions.#
1111              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ToDirectorySpecification.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ToDirectorySpecification.#
1112              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_FromDirectorySpecification.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_FromDirectorySpecification.#
1113              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ToDirectoryAction.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ToDirectoryAction.#
1114              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_FromDirectoryAction.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_FromDirectoryAction.#
1115              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_InstalledSoftwareElement.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_InstalledSoftwareElement.#
1116              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_OperatingSystemSoftwareFeature.CIM_Component  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_OperatingSystemSoftwareFeature.CIM_Component
1117              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_DiagnosticTestSoftware.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DiagnosticTestSoftware.CIM_Dependency
1118              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_BIOSFeature.CIM_SoftwareFeature  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_BIOSFeature.CIM_SoftwareFeature
1119              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_BIOSElement.CIM_SoftwareElement  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_BIOSElement.CIM_SoftwareElement
1120              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_BIOSFeatureBIOSElements.CIM_SoftwareFeatureSoftwareElements  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_BIOSFeatureBIOSElements.CIM_SoftwareFeatureSoftwareElements
1121              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_SystemBIOS.CIM_SystemComponent  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SystemBIOS.CIM_SystemComponent
1122 w.otsuka 1.1 install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_VideoBIOSFeature.CIM_SoftwareFeature  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_VideoBIOSFeature.CIM_SoftwareFeature
1123              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_VideoBIOSElement.CIM_SoftwareElement  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_VideoBIOSElement.CIM_SoftwareElement
1124              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_VideoBIOSFeatureVideoBIOSElements.CIM_SoftwareFeatureSoftwareElements  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_VideoBIOSFeatureVideoBIOSElements.CIM_SoftwareFeatureSoftwareElements
1125              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_AGPSoftwareFeature.CIM_SoftwareFeature  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AGPSoftwareFeature.CIM_SoftwareFeature
1126              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ApplicationSystemDependency.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ApplicationSystemDependency.CIM_Dependency
1127              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ApplicationSystemHierarchy.CIM_Component  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ApplicationSystemHierarchy.CIM_Component
1128              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_StatisticalRuntimeOverview.CIM_StatisticalData  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_StatisticalRuntimeOverview.CIM_StatisticalData
1129              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_AssociatedAppSystemOverviewStatistics.CIM_ElementStatisticalData  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AssociatedAppSystemOverviewStatistics.CIM_ElementStatisticalData
1130              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_J2eeManagedObjectCapabilities.CIM_Capabilities  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeManagedObjectCapabilities.CIM_Capabilities
1131              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_J2eeManagedObject.CIM_EnabledLogicalElement  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeManagedObject.CIM_EnabledLogicalElement
1132              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_J2eeDomain.CIM_AdminDomain  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeDomain.CIM_AdminDomain
1133              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_J2eeServer.CIM_ApplicationSystem  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeServer.CIM_ApplicationSystem
1134              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_J2eeServerInDomain.CIM_SystemComponent  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeServerInDomain.CIM_SystemComponent
1135              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_J2eeJVM.CIM_EnabledLogicalElement  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeJVM.CIM_EnabledLogicalElement
1136              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_J2eeServerUsesJVM.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeServerUsesJVM.CIM_Dependency
1137              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_J2eeDeployedObject.CIM_Service  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeDeployedObject.CIM_Service
1138              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_J2eeModule.CIM_J2eeDeployedObject  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeModule.CIM_J2eeDeployedObject
1139              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_J2eeApplication.CIM_ApplicationSystem  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeApplication.CIM_ApplicationSystem
1140              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_J2eeApplicationModule.CIM_SystemComponent  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeApplicationModule.CIM_SystemComponent
1141              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_J2eeApplicationHostedOnServer.CIM_HostedDependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeApplicationHostedOnServer.CIM_HostedDependency
1142              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_J2eeModuleUsesJVM.CIM_HostedDependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeModuleUsesJVM.CIM_HostedDependency
1143 w.otsuka 1.1 install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_J2eeAppClientModule.CIM_J2eeModule  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeAppClientModule.CIM_J2eeModule
1144              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_J2eeEJBModule.CIM_J2eeModule  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeEJBModule.CIM_J2eeModule
1145              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_J2eeEJB.CIM_Service  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeEJB.CIM_Service
1146              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_J2eeMessageDrivenBean.CIM_J2eeEJB  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeMessageDrivenBean.CIM_J2eeEJB
1147              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_J2eeEntityBean.CIM_J2eeEJB  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeEntityBean.CIM_J2eeEJB
1148              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_J2eeSessionBean.CIM_J2eeEJB  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeSessionBean.CIM_J2eeEJB
1149              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_J2eeStatefulSessionBean.CIM_J2eeSessionBean  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeStatefulSessionBean.CIM_J2eeSessionBean
1150              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_J2eeStatelessSessionBean.CIM_J2eeSessionBean  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeStatelessSessionBean.CIM_J2eeSessionBean
1151              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_J2eeEJBInModule.CIM_ServiceComponent  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeEJBInModule.CIM_ServiceComponent
1152              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_J2eeWebModule.CIM_J2eeModule  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeWebModule.CIM_J2eeModule
1153              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_J2eeServlet.CIM_Service  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeServlet.CIM_Service
1154              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_J2eeServletInModule.CIM_ServiceComponent  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeServletInModule.CIM_ServiceComponent
1155              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_J2eeResourceAdapterModule.CIM_J2eeModule  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeResourceAdapterModule.CIM_J2eeModule
1156              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_J2eeResourceAdapter.CIM_Service  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeResourceAdapter.CIM_Service
1157              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_J2eeResourceAdapterInModule.CIM_ServiceComponent  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeResourceAdapterInModule.CIM_ServiceComponent
1158              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_J2eeResource.CIM_SystemResource  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeResource.CIM_SystemResource
1159              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_J2eeResourceOnServer.CIM_ResourceOfSystem  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeResourceOnServer.CIM_ResourceOfSystem
1160              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_J2eeJavaMailResource.CIM_J2eeResource  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeJavaMailResource.CIM_J2eeResource
1161              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_J2eeJCAResource.CIM_J2eeResource  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeJCAResource.CIM_J2eeResource
1162              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_J2eeJCAConnectionFactory.CIM_EnabledLogicalElement  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeJCAConnectionFactory.CIM_EnabledLogicalElement
1163              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_J2eeJDBCResource.CIM_J2eeResource  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeJDBCResource.CIM_J2eeResource
1164 w.otsuka 1.1 install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_J2eeJMSResource.CIM_J2eeResource  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeJMSResource.CIM_J2eeResource
1165              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_J2eeJNDIResource.CIM_J2eeResource  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeJNDIResource.CIM_J2eeResource
1166              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_J2eeJTAResource.CIM_J2eeResource  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeJTAResource.CIM_J2eeResource
1167              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_J2eeRMI_IIOPResource.CIM_J2eeResource  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeRMI_IIOPResource.CIM_J2eeResource
1168              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_J2eeURLResource.CIM_J2eeResource  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeURLResource.CIM_J2eeResource
1169              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_J2eeJCAManagedConnectionFactory.CIM_EnabledLogicalElement  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeJCAManagedConnectionFactory.CIM_EnabledLogicalElement
1170              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_J2eeJDBCDataSource.CIM_EnabledLogicalElement  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeJDBCDataSource.CIM_EnabledLogicalElement
1171              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_J2eeJDBCDriver.CIM_EnabledLogicalElement  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeJDBCDriver.CIM_EnabledLogicalElement
1172              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_J2eeJDBCResourceUsesDataSource.CIM_HostedDependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeJDBCResourceUsesDataSource.CIM_HostedDependency
1173              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_J2eeJDBCDataSourceDriver.CIM_HostedDependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeJDBCDataSourceDriver.CIM_HostedDependency
1174              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_J2eeConnectionFactoryAvailableToJCAResource.CIM_HostedDependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeConnectionFactoryAvailableToJCAResource.CIM_HostedDependency
1175              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_J2eeJCAConnectionFactoryManagedConnectionFactory.CIM_HostedDependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeJCAConnectionFactoryManagedConnectionFactory.CIM_HostedDependency
1176              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_J2eeNotification.CIM_ProcessIndication  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeNotification.CIM_ProcessIndication
1177              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_J2eeStatistic.CIM_StatisticalData  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeStatistic.CIM_StatisticalData
1178              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_J2eeEJBStats.CIM_J2eeStatistic  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeEJBStats.CIM_J2eeStatistic
1179              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_J2eeEntityBeanStats.CIM_J2eeEJBStats  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeEntityBeanStats.CIM_J2eeEJBStats
1180              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_J2eeMessageDrivenBeanStats.CIM_J2eeEJBStats  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeMessageDrivenBeanStats.CIM_J2eeEJBStats
1181              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_J2eeSessionBeanStats.CIM_J2eeEJBStats  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeSessionBeanStats.CIM_J2eeEJBStats
1182              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_J2eeStatefulSessionBeanStats.CIM_J2eeSessionBeanStats  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeStatefulSessionBeanStats.CIM_J2eeSessionBeanStats
1183              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_J2eeStatelessSessionBeanStats.CIM_J2eeSessionBeanStats  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeStatelessSessionBeanStats.CIM_J2eeSessionBeanStats
1184              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_J2eeJavaMailStats.CIM_J2eeStatistic  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeJavaMailStats.CIM_J2eeStatistic
1185 w.otsuka 1.1 install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_J2eeJCAStats.CIM_J2eeStatistic  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeJCAStats.CIM_J2eeStatistic
1186              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_J2eeConnectionStats.CIM_J2eeStatistic  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeConnectionStats.CIM_J2eeStatistic
1187              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_J2eeConnectionPoolStats.CIM_J2eeConnectionStats  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeConnectionPoolStats.CIM_J2eeConnectionStats
1188              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_J2eeJCANonpooledConnections.CIM_RelatedStatisticalData  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeJCANonpooledConnections.CIM_RelatedStatisticalData
1189              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_J2eeJCAConnectionPools.CIM_RelatedStatisticalData  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeJCAConnectionPools.CIM_RelatedStatisticalData
1190              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_J2eeJDBCStats.CIM_J2eeStatistic  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeJDBCStats.CIM_J2eeStatistic
1191              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_J2eeJDBCNonpooledConnections.CIM_RelatedStatisticalData  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeJDBCNonpooledConnections.CIM_RelatedStatisticalData
1192              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_J2eeJDBCConnectionPools.CIM_RelatedStatisticalData  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeJDBCConnectionPools.CIM_RelatedStatisticalData
1193              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_J2eeJMSStats.CIM_J2eeStatistic  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeJMSStats.CIM_J2eeStatistic
1194              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_J2eeJMSConnectionStats.CIM_J2eeStatistic  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeJMSConnectionStats.CIM_J2eeStatistic
1195              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_J2eeJMSStatConnections.CIM_RelatedStatisticalData  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeJMSStatConnections.CIM_RelatedStatisticalData
1196              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_J2eeJMSSessionStats.CIM_J2eeStatistic  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeJMSSessionStats.CIM_J2eeStatistic
1197              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_J2eeJMSEndpointStats.CIM_J2eeStatistic  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeJMSEndpointStats.CIM_J2eeStatistic
1198              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_J2eeJMSProducerStats.CIM_J2eeJMSEndpointStats  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeJMSProducerStats.CIM_J2eeJMSEndpointStats
1199              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_J2eeJMSConsumerStats.CIM_J2eeJMSEndpointStats  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeJMSConsumerStats.CIM_J2eeJMSEndpointStats
1200              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_J2eeJMSConnectionSessions.CIM_RelatedStatisticalData  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeJMSConnectionSessions.CIM_RelatedStatisticalData
1201              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_J2eeJMSSessionProducers.CIM_RelatedStatisticalData  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeJMSSessionProducers.CIM_RelatedStatisticalData
1202              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_J2eeJMSSessionConsumers.CIM_RelatedStatisticalData  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeJMSSessionConsumers.CIM_RelatedStatisticalData
1203              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_J2eeJTAStats.CIM_J2eeStatistic  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeJTAStats.CIM_J2eeStatistic
1204              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_J2eeJVMStats.CIM_J2eeStatistic  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeJVMStats.CIM_J2eeStatistic
1205              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_J2eeServletStats.CIM_J2eeStatistic  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeServletStats.CIM_J2eeStatistic
1206 w.otsuka 1.1 install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_J2eeURLStats.CIM_J2eeStatistic  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeURLStats.CIM_J2eeStatistic
1207              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_BaseMetricDefinition.CIM_ManagedElement  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_BaseMetricDefinition.CIM_ManagedElement
1208              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_BaseMetricValue.CIM_ManagedElement  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_BaseMetricValue.CIM_ManagedElement
1209              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_MetricInstance.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_MetricInstance.CIM_Dependency
1210              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_MetricDefForME.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_MetricDefForME.CIM_Dependency
1211              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_MetricForME.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_MetricForME.CIM_Dependency
1212              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_UnitOfWorkDefinition.CIM_LogicalElement  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_UnitOfWorkDefinition.CIM_LogicalElement
1213              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_MetricDefinition.CIM_BaseMetricDefinition  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_MetricDefinition.CIM_BaseMetricDefinition
1214              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_TraceLevelType.CIM_ManagedElement  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_TraceLevelType.CIM_ManagedElement
1215              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_UoWMetricDefinition.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_UoWMetricDefinition.CIM_Dependency
1216              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_UnitOfWork.CIM_ManagedElement  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_UnitOfWork.CIM_ManagedElement
1217              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_UoWMetric.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_UoWMetric.CIM_Dependency
1218              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_StartedUoW.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_StartedUoW.CIM_Dependency
1219              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_LogicalElementUnitOfWorkDef.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_LogicalElementUnitOfWorkDef.CIM_Dependency
1220              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_SubUoWDef.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SubUoWDef.CIM_Dependency
1221              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_LogicalElementPerformsUoW.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_LogicalElementPerformsUoW.CIM_Dependency
1222              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_SubUoW.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SubUoW.CIM_Dependency
1223              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_UoWDefTraceLevelType.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_UoWDefTraceLevelType.#
1224              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_Network.CIM_AdminDomain  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Network.CIM_AdminDomain
1225              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_AutonomousSystem.CIM_AdminDomain  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AutonomousSystem.CIM_AdminDomain
1226              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_RoutersInAS.CIM_SystemComponent  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_RoutersInAS.CIM_SystemComponent
1227 w.otsuka 1.1 install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_LogicalNetwork.CIM_CollectionOfMSEs  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_LogicalNetwork.CIM_CollectionOfMSEs
1228              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_NetworksInAdminDomain.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_NetworksInAdminDomain.#
1229              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_IPSubnet.CIM_LogicalNetwork  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_IPSubnet.CIM_LogicalNetwork
1230              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_LANSegment.CIM_LogicalNetwork  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_LANSegment.CIM_LogicalNetwork
1231              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_IPXNetwork.CIM_LogicalNetwork  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_IPXNetwork.CIM_LogicalNetwork
1232              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_InLogicalNetwork.CIM_CollectedMSEs  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_InLogicalNetwork.CIM_CollectedMSEs
1233              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_RangeOfIPAddresses.CIM_SystemSpecificCollection  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_RangeOfIPAddresses.CIM_SystemSpecificCollection
1234              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_IPAddressRange.CIM_CollectionOfMSEs  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_IPAddressRange.CIM_CollectionOfMSEs
1235              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_NamedAddressCollection.CIM_SystemSpecificCollection  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_NamedAddressCollection.CIM_SystemSpecificCollection
1236              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ConnectivityCollection.CIM_SystemSpecificCollection  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ConnectivityCollection.CIM_SystemSpecificCollection
1237              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_IPConnectivitySubnet.CIM_ConnectivityCollection  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_IPConnectivitySubnet.CIM_ConnectivityCollection
1238              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_LANConnectivitySegment.CIM_ConnectivityCollection  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_LANConnectivitySegment.CIM_ConnectivityCollection
1239              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_IPXConnectivityNetwork.CIM_ConnectivityCollection  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_IPXConnectivityNetwork.CIM_ConnectivityCollection
1240              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ConnectivityMembershipSettingData.CIM_SettingData  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ConnectivityMembershipSettingData.CIM_SettingData
1241              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_LANEndpoint.CIM_ProtocolEndpoint  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_LANEndpoint.CIM_ProtocolEndpoint
1242              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_InSegment.CIM_InLogicalNetwork  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_InSegment.CIM_InLogicalNetwork
1243              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_BindsToLANEndpoint.CIM_BindsTo  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_BindsToLANEndpoint.CIM_BindsTo
1244              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_IPProtocolEndpoint.CIM_ProtocolEndpoint  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_IPProtocolEndpoint.CIM_ProtocolEndpoint
1245              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_BGPProtocolEndpoint.CIM_ProtocolEndpoint  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_BGPProtocolEndpoint.CIM_ProtocolEndpoint
1246              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ASBGPEndpoints.CIM_SystemComponent  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ASBGPEndpoints.CIM_SystemComponent
1247              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_IPXProtocolEndpoint.CIM_ProtocolEndpoint  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_IPXProtocolEndpoint.CIM_ProtocolEndpoint
1248 w.otsuka 1.1 install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_TCPProtocolEndpoint.CIM_ProtocolEndpoint  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_TCPProtocolEndpoint.CIM_ProtocolEndpoint
1249              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_UDPProtocolEndpoint.CIM_ProtocolEndpoint  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_UDPProtocolEndpoint.CIM_ProtocolEndpoint
1250              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_OSPFProtocolEndpointBase.CIM_ProtocolEndpoint  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_OSPFProtocolEndpointBase.CIM_ProtocolEndpoint
1251              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_OSPFProtocolEndpoint.CIM_OSPFProtocolEndpointBase  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_OSPFProtocolEndpoint.CIM_OSPFProtocolEndpointBase
1252              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_OSPFVirtualInterface.CIM_OSPFProtocolEndpointBase  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_OSPFVirtualInterface.CIM_OSPFProtocolEndpointBase
1253              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_EndpointIdentity.CIM_LogicalIdentity  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_EndpointIdentity.CIM_LogicalIdentity
1254              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_SwitchPort.CIM_ProtocolEndpoint  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SwitchPort.CIM_ProtocolEndpoint
1255              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_FilterEntryBase.CIM_LogicalElement  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_FilterEntryBase.CIM_LogicalElement
1256              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_FilterEntry.CIM_FilterEntryBase  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_FilterEntry.CIM_FilterEntryBase
1257              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_IPHeadersFilter.CIM_FilterEntryBase  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_IPHeadersFilter.CIM_FilterEntryBase
1258              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_Hdr8021Filter.CIM_FilterEntryBase  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Hdr8021Filter.CIM_FilterEntryBase
1259              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_PreambleFilter.CIM_FilterEntryBase  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PreambleFilter.CIM_FilterEntryBase
1260              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_FilterList.CIM_LogicalElement  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_FilterList.CIM_LogicalElement
1261              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_FilterEntryInSystem.CIM_SystemComponent  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_FilterEntryInSystem.CIM_SystemComponent
1262              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_FilterListInSystem.CIM_SystemComponent  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_FilterListInSystem.CIM_SystemComponent
1263              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_HostedFilterEntryBase.CIM_HostedDependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_HostedFilterEntryBase.CIM_HostedDependency
1264              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_HostedFilterList.CIM_HostedDependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_HostedFilterList.CIM_HostedDependency
1265              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_EntriesInFilterList.CIM_Component  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_EntriesInFilterList.CIM_Component
1266              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_X509CredentialFilterEntry.CIM_FilterEntryBase  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_X509CredentialFilterEntry.CIM_FilterEntryBase
1267              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_IPSOFilterEntry.CIM_FilterEntryBase  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_IPSOFilterEntry.CIM_FilterEntryBase
1268              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_PeerIDPayloadFilterEntry.CIM_FilterEntryBase  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PeerIDPayloadFilterEntry.CIM_FilterEntryBase
1269 w.otsuka 1.1 install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_NetworkService.CIM_Service  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_NetworkService.CIM_Service
1270              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_NetworkServicesInAdminDomain.CIM_HostedDependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_NetworkServicesInAdminDomain.CIM_HostedDependency
1271              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_LogicalNetworkService.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_LogicalNetworkService.#
1272              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ForwardingService.CIM_NetworkService  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ForwardingService.CIM_NetworkService
1273              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ForwardsAmong.CIM_ServiceSAPDependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ForwardsAmong.CIM_ServiceSAPDependency
1274              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_HostedForwardingServices.CIM_HostedService  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_HostedForwardingServices.CIM_HostedService
1275              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_RouteCalculationService.CIM_NetworkService  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_RouteCalculationService.CIM_NetworkService
1276              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_CalculatesAmong.CIM_ServiceSAPDependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_CalculatesAmong.CIM_ServiceSAPDependency
1277              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_HostedRoutingServices.CIM_HostedService  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_HostedRoutingServices.CIM_HostedService
1278              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_RoutingProtocolDomain.CIM_AdminDomain  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_RoutingProtocolDomain.CIM_AdminDomain
1279              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_RoutingProtocolDomainInAS.CIM_ContainedDomain  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_RoutingProtocolDomainInAS.CIM_ContainedDomain
1280              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_RoutingPolicy.CIM_LogicalElement  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_RoutingPolicy.CIM_LogicalElement
1281              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_HostedRoutingPolicy.CIM_HostedDependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_HostedRoutingPolicy.CIM_HostedDependency
1282              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ListsInRoutingPolicy.CIM_Component  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ListsInRoutingPolicy.CIM_Component
1283              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_NextHopRoute.CIM_ManagedElement  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_NextHopRoute.CIM_ManagedElement
1284              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_HostedRoute.CIM_HostedDependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_HostedRoute.CIM_HostedDependency
1285              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_NextHopIPRoute.CIM_NextHopRoute  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_NextHopIPRoute.CIM_NextHopRoute
1286              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_RouteUsesEndpoint.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_RouteUsesEndpoint.CIM_Dependency
1287              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_AssociatedNextHop.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AssociatedNextHop.CIM_Dependency
1288              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_NextHopRouting.CIM_LogicalElement  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_NextHopRouting.CIM_LogicalElement
1289              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_IPRoute.CIM_NextHopRouting  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_IPRoute.CIM_NextHopRouting
1290 w.otsuka 1.1 install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_RouteForwardedByService.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_RouteForwardedByService.CIM_Dependency
1291              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ForwardedRoutes.CIM_RouteForwardedByService  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ForwardedRoutes.CIM_RouteForwardedByService
1292              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_CalculatedRoutes.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_CalculatedRoutes.CIM_Dependency
1293              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_AdministrativeDistance.CIM_LogicalElement  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AdministrativeDistance.CIM_LogicalElement
1294              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_HostedAdminDistance.CIM_HostedDependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_HostedAdminDistance.CIM_HostedDependency
1295              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_NetworkPipe.CIM_EnabledLogicalElement  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_NetworkPipe.CIM_EnabledLogicalElement
1296              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_HostedNetworkPipe.CIM_HostedDependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_HostedNetworkPipe.CIM_HostedDependency
1297              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_EndpointOfNetworkPipe.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_EndpointOfNetworkPipe.CIM_Dependency
1298              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_NetworkPipeComposition.CIM_Component  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_NetworkPipeComposition.CIM_Component
1299              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_BufferPool.CIM_CollectionOfMSEs  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_BufferPool.CIM_CollectionOfMSEs
1300              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_CollectedBufferPool.CIM_MemberOfCollection  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_CollectedBufferPool.CIM_MemberOfCollection
1301              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_SNMPService.CIM_Service  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SNMPService.CIM_Service
1302              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_SNMPCommunityString.CIM_ServiceAccessPoint  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SNMPCommunityString.CIM_ServiceAccessPoint
1303              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_SNMPTrapTarget.CIM_RemotePort  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SNMPTrapTarget.CIM_RemotePort
1304              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_TrapSourceForSNMPService.CIM_ServiceSAPDependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_TrapSourceForSNMPService.CIM_ServiceSAPDependency
1305              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_OSPFArea.CIM_RoutingProtocolDomain  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_OSPFArea.CIM_RoutingProtocolDomain
1306              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_OSPFService.CIM_RouteCalculationService  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_OSPFService.CIM_RouteCalculationService
1307              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_OSPFServiceCapabilities.CIM_Capabilities  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_OSPFServiceCapabilities.CIM_Capabilities
1308              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_OSPFAreaConfiguration.CIM_LogicalElement  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_OSPFAreaConfiguration.CIM_LogicalElement
1309              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_OSPFLink.CIM_ConnectivityCollection  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_OSPFLink.CIM_ConnectivityCollection
1310              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_AreaOfConfiguration.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AreaOfConfiguration.CIM_Dependency
1311 w.otsuka 1.1 install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_OSPFServiceConfiguration.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_OSPFServiceConfiguration.CIM_Dependency
1312              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_RangesOfConfiguration.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_RangesOfConfiguration.CIM_Dependency
1313              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_EndpointInLink.CIM_MemberOfCollection  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_EndpointInLink.CIM_MemberOfCollection
1314              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_EndpointInArea.CIM_Component  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_EndpointInArea.CIM_Component
1315              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_BGPService.CIM_RouteCalculationService  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_BGPService.CIM_RouteCalculationService
1316              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_BGPAdminDistance.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_BGPAdminDistance.CIM_Dependency
1317              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_BGPCluster.CIM_CollectionOfMSEs  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_BGPCluster.CIM_CollectionOfMSEs
1318              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_RoutersInBGPCluster.CIM_CollectedMSEs  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_RoutersInBGPCluster.CIM_CollectedMSEs
1319              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_BGPClustersInAS.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_BGPClustersInAS.#
1320              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_Confederation.CIM_SystemComponent  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Confederation.CIM_SystemComponent
1321              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_BGPIPRoute.CIM_IPRoute  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_BGPIPRoute.CIM_IPRoute
1322              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_RoutesBGP.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_RoutesBGP.CIM_Dependency
1323              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_EGPRouteCalcDependency.CIM_ServiceServiceDependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_EGPRouteCalcDependency.CIM_ServiceServiceDependency
1324              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_BGPPeerGroup.CIM_CollectionOfMSEs  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_BGPPeerGroup.CIM_CollectionOfMSEs
1325              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_HostedBGPPeerGroup.CIM_HostedDependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_HostedBGPPeerGroup.CIM_HostedDependency
1326              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_InBGPPeerGroup.CIM_CollectedMSEs  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_InBGPPeerGroup.CIM_CollectedMSEs
1327              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_BGPPeerGroupService.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_BGPPeerGroupService.CIM_Dependency
1328              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ReflectorService.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ReflectorService.CIM_Dependency
1329              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ReflectorClientService.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ReflectorClientService.CIM_Dependency
1330              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ReflectorNonClientService.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ReflectorNonClientService.CIM_Dependency
1331              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_BGPRoutingPolicy.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_BGPRoutingPolicy.CIM_Dependency
1332 w.otsuka 1.1 install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_BGPAttributes.CIM_LogicalElement  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_BGPAttributes.CIM_LogicalElement
1333              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_HostedBGPAttributes.CIM_HostedDependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_HostedBGPAttributes.CIM_HostedDependency
1334              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_FilteredBGPAttributes.CIM_Component  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_FilteredBGPAttributes.CIM_Component
1335              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_BGPRouteMap.CIM_LogicalElement  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_BGPRouteMap.CIM_LogicalElement
1336              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_HostedBGPRouteMap.CIM_HostedDependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_HostedBGPRouteMap.CIM_HostedDependency
1337              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_BGPRouteMapsInRoutingPolicy.CIM_Component  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_BGPRouteMapsInRoutingPolicy.CIM_Component
1338              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_BGPPeerUsesRouteMap.CIM_CollectedMSEs  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_BGPPeerUsesRouteMap.CIM_CollectedMSEs
1339              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_FilterListsInBGPRouteMap.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_FilterListsInBGPRouteMap.CIM_Dependency
1340              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_BGPPathAttributes.CIM_LogicalElement  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_BGPPathAttributes.CIM_LogicalElement
1341              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_BGPAttributesForRoute.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_BGPAttributesForRoute.CIM_Dependency
1342              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_BGPServiceAttributes.CIM_Component  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_BGPServiceAttributes.CIM_Component
1343              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_BGPEndpointStatistics.CIM_StatisticalData  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_BGPEndpointStatistics.CIM_StatisticalData
1344              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_BGPStatistics.CIM_ServiceStatisticalInformation  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_BGPStatistics.CIM_ServiceStatisticalInformation
1345              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_BGPServiceStatistics.CIM_ServiceStatistics  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_BGPServiceStatistics.CIM_ServiceStatistics
1346              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_SwitchService.CIM_ForwardingService  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SwitchService.CIM_ForwardingService
1347              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_SwitchesAmong.CIM_ForwardsAmong  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SwitchesAmong.CIM_ForwardsAmong
1348              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_Switchable.CIM_BindsToLANEndpoint  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Switchable.CIM_BindsToLANEndpoint
1349              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_TransparentBridgingService.CIM_ForwardingService  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_TransparentBridgingService.CIM_ForwardingService
1350              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_SwitchServiceTransparentBridging.CIM_ServiceComponent  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SwitchServiceTransparentBridging.CIM_ServiceComponent
1351              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_SpanningTreeService.CIM_ForwardingService  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SpanningTreeService.CIM_ForwardingService
1352              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_SwitchServiceSpanningTree.CIM_ServiceComponent  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SwitchServiceSpanningTree.CIM_ServiceComponent
1353 w.otsuka 1.1 install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_SwitchPortSpanningTree.CIM_ServiceSAPDependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SwitchPortSpanningTree.CIM_ServiceSAPDependency
1354              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_DynamicForwardingEntry.CIM_LogicalElement  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DynamicForwardingEntry.CIM_LogicalElement
1355              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_TransparentBridgingDynamicForwarding.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_TransparentBridgingDynamicForwarding.CIM_Dependency
1356              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_SwitchPortDynamicForwarding.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SwitchPortDynamicForwarding.CIM_Dependency
1357              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_StaticForwardingEntry.CIM_LogicalElement  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_StaticForwardingEntry.CIM_LogicalElement
1358              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_TransparentBridgingStaticForwarding.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_TransparentBridgingStaticForwarding.CIM_Dependency
1359              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_SwitchPortStaticForwarding.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SwitchPortStaticForwarding.CIM_Dependency
1360              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_SourceRoutingService.CIM_ForwardingService  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SourceRoutingService.CIM_ForwardingService
1361              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_SwitchServiceSourceRouting.CIM_ServiceComponent  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SwitchServiceSourceRouting.CIM_ServiceComponent
1362              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_SwitchPortPair.CIM_SAPSAPDependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SwitchPortPair.CIM_SAPSAPDependency
1363              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_SwitchPortSourceRouting.CIM_ServiceSAPDependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SwitchPortSourceRouting.CIM_ServiceSAPDependency
1364              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_RelatedSpanningTree.CIM_ServiceServiceDependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_RelatedSpanningTree.CIM_ServiceServiceDependency
1365              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_TransparentBridgingStatistics.CIM_ServiceStatisticalInformation  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_TransparentBridgingStatistics.CIM_ServiceStatisticalInformation
1366              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_SpanningTreeStatistics.CIM_ServiceStatisticalInformation  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SpanningTreeStatistics.CIM_ServiceStatisticalInformation
1367              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_SwitchPortStatistics.CIM_SAPStatisticalInformation  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SwitchPortStatistics.CIM_SAPStatisticalInformation
1368              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_SwitchPortTransparentBridgingStatistics.CIM_SAPStatisticalInformation  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SwitchPortTransparentBridgingStatistics.CIM_SAPStatisticalInformation
1369              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_SwitchPortSpanningTreeStatistics.CIM_SAPStatisticalInformation  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SwitchPortSpanningTreeStatistics.CIM_SAPStatisticalInformation
1370              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_SwitchPortSourceRoutingStatistics.CIM_SAPStatisticalInformation  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SwitchPortSourceRoutingStatistics.CIM_SAPStatisticalInformation
1371              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_QoSService.CIM_Service  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_QoSService.CIM_Service
1372              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_QoSSubService.CIM_ServiceComponent  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_QoSSubService.CIM_ServiceComponent
1373              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_PrecedenceService.CIM_QoSService  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PrecedenceService.CIM_QoSService
1374 w.otsuka 1.1 install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_DiffServService.CIM_QoSService  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DiffServService.CIM_QoSService
1375              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_Hdr8021PService.CIM_QoSService  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Hdr8021PService.CIM_QoSService
1376              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_AFService.CIM_DiffServService  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AFService.CIM_DiffServService
1377              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_FlowService.CIM_QoSService  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_FlowService.CIM_QoSService
1378              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_EFService.CIM_DiffServService  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_EFService.CIM_DiffServService
1379              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_AFRelatedServices.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AFRelatedServices.#
1380              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ConditioningService.CIM_Service  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ConditioningService.CIM_Service
1381              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_QoSConditioningSubService.CIM_ServiceComponent  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_QoSConditioningSubService.CIM_ServiceComponent
1382              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ConditioningServiceOnEndpoint.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ConditioningServiceOnEndpoint.CIM_Dependency
1383              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_IngressConditioningServiceOnEndpoint.CIM_ServiceSAPDependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_IngressConditioningServiceOnEndpoint.CIM_ServiceSAPDependency
1384              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_EgressConditioningServiceOnEndpoint.CIM_ServiceSAPDependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_EgressConditioningServiceOnEndpoint.CIM_ServiceSAPDependency
1385              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_NextService.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_NextService.#
1386              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ClassifierService.CIM_ConditioningService  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ClassifierService.CIM_ConditioningService
1387              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ClassifierElement.CIM_ClassifierService  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ClassifierElement.CIM_ClassifierService
1388              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ClassifierElementInClassifierService.CIM_ServiceComponent  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ClassifierElementInClassifierService.CIM_ServiceComponent
1389              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ClassifierElementUsesFilterList.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ClassifierElementUsesFilterList.CIM_Dependency
1390              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_NextServiceAfterClassifierElement.CIM_NextService  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_NextServiceAfterClassifierElement.CIM_NextService
1391              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ClassifierFilterSet.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ClassifierFilterSet.CIM_Dependency
1392              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_MeterService.CIM_ConditioningService  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_MeterService.CIM_ConditioningService
1393              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_AverageRateMeterService.CIM_MeterService  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AverageRateMeterService.CIM_MeterService
1394              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_EWMAMeterService.CIM_MeterService  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_EWMAMeterService.CIM_MeterService
1395 w.otsuka 1.1 install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_TokenBucketMeterService.CIM_MeterService  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_TokenBucketMeterService.CIM_MeterService
1396              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_NextServiceAfterMeter.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_NextServiceAfterMeter.#
1397              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_MarkerService.CIM_ConditioningService  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_MarkerService.CIM_ConditioningService
1398              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_PreambleMarkerService.CIM_MarkerService  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PreambleMarkerService.CIM_MarkerService
1399              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ToSMarkerService.CIM_MarkerService  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ToSMarkerService.CIM_MarkerService
1400              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_DSCPMarkerService.CIM_MarkerService  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DSCPMarkerService.CIM_MarkerService
1401              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_Priority8021QMarkerService.CIM_MarkerService  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Priority8021QMarkerService.CIM_MarkerService
1402              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_DropperService.CIM_ConditioningService  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DropperService.CIM_ConditioningService
1403              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_REDDropperService.CIM_DropperService  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_REDDropperService.CIM_DropperService
1404              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_WeightedREDDropperService.CIM_DropperService  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_WeightedREDDropperService.CIM_DropperService
1405              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_HeadTailDropper.CIM_DropperService  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_HeadTailDropper.CIM_DropperService
1406              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_QueuingService.CIM_ConditioningService  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_QueuingService.CIM_ConditioningService
1407              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_DropThresholdCalculationService.CIM_Service  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DropThresholdCalculationService.CIM_Service
1408              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_QueueHierarchy.CIM_ServiceServiceDependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_QueueHierarchy.CIM_ServiceServiceDependency
1409              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_CalculationServiceForDropper.CIM_ServiceServiceDependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_CalculationServiceForDropper.CIM_ServiceServiceDependency
1410              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_CalculationBasedOnQueue.CIM_ServiceServiceDependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_CalculationBasedOnQueue.CIM_ServiceServiceDependency
1411              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_HeadTailDropQueueBinding.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_HeadTailDropQueueBinding.CIM_Dependency
1412              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_QueueAllocation.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_QueueAllocation.CIM_Dependency
1413              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_PacketSchedulingService.CIM_ConditioningService  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PacketSchedulingService.CIM_ConditioningService
1414              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_NextScheduler.CIM_NextService  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_NextScheduler.CIM_NextService
1415              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_SchedulerUsed.CIM_ServiceServiceDependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SchedulerUsed.CIM_ServiceServiceDependency
1416 w.otsuka 1.1 install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_NonWorkConservingSchedulingService.CIM_PacketSchedulingService  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_NonWorkConservingSchedulingService.CIM_PacketSchedulingService
1417              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_FailNextScheduler.CIM_NextScheduler  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_FailNextScheduler.CIM_NextScheduler
1418              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_SchedulingElement.CIM_ManagedElement  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SchedulingElement.CIM_ManagedElement
1419              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_AllocationSchedulingElement.CIM_SchedulingElement  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AllocationSchedulingElement.CIM_SchedulingElement
1420              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_WRRSchedulingElement.CIM_SchedulingElement  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_WRRSchedulingElement.CIM_SchedulingElement
1421              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_PrioritySchedulingElement.CIM_SchedulingElement  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PrioritySchedulingElement.CIM_SchedulingElement
1422              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_QueueToSchedule.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_QueueToSchedule.#
1423              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_BoundedPrioritySchedulingElement.CIM_PrioritySchedulingElement  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_BoundedPrioritySchedulingElement.CIM_PrioritySchedulingElement
1424              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_SchedulingServiceToSchedule.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SchedulingServiceToSchedule.#
1425              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ElementInSchedulingService.CIM_Component  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ElementInSchedulingService.CIM_Component
1426              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_SecurityAssociationEndpoint.CIM_ProtocolEndpoint  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SecurityAssociationEndpoint.CIM_ProtocolEndpoint
1427              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_FilterOfSecurityAssociation.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_FilterOfSecurityAssociation.CIM_Dependency
1428              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_SAEndpointConnectionStatistics.CIM_StatisticalData  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SAEndpointConnectionStatistics.CIM_StatisticalData
1429              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_SAEndpointRefreshSettings.CIM_SettingData  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SAEndpointRefreshSettings.CIM_SettingData
1430              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_IPsecSAEndpoint.CIM_SecurityAssociationEndpoint  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_IPsecSAEndpoint.CIM_SecurityAssociationEndpoint
1431              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_PeerOfSAEndpoint.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PeerOfSAEndpoint.CIM_Dependency
1432              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_IKESAEndpoint.CIM_SecurityAssociationEndpoint  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_IKESAEndpoint.CIM_SecurityAssociationEndpoint
1433              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_Phase1SAUsedForPhase2.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Phase1SAUsedForPhase2.CIM_Dependency
1434              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_SATransform.CIM_ScopedSettingData  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SATransform.CIM_ScopedSettingData
1435              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_TransformOfSecurityAssociation.CIM_ElementSettingData  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_TransformOfSecurityAssociation.CIM_ElementSettingData
1436              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_AHTransform.CIM_SATransform  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AHTransform.CIM_SATransform
1437 w.otsuka 1.1 install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ESPTransform.CIM_SATransform  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ESPTransform.CIM_SATransform
1438              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_IPCOMPTransform.CIM_SATransform  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_IPCOMPTransform.CIM_SATransform
1439              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_VLAN.CIM_ServiceAccessPoint  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_VLAN.CIM_ServiceAccessPoint
1440              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_InboundVLAN.CIM_SAPSAPDependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_InboundVLAN.CIM_SAPSAPDependency
1441              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_OutboundVLAN.CIM_SAPSAPDependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_OutboundVLAN.CIM_SAPSAPDependency
1442              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_VLANService.CIM_Service  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_VLANService.CIM_Service
1443              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_Specific802dot1QVLANService.CIM_VLANService  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Specific802dot1QVLANService.CIM_VLANService
1444              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_VLANFor.CIM_ServiceSAPDependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_VLANFor.CIM_ServiceSAPDependency
1445              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_SwitchServiceVLAN.CIM_ServiceComponent  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SwitchServiceVLAN.CIM_ServiceComponent
1446              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_RelatedTransparentBridgingService.CIM_ServiceSAPDependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_RelatedTransparentBridgingService.CIM_ServiceSAPDependency
1447              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_DatabaseSystem.CIM_ApplicationSystem  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DatabaseSystem.CIM_ApplicationSystem
1448              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_CommonDatabase.CIM_EnabledLogicalElement  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_CommonDatabase.CIM_EnabledLogicalElement
1449              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_AssociatedDatabaseSystem.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AssociatedDatabaseSystem.CIM_Dependency
1450              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_DatabaseAdministrator.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DatabaseAdministrator.CIM_Dependency
1451              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_DatabaseService.CIM_Service  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DatabaseService.CIM_Service
1452              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ServiceAvailableToDatabase.CIM_ServiceAvailableToElement  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ServiceAvailableToDatabase.CIM_ServiceAvailableToElement
1453              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_DatabaseParameter.CIM_ScopedSettingData  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DatabaseParameter.CIM_ScopedSettingData
1454              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_SNMPDatabaseParameter.CIM_DatabaseParameter  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SNMPDatabaseParameter.CIM_DatabaseParameter
1455              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_DatabaseSegment.CIM_StorageExtent  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DatabaseSegment.CIM_StorageExtent
1456              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_DatabaseStorageArea.CIM_FileSystem  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DatabaseStorageArea.CIM_FileSystem
1457              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_DatabaseFile.CIM_Component  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DatabaseFile.CIM_Component
1458 w.otsuka 1.1 install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_DatabaseStorage.CIM_Component  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DatabaseStorage.CIM_Component
1459              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_DatabaseSegmentSettingData.CIM_ScopedSettingData  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DatabaseSegmentSettingData.CIM_ScopedSettingData
1460              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_DatabaseControlFile.CIM_HostedDependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DatabaseControlFile.CIM_HostedDependency
1461              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_CommonDatabaseSettingData.CIM_SettingData  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_CommonDatabaseSettingData.CIM_SettingData
1462              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_CommonDatabaseCapabilities.CIM_Capabilities  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_CommonDatabaseCapabilities.CIM_Capabilities
1463              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_DatabaseServiceStatistics.CIM_StatisticalData  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DatabaseServiceStatistics.CIM_StatisticalData
1464              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_CommonDatabaseStatistics.CIM_StatisticalData  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_CommonDatabaseStatistics.CIM_StatisticalData
1465              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_DatabaseResourceStatistics.CIM_StatisticalData  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DatabaseResourceStatistics.CIM_StatisticalData
1466              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_DeviceConnection.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DeviceConnection.CIM_Dependency
1467              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_DeviceIdentity.CIM_LogicalIdentity  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DeviceIdentity.CIM_LogicalIdentity
1468              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_PackageDependency.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PackageDependency.CIM_Dependency
1469              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_DeviceSoftware.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DeviceSoftware.CIM_Dependency
1470              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_DeviceErrorCounts.CIM_StatisticalInformation  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DeviceErrorCounts.CIM_StatisticalInformation
1471              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ErrorCountersForDevice.CIM_Statistics  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ErrorCountersForDevice.CIM_Statistics
1472              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_DeviceErrorData.CIM_StatisticalData  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DeviceErrorData.CIM_StatisticalData
1473              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_CoolingDevice.CIM_LogicalDevice  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_CoolingDevice.CIM_LogicalDevice
1474              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_Refrigeration.CIM_CoolingDevice  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Refrigeration.CIM_CoolingDevice
1475              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_HeatPipe.CIM_CoolingDevice  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_HeatPipe.CIM_CoolingDevice
1476              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_Fan.CIM_CoolingDevice  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Fan.CIM_CoolingDevice
1477              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_AssociatedCooling.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AssociatedCooling.CIM_Dependency
1478              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_Battery.CIM_LogicalDevice  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Battery.CIM_LogicalDevice
1479 w.otsuka 1.1 install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_AssociatedBattery.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AssociatedBattery.CIM_Dependency
1480              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_PowerSupply.CIM_LogicalDevice  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PowerSupply.CIM_LogicalDevice
1481              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_SuppliesPower.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SuppliesPower.CIM_Dependency
1482              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_UninterruptiblePowerSupply.CIM_PowerSupply  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_UninterruptiblePowerSupply.CIM_PowerSupply
1483              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_PackageCooling.CIM_PackageDependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PackageCooling.CIM_PackageDependency
1484              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_Watchdog.CIM_LogicalDevice  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Watchdog.CIM_LogicalDevice
1485              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_Processor.CIM_LogicalDevice  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Processor.CIM_LogicalDevice
1486              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ComputerSystemProcessor.CIM_SystemDevice  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ComputerSystemProcessor.CIM_SystemDevice
1487              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_Controller.CIM_LogicalDevice  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Controller.CIM_LogicalDevice
1488              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ControlledBy.CIM_DeviceConnection  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ControlledBy.CIM_DeviceConnection
1489              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ESCONController.CIM_Controller  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ESCONController.CIM_Controller
1490              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_IDEController.CIM_Controller  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_IDEController.CIM_Controller
1491              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_InfraredController.CIM_Controller  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_InfraredController.CIM_Controller
1492              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ManagementController.CIM_Controller  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ManagementController.CIM_Controller
1493              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ParallelController.CIM_Controller  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ParallelController.CIM_Controller
1494              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_PCMCIAController.CIM_Controller  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PCMCIAController.CIM_Controller
1495              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_SCSIController.CIM_Controller  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SCSIController.CIM_Controller
1496              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_SCSIInterface.CIM_ControlledBy  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SCSIInterface.CIM_ControlledBy
1497              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_SerialController.CIM_Controller  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SerialController.CIM_Controller
1498              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_SerialInterface.CIM_ControlledBy  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SerialInterface.CIM_ControlledBy
1499              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_SSAController.CIM_Controller  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SSAController.CIM_Controller
1500 w.otsuka 1.1 install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_USBController.CIM_Controller  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_USBController.CIM_Controller
1501              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_VideoController.CIM_Controller  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_VideoController.CIM_Controller
1502              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_PCVideoController.CIM_VideoController  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PCVideoController.CIM_VideoController
1503              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_AGPVideoController.CIM_VideoController  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AGPVideoController.CIM_VideoController
1504              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_VideoControllerResolution.CIM_Setting  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_VideoControllerResolution.CIM_Setting
1505              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_VideoSetting.CIM_ElementSetting  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_VideoSetting.CIM_ElementSetting
1506              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_PCIController.CIM_Controller  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PCIController.CIM_Controller
1507              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_PCIDevice.CIM_PCIController  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PCIDevice.CIM_PCIController
1508              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_PCIBridge.CIM_PCIController  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PCIBridge.CIM_PCIController
1509              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_PortController.CIM_Controller  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PortController.CIM_Controller
1510              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_LogicalPort.CIM_LogicalDevice  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_LogicalPort.CIM_LogicalDevice
1511              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_PortOnDevice.CIM_HostedDependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PortOnDevice.CIM_HostedDependency
1512              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_LogicalPortGroup.CIM_SystemSpecificCollection  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_LogicalPortGroup.CIM_SystemSpecificCollection
1513              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_NetworkPort.CIM_LogicalPort  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_NetworkPort.CIM_LogicalPort
1514              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_EthernetPort.CIM_NetworkPort  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_EthernetPort.CIM_NetworkPort
1515              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_TokenRingPort.CIM_NetworkPort  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_TokenRingPort.CIM_NetworkPort
1516              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_OOBAlertServiceOnNetworkPort.CIM_DeviceServiceImplementation  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_OOBAlertServiceOnNetworkPort.CIM_DeviceServiceImplementation
1517              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_WakeUpServiceOnNetworkPort.CIM_DeviceServiceImplementation  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_WakeUpServiceOnNetworkPort.CIM_DeviceServiceImplementation
1518              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_PortImplementsEndpoint.CIM_DeviceSAPImplementation  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PortImplementsEndpoint.CIM_DeviceSAPImplementation
1519              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_NetworkPortStatistics.CIM_StatisticalData  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_NetworkPortStatistics.CIM_StatisticalData
1520              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_EthernetPortStatistics.CIM_NetworkPortStatistics  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_EthernetPortStatistics.CIM_NetworkPortStatistics
1521 w.otsuka 1.1 install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_TokenRingPortStatistics.CIM_NetworkPortStatistics  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_TokenRingPortStatistics.CIM_NetworkPortStatistics
1522              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_LogicalModule.CIM_LogicalDevice  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_LogicalModule.CIM_LogicalDevice
1523              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ModulePort.CIM_Component  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ModulePort.CIM_Component
1524              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_PortActiveConnection.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PortActiveConnection.CIM_Dependency
1525              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ProtocolController.CIM_LogicalDevice  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ProtocolController.CIM_LogicalDevice
1526              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_SCSIProtocolController.CIM_ProtocolController  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SCSIProtocolController.CIM_ProtocolController
1527              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ProtocolControllerForDevice.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ProtocolControllerForDevice.CIM_Dependency
1528              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_AssociatedProtocolController.CIM_ProtocolControllerForDevice  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AssociatedProtocolController.CIM_ProtocolControllerForDevice
1529              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ProtocolControllerForPort.CIM_ProtocolControllerForDevice  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ProtocolControllerForPort.CIM_ProtocolControllerForDevice
1530              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ProtocolControllerForUnit.CIM_ProtocolControllerForDevice  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ProtocolControllerForUnit.CIM_ProtocolControllerForDevice
1531              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ProtocolControllerAccessesUnit.CIM_ProtocolControllerForDevice  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ProtocolControllerAccessesUnit.CIM_ProtocolControllerForDevice
1532              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ControllerConfigurationService.CIM_Service  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ControllerConfigurationService.CIM_Service
1533              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ProtocolControllerMaskingCapabilities.CIM_Capabilities  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ProtocolControllerMaskingCapabilities.CIM_Capabilities
1534              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_NetworkAdapter.CIM_LogicalDevice  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_NetworkAdapter.CIM_LogicalDevice
1535              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_EthernetAdapter.CIM_NetworkAdapter  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_EthernetAdapter.CIM_NetworkAdapter
1536              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_TokenRingAdapter.CIM_NetworkAdapter  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_TokenRingAdapter.CIM_NetworkAdapter
1537              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_OOBAlertServiceOnNetworkAdapter.CIM_DeviceServiceImplementation  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_OOBAlertServiceOnNetworkAdapter.CIM_DeviceServiceImplementation
1538              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_WakeUpServiceOnNetworkAdapter.CIM_DeviceServiceImplementation  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_WakeUpServiceOnNetworkAdapter.CIM_DeviceServiceImplementation
1539              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_NetworkAdapterRedundancyComponent.CIM_RedundancyComponent  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_NetworkAdapterRedundancyComponent.CIM_RedundancyComponent
1540              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_NetworkVirtualAdapter.CIM_LogicalIdentity  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_NetworkVirtualAdapter.CIM_LogicalIdentity
1541              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_AdapterActiveConnection.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AdapterActiveConnection.CIM_Dependency
1542 w.otsuka 1.1 install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_FibreChannelAdapter.CIM_NetworkAdapter  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_FibreChannelAdapter.CIM_NetworkAdapter
1543              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_FibrePort.CIM_LogicalPort  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_FibrePort.CIM_LogicalPort
1544              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_FibrePortOnFCAdapter.CIM_PortOnDevice  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_FibrePortOnFCAdapter.CIM_PortOnDevice
1545              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_FibrePortActiveLogin.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_FibrePortActiveLogin.#
1546              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_FCAdapterEventCounters.CIM_DeviceStatisticalInformation  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_FCAdapterEventCounters.CIM_DeviceStatisticalInformation
1547              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_FibrePortEventCounters.CIM_DeviceStatisticalInformation  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_FibrePortEventCounters.CIM_DeviceStatisticalInformation
1548              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_FCPort.CIM_NetworkPort  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_FCPort.CIM_NetworkPort
1549              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ZoneSet.CIM_ConnectivityCollection  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ZoneSet.CIM_ConnectivityCollection
1550              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_Zone.CIM_ConnectivityCollection  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Zone.CIM_ConnectivityCollection
1551              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ZoneMembershipSettingData.CIM_ConnectivityMembershipSettingData  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ZoneMembershipSettingData.CIM_ConnectivityMembershipSettingData
1552              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ZoneService.CIM_Service  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ZoneService.CIM_Service
1553              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_FibreProtocolService.CIM_Service  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_FibreProtocolService.CIM_Service
1554              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_FCPortStatistics.CIM_NetworkPortStatistics  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_FCPortStatistics.CIM_NetworkPortStatistics
1555              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_FCPortRateStatistics.CIM_StatisticalData  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_FCPortRateStatistics.CIM_StatisticalData
1556              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ZoneCapabilities.CIM_Capabilities  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ZoneCapabilities.CIM_Capabilities
1557              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_IBSubnetManager.CIM_Service  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_IBSubnetManager.CIM_Service
1558              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_MediaAccessDevice.CIM_LogicalDevice  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_MediaAccessDevice.CIM_LogicalDevice
1559              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_DiskDrive.CIM_MediaAccessDevice  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DiskDrive.CIM_MediaAccessDevice
1560              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_DisketteDrive.CIM_MediaAccessDevice  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DisketteDrive.CIM_MediaAccessDevice
1561              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_CDROMDrive.CIM_MediaAccessDevice  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_CDROMDrive.CIM_MediaAccessDevice
1562              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_DVDDrive.CIM_MediaAccessDevice  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DVDDrive.CIM_MediaAccessDevice
1563 w.otsuka 1.1 install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_WORMDrive.CIM_MediaAccessDevice  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_WORMDrive.CIM_MediaAccessDevice
1564              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_MagnetoOpticalDrive.CIM_MediaAccessDevice  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_MagnetoOpticalDrive.CIM_MediaAccessDevice
1565              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_TapeDrive.CIM_MediaAccessDevice  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_TapeDrive.CIM_MediaAccessDevice
1566              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_MediaAccessStatInfo.CIM_DeviceStatisticalInformation  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_MediaAccessStatInfo.CIM_DeviceStatisticalInformation
1567              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_MediaAccessStatData.CIM_StatisticalData  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_MediaAccessStatData.CIM_StatisticalData
1568              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_MediaPresent.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_MediaPresent.CIM_Dependency
1569              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_RealizesExtent.CIM_Realizes  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_RealizesExtent.CIM_Realizes
1570              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_RealizedOnSide.CIM_RealizesExtent  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_RealizedOnSide.CIM_RealizesExtent
1571              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_StorageVolume.CIM_StorageExtent  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_StorageVolume.CIM_StorageExtent
1572              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_MediaPartition.CIM_StorageExtent  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_MediaPartition.CIM_StorageExtent
1573              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_DiskPartition.CIM_MediaPartition  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DiskPartition.CIM_MediaPartition
1574              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_DiskPartitionBasedOnVolume.CIM_BasedOn  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DiskPartitionBasedOnVolume.CIM_BasedOn
1575              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_RealizesDiskPartition.CIM_RealizesExtent  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_RealizesDiskPartition.CIM_RealizesExtent
1576              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_TapePartition.CIM_MediaPartition  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_TapePartition.CIM_MediaPartition
1577              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_TapePartitionOnSurface.CIM_BasedOn  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_TapePartitionOnSurface.CIM_BasedOn
1578              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_RealizesTapePartition.CIM_RealizesExtent  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_RealizesTapePartition.CIM_RealizesExtent
1579              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_LogicalDisk.CIM_StorageExtent  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_LogicalDisk.CIM_StorageExtent
1580              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_LogicalDiskBasedOnExtent.CIM_BasedOn  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_LogicalDiskBasedOnExtent.CIM_BasedOn
1581              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_LogicalDiskBasedOnVolume.CIM_LogicalDiskBasedOnExtent  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_LogicalDiskBasedOnVolume.CIM_LogicalDiskBasedOnExtent
1582              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_LogicalDiskBasedOnPartition.CIM_LogicalDiskBasedOnExtent  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_LogicalDiskBasedOnPartition.CIM_LogicalDiskBasedOnExtent
1583              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ProtectedExtentBasedOn.CIM_BasedOn  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ProtectedExtentBasedOn.CIM_BasedOn
1584 w.otsuka 1.1 install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_CompositeExtent.CIM_StorageExtent  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_CompositeExtent.CIM_StorageExtent
1585              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_CompositeExtentBasedOn.CIM_BasedOn  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_CompositeExtentBasedOn.CIM_BasedOn
1586              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_StorageError.CIM_ManagedElement  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_StorageError.CIM_ManagedElement
1587              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_StorageDefect.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_StorageDefect.#
1588              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_PhysicalExtent.CIM_StorageExtent  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PhysicalExtent.CIM_StorageExtent
1589              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ProtectedSpaceExtent.CIM_StorageExtent  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ProtectedSpaceExtent.CIM_StorageExtent
1590              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_PSExtentBasedOnPExtent.CIM_BasedOn  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PSExtentBasedOnPExtent.CIM_BasedOn
1591              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_VolumeSet.CIM_StorageVolume  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_VolumeSet.CIM_StorageVolume
1592              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_VolumeSetBasedOnPSExtent.CIM_BasedOn  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_VolumeSetBasedOnPSExtent.CIM_BasedOn
1593              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_LogicalDiskBasedOnVolumeSet.CIM_LogicalDiskBasedOnVolume  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_LogicalDiskBasedOnVolumeSet.CIM_LogicalDiskBasedOnVolume
1594              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_AggregatePExtent.CIM_StorageExtent  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AggregatePExtent.CIM_StorageExtent
1595              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_AggregatePSExtent.CIM_StorageExtent  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AggregatePSExtent.CIM_StorageExtent
1596              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_AggregatePSExtentBasedOnPExtent.CIM_BasedOn  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AggregatePSExtentBasedOnPExtent.CIM_BasedOn
1597              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_AggregatePSExtentBasedOnAggregatePExtent.CIM_BasedOn  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AggregatePSExtentBasedOnAggregatePExtent.CIM_BasedOn
1598              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_PExtentRedundancyComponent.CIM_ExtentRedundancyComponent  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PExtentRedundancyComponent.CIM_ExtentRedundancyComponent
1599              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_AggregateRedundancyComponent.CIM_ExtentRedundancyComponent  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AggregateRedundancyComponent.CIM_ExtentRedundancyComponent
1600              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_RealizesPExtent.CIM_RealizesExtent  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_RealizesPExtent.CIM_RealizesExtent
1601              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_RealizesAggregatePExtent.CIM_RealizesExtent  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_RealizesAggregatePExtent.CIM_RealizesExtent
1602              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_Snapshot.CIM_StorageExtent  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Snapshot.CIM_StorageExtent
1603              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_SnapshotOfExtent.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SnapshotOfExtent.CIM_Dependency
1604              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_StorageSynchronized.CIM_Synchronized  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_StorageSynchronized.CIM_Synchronized
1605 w.otsuka 1.1 install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_StorageSetting.CIM_SettingData  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_StorageSetting.CIM_SettingData
1606              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_StoragePool.CIM_LogicalElement  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_StoragePool.CIM_LogicalElement
1607              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_StorageCapabilities.CIM_Capabilities  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_StorageCapabilities.CIM_Capabilities
1608              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_StorageConfigurationService.CIM_Service  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_StorageConfigurationService.CIM_Service
1609              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_StorageConfigurationCapabilities.CIM_Capabilities  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_StorageConfigurationCapabilities.CIM_Capabilities
1610              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_StorageSettingWithHints.CIM_StorageSetting  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_StorageSettingWithHints.CIM_StorageSetting
1611              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_AllocatedFromStoragePool.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AllocatedFromStoragePool.CIM_Dependency
1612              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_HostedStoragePool.CIM_SystemComponent  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_HostedStoragePool.CIM_SystemComponent
1613              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ConfigurationReportingService.CIM_Service  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ConfigurationReportingService.CIM_Service
1614              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_StorageLibrary.CIM_System  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_StorageLibrary.CIM_System
1615              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_LibraryPackage.CIM_SystemPackaging  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_LibraryPackage.CIM_SystemPackaging
1616              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_MediaTransferDevice.CIM_LogicalDevice  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_MediaTransferDevice.CIM_LogicalDevice
1617              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_DeviceServicesLocation.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DeviceServicesLocation.CIM_Dependency
1618              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_PickerElement.CIM_MediaTransferDevice  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PickerElement.CIM_MediaTransferDevice
1619              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ChangerDevice.CIM_MediaTransferDevice  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ChangerDevice.CIM_MediaTransferDevice
1620              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_PickerForChanger.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PickerForChanger.CIM_Dependency
1621              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_LimitedAccessPort.CIM_MediaTransferDevice  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_LimitedAccessPort.CIM_MediaTransferDevice
1622              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_InterLibraryPort.CIM_MediaTransferDevice  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_InterLibraryPort.CIM_MediaTransferDevice
1623              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_LibraryExchange.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_LibraryExchange.CIM_Dependency
1624              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_LabelReader.CIM_LogicalDevice  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_LabelReader.CIM_LogicalDevice
1625              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_AssociatedLabelReader.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AssociatedLabelReader.CIM_Dependency
1626 w.otsuka 1.1 install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_PickerLabelReader.CIM_AssociatedLabelReader  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PickerLabelReader.CIM_AssociatedLabelReader
1627              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_AccessLabelReader.CIM_AssociatedLabelReader  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AccessLabelReader.CIM_AssociatedLabelReader
1628              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_LabelReaderStatInfo.CIM_DeviceStatisticalInformation  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_LabelReaderStatInfo.CIM_DeviceStatisticalInformation
1629              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_PickerStatInfo.CIM_DeviceStatisticalInformation  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PickerStatInfo.CIM_DeviceStatisticalInformation
1630              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_LabelReaderStatData.CIM_StatisticalData  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_LabelReaderStatData.CIM_StatisticalData
1631              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_PickerStatData.CIM_StatisticalData  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PickerStatData.CIM_StatisticalData
1632              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_UserDevice.CIM_LogicalDevice  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_UserDevice.CIM_LogicalDevice
1633              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_PointingDevice.CIM_UserDevice  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PointingDevice.CIM_UserDevice
1634              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_Keyboard.CIM_UserDevice  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Keyboard.CIM_UserDevice
1635              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_Display.CIM_UserDevice  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Display.CIM_UserDevice
1636              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_DesktopMonitor.CIM_Display  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DesktopMonitor.CIM_Display
1637              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_FlatPanel.CIM_Display  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_FlatPanel.CIM_Display
1638              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_Scanner.CIM_LogicalDevice  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Scanner.CIM_LogicalDevice
1639              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_Door.CIM_LogicalDevice  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Door.CIM_LogicalDevice
1640              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_DoorAccessToPhysicalElement.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DoorAccessToPhysicalElement.CIM_Dependency
1641              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_DoorAccessToDevice.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DoorAccessToDevice.CIM_Dependency
1642              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_MonitorResolution.CIM_Setting  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_MonitorResolution.CIM_Setting
1643              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_MonitorSetting.CIM_ElementSetting  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_MonitorSetting.CIM_ElementSetting
1644              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_Memory.CIM_StorageExtent  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Memory.CIM_StorageExtent
1645              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_AssociatedMemory.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AssociatedMemory.CIM_Dependency
1646              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_MemoryError.CIM_StorageError  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_MemoryError.CIM_StorageError
1647 w.otsuka 1.1 install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ComputerSystemMemory.CIM_SystemDevice  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ComputerSystemMemory.CIM_SystemDevice
1648              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_AssociatedProcessorMemory.CIM_AssociatedMemory  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AssociatedProcessorMemory.CIM_AssociatedMemory
1649              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_AssociatedCacheMemory.CIM_AssociatedMemory  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AssociatedCacheMemory.CIM_AssociatedMemory
1650              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_NonVolatileStorage.CIM_Memory  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_NonVolatileStorage.CIM_Memory
1651              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_BIOSLoadedInNV.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_BIOSLoadedInNV.CIM_Dependency
1652              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_VolatileStorage.CIM_Memory  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_VolatileStorage.CIM_Memory
1653              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_CacheMemory.CIM_Memory  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_CacheMemory.CIM_Memory
1654              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_Modem.CIM_LogicalDevice  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Modem.CIM_LogicalDevice
1655              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ConnectionBasedModem.CIM_Modem  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ConnectionBasedModem.CIM_Modem
1656              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_DSLModem.CIM_ConnectionBasedModem  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DSLModem.CIM_ConnectionBasedModem
1657              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ADSLModem.CIM_DSLModem  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ADSLModem.CIM_DSLModem
1658              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_CableModem.CIM_ConnectionBasedModem  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_CableModem.CIM_ConnectionBasedModem
1659              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_HDSLModem.CIM_DSLModem  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_HDSLModem.CIM_DSLModem
1660              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_SDSLModem.CIM_DSLModem  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SDSLModem.CIM_DSLModem
1661              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_VDSLModem.CIM_DSLModem  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_VDSLModem.CIM_DSLModem
1662              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_CallBasedModem.CIM_Modem  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_CallBasedModem.CIM_Modem
1663              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ISDNModem.CIM_CallBasedModem  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ISDNModem.CIM_CallBasedModem
1664              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_POTSModem.CIM_CallBasedModem  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_POTSModem.CIM_CallBasedModem
1665              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_Unimodem.CIM_POTSModem  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Unimodem.CIM_POTSModem
1666              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_OOBAlertServiceOnModem.CIM_DeviceServiceImplementation  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_OOBAlertServiceOnModem.CIM_DeviceServiceImplementation
1667              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_WakeUpServiceOnModem.CIM_DeviceServiceImplementation  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_WakeUpServiceOnModem.CIM_DeviceServiceImplementation
1668 w.otsuka 1.1 install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_Printer.CIM_LogicalDevice  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Printer.CIM_LogicalDevice
1669              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_PrintQueue.CIM_JobDestination  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PrintQueue.CIM_JobDestination
1670              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_PrintJob.CIM_Job  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PrintJob.CIM_Job
1671              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_PrintSAP.CIM_ServiceAccessPoint  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PrintSAP.CIM_ServiceAccessPoint
1672              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_PrintService.CIM_Service  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PrintService.CIM_Service
1673              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_PrinterServicingQueue.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PrinterServicingQueue.CIM_Dependency
1674              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_PrinterServicingJob.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PrinterServicingJob.CIM_Dependency
1675              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_PrintJobFile.CIM_Component  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PrintJobFile.CIM_Component
1676              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_QueueForPrintService.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_QueueForPrintService.CIM_Dependency
1677              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_QueueForwardsToPrintSAP.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_QueueForwardsToPrintSAP.CIM_Dependency
1678              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_OwningPrintQueue.CIM_JobDestinationJobs  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_OwningPrintQueue.CIM_JobDestinationJobs
1679              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_Sensor.CIM_LogicalDevice  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Sensor.CIM_LogicalDevice
1680              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_AssociatedSensor.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AssociatedSensor.CIM_Dependency
1681              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_BinarySensor.CIM_Sensor  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_BinarySensor.CIM_Sensor
1682              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_MultiStateSensor.CIM_Sensor  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_MultiStateSensor.CIM_Sensor
1683              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_CollectionOfSensors.CIM_Component  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_CollectionOfSensors.CIM_Component
1684              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_NumericSensor.CIM_Sensor  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_NumericSensor.CIM_Sensor
1685              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_DiscreteSensor.CIM_Sensor  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DiscreteSensor.CIM_Sensor
1686              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_TemperatureSensor.CIM_NumericSensor  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_TemperatureSensor.CIM_NumericSensor
1687              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_CurrentSensor.CIM_NumericSensor  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_CurrentSensor.CIM_NumericSensor
1688              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_VoltageSensor.CIM_NumericSensor  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_VoltageSensor.CIM_NumericSensor
1689 w.otsuka 1.1 install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_Tachometer.CIM_NumericSensor  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Tachometer.CIM_NumericSensor
1690              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_AssociatedSupplyVoltageSensor.CIM_AssociatedSensor  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AssociatedSupplyVoltageSensor.CIM_AssociatedSensor
1691              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_AssociatedSupplyCurrentSensor.CIM_AssociatedSensor  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AssociatedSupplyCurrentSensor.CIM_AssociatedSensor
1692              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_PackageTempSensor.CIM_PackageDependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PackageTempSensor.CIM_PackageDependency
1693              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_AlarmDevice.CIM_LogicalDevice  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AlarmDevice.CIM_LogicalDevice
1694              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_AssociatedAlarm.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AssociatedAlarm.CIM_Dependency
1695              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_PackageAlarm.CIM_PackageDependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PackageAlarm.CIM_PackageDependency
1696              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_USBDevice.CIM_LogicalDevice  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_USBDevice.CIM_LogicalDevice
1697              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_USBHub.CIM_USBDevice  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_USBHub.CIM_USBDevice
1698              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_USBPort.CIM_LogicalPort  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_USBPort.CIM_LogicalPort
1699              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_USBPortOnHub.CIM_PortOnDevice  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_USBPortOnHub.CIM_PortOnDevice
1700              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_USBControllerHasHub.CIM_ControlledBy  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_USBControllerHasHub.CIM_ControlledBy
1701              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_USBConnection.CIM_DeviceConnection  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_USBConnection.CIM_DeviceConnection
1702              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_DiskGroup.CIM_CollectionOfMSEs  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DiskGroup.CIM_CollectionOfMSEs
1703              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_DriveInDiskGroup.CIM_CollectedMSEs  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DriveInDiskGroup.CIM_CollectedMSEs
1704              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ExtentInDiskGroup.CIM_CollectedMSEs  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ExtentInDiskGroup.CIM_CollectedMSEs
1705              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_GroupInDiskGroup.CIM_CollectedCollections  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_GroupInDiskGroup.CIM_CollectedCollections
1706              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_Policy.CIM_ManagedElement  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Policy.CIM_ManagedElement
1707              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_PolicySet.CIM_Policy  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PolicySet.CIM_Policy
1708              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_PolicyGroup.CIM_PolicySet  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PolicyGroup.CIM_PolicySet
1709              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_PolicyRule.CIM_PolicySet  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PolicyRule.CIM_PolicySet
1710 w.otsuka 1.1 install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_AuthenticationRule.CIM_PolicyRule  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AuthenticationRule.CIM_PolicyRule
1711              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ReusablePolicyContainer.CIM_AdminDomain  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ReusablePolicyContainer.CIM_AdminDomain
1712              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_PolicyRepository.CIM_AdminDomain  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PolicyRepository.CIM_AdminDomain
1713              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_PolicyCondition.CIM_Policy  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PolicyCondition.CIM_Policy
1714              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_PolicyTimePeriodCondition.CIM_PolicyCondition  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PolicyTimePeriodCondition.CIM_PolicyCondition
1715              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_CompoundPolicyCondition.CIM_PolicyCondition  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_CompoundPolicyCondition.CIM_PolicyCondition
1716              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_AuthenticationCondition.CIM_PolicyCondition  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AuthenticationCondition.CIM_PolicyCondition
1717              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_SharedSecretAuthentication.CIM_AuthenticationCondition  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SharedSecretAuthentication.CIM_AuthenticationCondition
1718              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_AccountAuthentication.CIM_AuthenticationCondition  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AccountAuthentication.CIM_AuthenticationCondition
1719              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_BiometricAuthentication.CIM_AuthenticationCondition  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_BiometricAuthentication.CIM_AuthenticationCondition
1720              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_NetworkingIDAuthentication.CIM_AuthenticationCondition  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_NetworkingIDAuthentication.CIM_AuthenticationCondition
1721              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_PublicPrivateKeyAuthentication.CIM_AuthenticationCondition  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PublicPrivateKeyAuthentication.CIM_AuthenticationCondition
1722              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_KerberosAuthentication.CIM_AuthenticationCondition  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_KerberosAuthentication.CIM_AuthenticationCondition
1723              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_DocumentAuthentication.CIM_AuthenticationCondition  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DocumentAuthentication.CIM_AuthenticationCondition
1724              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_PhysicalCredentialAuthentication.CIM_AuthenticationCondition  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PhysicalCredentialAuthentication.CIM_AuthenticationCondition
1725              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_VendorPolicyCondition.CIM_PolicyCondition  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_VendorPolicyCondition.CIM_PolicyCondition
1726              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_PacketFilterCondition.CIM_PolicyCondition  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PacketFilterCondition.CIM_PolicyCondition
1727              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_PolicyAction.CIM_Policy  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PolicyAction.CIM_Policy
1728              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_VendorPolicyAction.CIM_PolicyAction  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_VendorPolicyAction.CIM_PolicyAction
1729              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_CompoundPolicyAction.CIM_PolicyAction  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_CompoundPolicyAction.CIM_PolicyAction
1730              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_NetworkPacketAction.CIM_PolicyAction  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_NetworkPacketAction.CIM_PolicyAction
1731 w.otsuka 1.1 install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_RejectConnectionAction.CIM_PolicyAction  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_RejectConnectionAction.CIM_PolicyAction
1732              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_PolicyRoleCollection.CIM_SystemSpecificCollection  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PolicyRoleCollection.CIM_SystemSpecificCollection
1733              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_PolicyComponent.CIM_Component  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PolicyComponent.CIM_Component
1734              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_PolicyInSystem.CIM_HostedDependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PolicyInSystem.CIM_HostedDependency
1735              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_PolicySetInSystem.CIM_PolicyInSystem  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PolicySetInSystem.CIM_PolicyInSystem
1736              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_PolicyGroupInSystem.CIM_PolicySetInSystem  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PolicyGroupInSystem.CIM_PolicySetInSystem
1737              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_PolicyRuleInSystem.CIM_PolicySetInSystem  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PolicyRuleInSystem.CIM_PolicySetInSystem
1738              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_PolicySetComponent.CIM_PolicyComponent  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PolicySetComponent.CIM_PolicyComponent
1739              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_PolicyGroupInPolicyGroup.CIM_PolicyComponent  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PolicyGroupInPolicyGroup.CIM_PolicyComponent
1740              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_PolicyRuleInPolicyGroup.CIM_PolicyComponent  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PolicyRuleInPolicyGroup.CIM_PolicyComponent
1741              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_PolicySetValidityPeriod.CIM_PolicyComponent  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PolicySetValidityPeriod.CIM_PolicyComponent
1742              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_PolicyRuleValidityPeriod.CIM_PolicyComponent  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PolicyRuleValidityPeriod.CIM_PolicyComponent
1743              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_PolicyConditionStructure.CIM_PolicyComponent  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PolicyConditionStructure.CIM_PolicyComponent
1744              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_PolicyConditionInPolicyRule.CIM_PolicyConditionStructure  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PolicyConditionInPolicyRule.CIM_PolicyConditionStructure
1745              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_PolicyConditionInPolicyCondition.CIM_PolicyConditionStructure  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PolicyConditionInPolicyCondition.CIM_PolicyConditionStructure
1746              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_PolicyActionStructure.CIM_PolicyComponent  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PolicyActionStructure.CIM_PolicyComponent
1747              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_PolicyActionInPolicyRule.CIM_PolicyActionStructure  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PolicyActionInPolicyRule.CIM_PolicyActionStructure
1748              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_PolicyActionInPolicyAction.CIM_PolicyActionStructure  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PolicyActionInPolicyAction.CIM_PolicyActionStructure
1749              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_PolicyContainerInPolicyContainer.CIM_SystemComponent  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PolicyContainerInPolicyContainer.CIM_SystemComponent
1750              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_PolicyRepositoryInPolicyRepository.CIM_SystemComponent  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PolicyRepositoryInPolicyRepository.CIM_SystemComponent
1751              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ReusablePolicy.CIM_PolicyInSystem  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ReusablePolicy.CIM_PolicyInSystem
1752 w.otsuka 1.1 install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ElementInPolicyRoleCollection.CIM_MemberOfCollection  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ElementInPolicyRoleCollection.CIM_MemberOfCollection
1753              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_PolicyRoleCollectionInSystem.CIM_HostedCollection  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PolicyRoleCollectionInSystem.CIM_HostedCollection
1754              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_PolicyConditionInPolicyRepository.CIM_PolicyInSystem  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PolicyConditionInPolicyRepository.CIM_PolicyInSystem
1755              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_PolicyActionInPolicyRepository.CIM_PolicyInSystem  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PolicyActionInPolicyRepository.CIM_PolicyInSystem
1756              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_PolicySetInRoleCollection.CIM_MemberOfCollection  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PolicySetInRoleCollection.CIM_MemberOfCollection
1757              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_PolicySetAppliesToElement.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PolicySetAppliesToElement.#
1758              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_FilterOfPacketCondition.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_FilterOfPacketCondition.CIM_Dependency
1759              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_AcceptCredentialFrom.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AcceptCredentialFrom.CIM_Dependency
1760              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_SARule.CIM_PolicyRule  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SARule.CIM_PolicyRule
1761              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_RuleThatGeneratedSA.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_RuleThatGeneratedSA.CIM_Dependency
1762              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_IKERule.CIM_SARule  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_IKERule.CIM_SARule
1763              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_IPsecRule.CIM_SARule  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_IPsecRule.CIM_SARule
1764              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_IPsecPolicyForSystem.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_IPsecPolicyForSystem.CIM_Dependency
1765              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_IPsecPolicyForEndpoint.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_IPsecPolicyForEndpoint.CIM_Dependency
1766              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_PacketConditionInSARule.CIM_PolicyConditionInPolicyRule  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PacketConditionInSARule.CIM_PolicyConditionInPolicyRule
1767              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_SAAction.CIM_PolicyAction  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SAAction.CIM_PolicyAction
1768              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_SAStaticAction.CIM_SAAction  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SAStaticAction.CIM_SAAction
1769              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_PreconfiguredSAAction.CIM_SAStaticAction  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PreconfiguredSAAction.CIM_SAStaticAction
1770              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_TransformOfPreconfiguredAction.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_TransformOfPreconfiguredAction.CIM_Dependency
1771              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_PreconfiguredTransportAction.CIM_PreconfiguredSAAction  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PreconfiguredTransportAction.CIM_PreconfiguredSAAction
1772              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_PreconfiguredTunnelAction.CIM_PreconfiguredSAAction  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PreconfiguredTunnelAction.CIM_PreconfiguredSAAction
1773 w.otsuka 1.1 install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_PeerGatewayForPreconfiguredTunnel.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PeerGatewayForPreconfiguredTunnel.CIM_Dependency
1774              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_SANegotiationAction.CIM_SAAction  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SANegotiationAction.CIM_SAAction
1775              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_IKEAction.CIM_SANegotiationAction  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_IKEAction.CIM_SANegotiationAction
1776              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_IPsecAction.CIM_SANegotiationAction  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_IPsecAction.CIM_SANegotiationAction
1777              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_IPsecTransportAction.CIM_IPsecAction  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_IPsecTransportAction.CIM_IPsecAction
1778              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_IPsecTunnelAction.CIM_IPsecAction  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_IPsecTunnelAction.CIM_IPsecAction
1779              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_PeerGatewayForTunnel.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PeerGatewayForTunnel.CIM_Dependency
1780              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_SAProposal.CIM_ScopedSettingData  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SAProposal.CIM_ScopedSettingData
1781              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ContainedProposal.CIM_Component  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ContainedProposal.CIM_Component
1782              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_IKEProposal.CIM_SAProposal  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_IKEProposal.CIM_SAProposal
1783              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_IPsecProposal.CIM_SAProposal  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_IPsecProposal.CIM_SAProposal
1784              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ContainedTransform.CIM_Component  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ContainedTransform.CIM_Component
1785              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/PRS_ExchangeElement.CIM_ManagedElement  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_ExchangeElement.CIM_ManagedElement
1786              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/PRS_Solution.PRS_ExchangeElement  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_Solution.PRS_ExchangeElement
1787              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/PRS_SolutionElement.PRS_ExchangeElement  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_SolutionElement.PRS_ExchangeElement
1788              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/PRS_Reference.PRS_SolutionElement  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_Reference.PRS_SolutionElement
1789              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/PRS_Problem.PRS_SolutionElement  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_Problem.PRS_SolutionElement
1790              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/PRS_Resolution.PRS_SolutionElement  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_Resolution.PRS_SolutionElement
1791              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/PRS_SolutionHasElement.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_SolutionHasElement.CIM_Dependency
1792              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/PRS_SolutionReference.PRS_SolutionHasElement  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_SolutionReference.PRS_SolutionHasElement
1793              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/PRS_SolutionProblem.PRS_SolutionHasElement  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_SolutionProblem.PRS_SolutionHasElement
1794 w.otsuka 1.1 install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/PRS_SolutionResolution.PRS_SolutionHasElement  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_SolutionResolution.PRS_SolutionHasElement
1795              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/PRS_Category.PRS_ExchangeElement  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_Category.PRS_ExchangeElement
1796              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/PRS_SolutionCategory.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_SolutionCategory.CIM_Dependency
1797              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/PRS_Categorization.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_Categorization.CIM_Dependency
1798              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/PRS_CategoryParentChild.CIM_HostedDependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_CategoryParentChild.CIM_HostedDependency
1799              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/PRS_ExpressionElement.PRS_ExchangeElement  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_ExpressionElement.PRS_ExchangeElement
1800              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/PRS_Expression.PRS_ExpressionElement  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_Expression.PRS_ExpressionElement
1801              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/PRS_Product.PRS_ExpressionElement  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_Product.PRS_ExpressionElement
1802              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/PRS_Statement.PRS_ExpressionElement  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_Statement.PRS_ExpressionElement
1803              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/PRS_Feature.PRS_ExchangeElement  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_Feature.PRS_ExchangeElement
1804              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/PRS_Resource.PRS_ExchangeElement  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_Resource.PRS_ExchangeElement
1805              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/PRS_ExpressionLink.CIM_HostedDependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_ExpressionLink.CIM_HostedDependency
1806              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/PRS_ProductParentChild.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_ProductParentChild.CIM_Dependency
1807              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/PRS_ProductComponent.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_ProductComponent.CIM_Dependency
1808              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/PRS_ProductAsset.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_ProductAsset.CIM_Dependency
1809              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/PRS_StatementFeature.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_StatementFeature.CIM_Dependency
1810              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/PRS_FeatureResource.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_FeatureResource.CIM_Dependency
1811              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/PRS_ResolutionResource.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_ResolutionResource.CIM_Dependency
1812              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/PRS_SolutionExpression.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_SolutionExpression.CIM_Dependency
1813              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/PRS_Administrative.PRS_ExchangeElement  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_Administrative.PRS_ExchangeElement
1814              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/PRS_AdminAssociation.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_AdminAssociation.CIM_Dependency
1815 w.otsuka 1.1 install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/PRS_Revision.PRS_ExchangeElement  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_Revision.PRS_ExchangeElement
1816              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/PRS_AdministrativeRevision.CIM_HostedDependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_AdministrativeRevision.CIM_HostedDependency
1817              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/PRS_Contact.PRS_ExchangeElement  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_Contact.PRS_ExchangeElement
1818              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/PRS_ContactItem.PRS_ExchangeElement  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_ContactItem.PRS_ExchangeElement
1819              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/PRS_AdministrativeContact.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_AdministrativeContact.CIM_Dependency
1820              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/PRS_RevisionContact.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_RevisionContact.CIM_Dependency
1821              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/PRS_Organization.PRS_ContactItem  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_Organization.PRS_ContactItem
1822              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/PRS_Person.PRS_ContactItem  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_Person.PRS_ContactItem
1823              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/PRS_ContactContactItem.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_ContactContactItem.CIM_Dependency
1824              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/PRS_ContactOrganization.PRS_ContactContactItem  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_ContactOrganization.PRS_ContactContactItem
1825              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/PRS_ContactPerson.PRS_ContactContactItem  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_ContactPerson.PRS_ContactContactItem
1826              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/PRS_Address.PRS_ExchangeElement  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_Address.PRS_ExchangeElement
1827              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/PRS_ContactItemAddress.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_ContactItemAddress.CIM_Dependency
1828              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/PRS_Location.PRS_ExchangeElement  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_Location.PRS_ExchangeElement
1829              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/PRS_AddressLocation.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_AddressLocation.CIM_Dependency
1830              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/PRS_Attachment.PRS_ExchangeElement  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_Attachment.PRS_ExchangeElement
1831              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/PRS_Attached.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_Attached.CIM_Dependency
1832              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/PRS_ServiceIncident.PRS_ExchangeElement  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_ServiceIncident.PRS_ExchangeElement
1833              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/PRS_ServiceRequester.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_ServiceRequester.CIM_Dependency
1834              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/PRS_ServiceProvider.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_ServiceProvider.CIM_Dependency
1835              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/PRS_ServiceProblem.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_ServiceProblem.CIM_Dependency
1836 w.otsuka 1.1 install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/PRS_ServiceResolutionSolution.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_ServiceResolutionSolution.CIM_Dependency
1837              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/PRS_Activity.PRS_ExchangeElement  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_Activity.PRS_ExchangeElement
1838              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/PRS_Agreement.PRS_ExchangeElement  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_Agreement.PRS_ExchangeElement
1839              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/PRS_ServiceAgreement.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_ServiceAgreement.CIM_Dependency
1840              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/PRS_Transaction.PRS_ExchangeElement  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_Transaction.PRS_ExchangeElement
1841              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/PRS_SISService.CIM_Service  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_SISService.CIM_Service
1842              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/PRS_ServiceActivity.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_ServiceActivity.CIM_Dependency
1843              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/PRS_ActivityContact.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_ActivityContact.CIM_Dependency
1844              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/PRS_ActivityResource.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_ActivityResource.CIM_Dependency
1845              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/PRS_ActivityTransaction.CIM_Dependency  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_ActivityTransaction.CIM_Dependency
1846              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/PG_OperatingSystem.CIM_OperatingSystem  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PG_OperatingSystem.CIM_OperatingSystem
1847              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/PG_ComputerSystem.CIM_UnitaryComputerSystem  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PG_ComputerSystem.CIM_UnitaryComputerSystem
1848              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/PG_UnixProcess.CIM_Process  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PG_UnixProcess.CIM_Process
1849              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/PG_UnixProcessStatisticalInformation.CIM_StatisticalInformation  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PG_UnixProcessStatisticalInformation.CIM_StatisticalInformation
1850              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/PG_UnixProcessStatistics.CIM_Statistics  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PG_UnixProcessStatistics.CIM_Statistics
1851              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/PG_UnixThread.CIM_Thread  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PG_UnixThread.CIM_Thread
1852              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/PG_Processor.CIM_Processor  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PG_Processor.CIM_Processor
1853              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/PG_BindsIPToLANEndpoint.CIM_BindsToLANEndpoint  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PG_BindsIPToLANEndpoint.CIM_BindsToLANEndpoint
1854              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/PG_IPRoute.CIM_IPRoute  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PG_IPRoute.CIM_IPRoute
1855              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/qualifiers/Abstract  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/Abstract
1856              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/qualifiers/Aggregate  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/Aggregate
1857 w.otsuka 1.1 install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/qualifiers/Aggregation  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/Aggregation
1858              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/qualifiers/Alias  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/Alias
1859              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/qualifiers/ArrayType  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/ArrayType
1860              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/qualifiers/ASSOCIATION  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/ASSOCIATION
1861              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/qualifiers/BitMap  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/BitMap
1862              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/qualifiers/BitValues  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/BitValues
1863              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/qualifiers/Composition  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/Composition
1864              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/qualifiers/Counter  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/Counter
1865              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/qualifiers/Delete  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/Delete
1866              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/qualifiers/Deprecated  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/Deprecated
1867              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/qualifiers/Description  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/Description
1868              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/qualifiers/DisplayName  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/DisplayName
1869              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/qualifiers/DN  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/DN
1870              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/qualifiers/EmbeddedObject  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/EmbeddedObject
1871              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/qualifiers/Exception  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/Exception
1872              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/qualifiers/Expensive  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/Expensive
1873              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/qualifiers/Experimental  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/Experimental
1874              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/qualifiers/Gauge  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/Gauge
1875              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/qualifiers/Ifdeleted  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/Ifdeleted
1876              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/qualifiers/In  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/In
1877              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/qualifiers/INDICATION  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/INDICATION
1878 w.otsuka 1.1 install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/qualifiers/Invisible  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/Invisible
1879              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/qualifiers/Key  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/Key
1880              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/qualifiers/Large  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/Large
1881              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/qualifiers/MappingStrings  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/MappingStrings
1882              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/qualifiers/Max  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/Max
1883              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/qualifiers/MaxLen  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/MaxLen
1884              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/qualifiers/MaxValue  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/MaxValue
1885              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/qualifiers/Min  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/Min
1886              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/qualifiers/MinLen  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/MinLen
1887              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/qualifiers/MinValue  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/MinValue
1888              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/qualifiers/ModelCorrespondence  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/ModelCorrespondence
1889              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/qualifiers/Nonlocal  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/Nonlocal
1890              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/qualifiers/NonlocalType  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/NonlocalType
1891              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/qualifiers/NullValue  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/NullValue
1892              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/qualifiers/Octetstring  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/Octetstring
1893              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/qualifiers/Out  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/Out
1894              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/qualifiers/Override  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/Override
1895              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/qualifiers/Propagated  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/Propagated
1896              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/qualifiers/PropertyUsage  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/PropertyUsage
1897              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/qualifiers/Provider  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/Provider
1898              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/qualifiers/Read  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/Read
1899 w.otsuka 1.1 install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/qualifiers/Required  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/Required
1900              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/qualifiers/Revision  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/Revision
1901              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/qualifiers/CLASS  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/CLASS
1902              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/qualifiers/Source  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/Source
1903              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/qualifiers/SourceType  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/SourceType
1904              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/qualifiers/Static  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/Static
1905              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/qualifiers/Syntax  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/Syntax
1906              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/qualifiers/SyntaxType  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/SyntaxType
1907              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/qualifiers/Terminal  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/Terminal
1908              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/qualifiers/TriggerType  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/TriggerType
1909              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/qualifiers/Units  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/Units
1910              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/qualifiers/UnknownValues  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/UnknownValues
1911              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/qualifiers/UnsupportedValues  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/UnsupportedValues
1912              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/qualifiers/ValueMap  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/ValueMap
1913              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/qualifiers/Values  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/Values
1914              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/qualifiers/Version  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/Version
1915              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/qualifiers/Weak  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/Weak
1916              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/qualifiers/Write  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/Write
1917              
1918              #
1919              # SSL Files
1920 w.otsuka 1.1 #
1921              install -D -m 0644  $PEGASUS_ROOT/src/Server/ssl.cnf $RPM_BUILD_ROOT%PEGASUS_CONFIG_DIR/ssl.orig
1922              
1923              #
1924              # cimserver config files
1925              #
1926              install -D -m 0644  $PEGASUS_ROOT/src/Server/%PEGASUS_PLANNED_CONFIG_FILE $RPM_BUILD_ROOT%PEGASUS_VARDATA_DIR/%PEGASUS_PLANNED_CONFIG_FILE
1927              
1928              #
1929              # WBEM pam authentication
1930              #
1931              install -D -m 0644  $PEGASUS_ROOT/rpm/wbem $RPM_BUILD_ROOT%PAM_CONF/wbem
1932              
1933              #
1934              # repository install script
1935              #
1936 w.otsuka 1.3 echo "PEGASUS_MOF_DIR="%PEGASUS_MOF_DIR > initrepository.in
1937              echo "PEGASUS_REPOSITORY_DIR="%PEGASUS_REPOSITORY_DIR >> initrepository.in
1938              echo "PEGASUS_BIN_DIR="%PEGASUS_BIN_DIR >> initrepository.in
1939              echo "PEGASUS_CIM_SCHEMA=28" >> initrepository.in
1940              cat initrepository.in $PEGASUS_ROOT/installs/scripts/init_repository > $RPM_BUILD_ROOT%PEGASUS_SBIN_DIR/init_repository
1941              chmod 0544 $RPM_BUILD_ROOT%PEGASUS_SBIN_DIR/init_repository
1942 w.otsuka 1.1 
1943              #
1944              # man pages
1945              #
1946              install -D -m 0444  $PEGASUS_ROOT/rpm/manLinux/man1.Z/cimmof.1 $RPM_BUILD_ROOT%PEGASUS_MANUSER_DIR/cimmof.1.gz
1947              install -D -m 0444  $PEGASUS_ROOT/rpm/manLinux/man1.Z/cimprovider.1 $RPM_BUILD_ROOT%PEGASUS_MANUSER_DIR/cimprovider.1.gz
1948              install -D -m 0444  $PEGASUS_ROOT/rpm/manLinux/man1.Z/osinfo.1 $RPM_BUILD_ROOT%PEGASUS_MANUSER_DIR/osinfo.1.gz
1949              install -D -m 0444  $PEGASUS_ROOT/rpm/manLinux/man1.Z/wbemexec.1 $RPM_BUILD_ROOT%PEGASUS_MANUSER_DIR/wbemexec.1.gz
1950              install -D -m 0444  $PEGASUS_ROOT/rpm/manLinux/man1m.Z/cimauth.1m $RPM_BUILD_ROOT%PEGASUS_MANADMIN_DIR/cimauth.8.gz
1951              install -D -m 0444  $PEGASUS_ROOT/rpm/manLinux/man1m.Z/cimconfig.1m $RPM_BUILD_ROOT%PEGASUS_MANADMIN_DIR/cimconfig.8.gz
1952              install -D -m 0444  $PEGASUS_ROOT/rpm/manLinux/man1m.Z/cimprovider.1m $RPM_BUILD_ROOT%PEGASUS_MANADMIN_DIR/cimprovider.8.gz
1953              install -D -m 0444  $PEGASUS_ROOT/rpm/manLinux/man1m.Z/cimserver.1m $RPM_BUILD_ROOT%PEGASUS_MANADMIN_DIR/cimserver.8.gz
1954              
1955              install -D -m 0444  $PEGASUS_ROOT/doc/%PEGASUS_LICENSE_FILE $RPM_BUILD_ROOT%PEGASUS_PROD_DIR/%PEGASUS_LICENSE_FILE
1956              #
1957              # SDK
1958              #
1959 w.otsuka 1.4 
1960 w.otsuka 1.1 %define PEGASUS_INCLUDE_DEST_PATH /opt/tog-pegasus/include
1961              %define PEGASUS_HTML_DEST_PATH    /opt/tog-pegasus/share/html
1962              %define PEGASUS_SAMPLES_DEST_PATH /opt/tog-pegasus/share/samples
1963              %define INCLUDE_DEST_PATH    $RPM_BUILD_ROOT%PEGASUS_INCLUDE_DEST_PATH
1964              %define HTML_DEST_PATH       $RPM_BUILD_ROOT%PEGASUS_HTML_DEST_PATH
1965              %define SAMPLES_DEST_PATH     $RPM_BUILD_ROOT%PEGASUS_SAMPLES_DEST_PATH
1966              %define SDK_STAGE_LOC        $PEGASUS_HOME/stageSDK
1967              mkdir -p %INCLUDE_DEST_PATH/{Client,Common,Consumer,Handler,Provider}
1968              mkdir -p %INCLUDE_DEST_PATH/Provider/CMPI
1969              mkdir -p %HTML_DEST_PATH
1970              mkdir -p %SAMPLES_DEST_PATH/{Clients,mak,Providers}
1971              mkdir -p %SAMPLES_DEST_PATH/Providers/Load
1972              install -D -m 0444 %SDK_STAGE_LOC/include/Pegasus/Client/CIMClientException.h %INCLUDE_DEST_PATH/Pegasus/Client/CIMClientException.h
1973              install -D -m 0444 %SDK_STAGE_LOC/include/Pegasus/Client/CIMClient.h %INCLUDE_DEST_PATH/Pegasus/Client/CIMClient.h
1974              install -D -m 0444 %SDK_STAGE_LOC/include/Pegasus/Client/Linkage.h %INCLUDE_DEST_PATH/Pegasus/Client/Linkage.h
1975              install -D -m 0444 %SDK_STAGE_LOC/include/Pegasus/Common/AcceptLanguages.h %INCLUDE_DEST_PATH/Pegasus/Common/AcceptLanguages.h
1976              install -D -m 0444 %SDK_STAGE_LOC/include/Pegasus/Common/AcceptLanguageElement.h %INCLUDE_DEST_PATH/Pegasus/Common/AcceptLanguageElement.h
1977              install -D -m 0444 %SDK_STAGE_LOC/include/Pegasus/Common/Array.h %INCLUDE_DEST_PATH/Pegasus/Common/Array.h
1978              install -D -m 0444 %SDK_STAGE_LOC/include/Pegasus/Common/ArrayInter.h %INCLUDE_DEST_PATH/Pegasus/Common/ArrayInter.h
1979              install -D -m 0444 %SDK_STAGE_LOC/include/Pegasus/Common/Char16.h %INCLUDE_DEST_PATH/Pegasus/Common/Char16.h
1980              install -D -m 0444 %SDK_STAGE_LOC/include/Pegasus/Common/CIMClass.h %INCLUDE_DEST_PATH/Pegasus/Common/CIMClass.h 
1981 w.otsuka 1.1 install -D -m 0444 %SDK_STAGE_LOC/include/Pegasus/Common/CIMDateTime.h %INCLUDE_DEST_PATH/Pegasus/Common/CIMDateTime.h
1982              install -D -m 0444 %SDK_STAGE_LOC/include/Pegasus/Common/CIMFlavor.h %INCLUDE_DEST_PATH/Pegasus/Common/CIMFlavor.h
1983              install -D -m 0444 %SDK_STAGE_LOC/include/Pegasus/Common/CIMIndication.h %INCLUDE_DEST_PATH/Pegasus/Common/CIMIndication.h 
1984              install -D -m 0444 %SDK_STAGE_LOC/include/Pegasus/Common/CIMInstance.h %INCLUDE_DEST_PATH/Pegasus/Common/CIMInstance.h
1985              install -D -m 0444 %SDK_STAGE_LOC/include/Pegasus/Common/CIMMethod.h %INCLUDE_DEST_PATH/Pegasus/Common//CIMMethod.h
1986              install -D -m 0444 %SDK_STAGE_LOC/include/Pegasus/Common/CIMName.h %INCLUDE_DEST_PATH/Pegasus/Common/CIMName.h
1987              install -D -m 0444 %SDK_STAGE_LOC/include/Pegasus/Common/CIMObject.h %INCLUDE_DEST_PATH/Pegasus/Common/CIMObject.h
1988              install -D -m 0444 %SDK_STAGE_LOC/include/Pegasus/Common/CIMObjectPath.h %INCLUDE_DEST_PATH/Pegasus/Common/CIMObjectPath.h
1989              install -D -m 0444 %SDK_STAGE_LOC/include/Pegasus/Common/CIMParameter.h %INCLUDE_DEST_PATH/Pegasus/Common/CIMParameter.h
1990              install -D -m 0444 %SDK_STAGE_LOC/include/Pegasus/Common/CIMParamValue.h %INCLUDE_DEST_PATH/Pegasus/Common/CIMParamValue.h
1991              install -D -m 0444 %SDK_STAGE_LOC/include/Pegasus/Common/CIMProperty.h %INCLUDE_DEST_PATH/Pegasus/Common/CIMProperty.h
1992              install -D -m 0444 %SDK_STAGE_LOC/include/Pegasus/Common/CIMPropertyList.h %INCLUDE_DEST_PATH/Pegasus/Common/CIMPropertyList.h
1993              install -D -m 0444 %SDK_STAGE_LOC/include/Pegasus/Common/CIMQualifierDecl.h %INCLUDE_DEST_PATH/Pegasus/Common/CIMQualifierDecl.h
1994              install -D -m 0444 %SDK_STAGE_LOC/include/Pegasus/Common/CIMQualifier.h %INCLUDE_DEST_PATH/Pegasus/Common/CIMQualifier.h
1995              install -D -m 0444 %SDK_STAGE_LOC/include/Pegasus/Common/CIMScope.h %INCLUDE_DEST_PATH/Pegasus/Common/CIMScope.h
1996              install -D -m 0444 %SDK_STAGE_LOC/include/Pegasus/Common/CIMStatusCode.h %INCLUDE_DEST_PATH/Pegasus/Common/CIMStatusCode.h
1997              install -D -m 0444 %SDK_STAGE_LOC/include/Pegasus/Common/CIMType.h %INCLUDE_DEST_PATH/Pegasus/Common/CIMType.h
1998              install -D -m 0444 %SDK_STAGE_LOC/include/Pegasus/Common/CIMValue.h %INCLUDE_DEST_PATH/Pegasus/Common/CIMValue.h
1999              install -D -m 0444 %SDK_STAGE_LOC/include/Pegasus/Common/Config.h %INCLUDE_DEST_PATH/Pegasus/Common/Config.h
2000              install -D -m 0444 %SDK_STAGE_LOC/include/Pegasus/Common/ContentLanguageElement.h %INCLUDE_DEST_PATH/Pegasus/Common/ContentLanguageElement.h
2001              install -D -m 0444 %SDK_STAGE_LOC/include/Pegasus/Common/ContentLanguages.h %INCLUDE_DEST_PATH/Pegasus/Common/ContentLanguages.h
2002 w.otsuka 1.1 install -D -m 0444 %SDK_STAGE_LOC/include/Pegasus/Common/Exception.h %INCLUDE_DEST_PATH/Pegasus/Common/Exception.h
2003              install -D -m 0444 %SDK_STAGE_LOC/include/Pegasus/Common/Formatter.h %INCLUDE_DEST_PATH/Pegasus/Common/Formatter.h
2004              install -D -m 0444 %SDK_STAGE_LOC/include/Pegasus/Common/LanguageElementContainer.h %INCLUDE_DEST_PATH/Pegasus/Common/LanguageElementContainer.h
2005              install -D -m 0444 %SDK_STAGE_LOC/include/Pegasus/Common/LanguageElement.h %INCLUDE_DEST_PATH/Pegasus/Common/LanguageElement.h
2006              install -D -m 0444 %SDK_STAGE_LOC/include/Pegasus/Common/Linkage.h %INCLUDE_DEST_PATH/Pegasus/Common/Linkage.h
2007              install -D -m 0444 %SDK_STAGE_LOC/include/Pegasus/Common/MessageLoader.h %INCLUDE_DEST_PATH/Pegasus/Common/MessageLoader.h
2008              install -D -m 0444 %SDK_STAGE_LOC/include/Pegasus/Common/OperationContext.h %INCLUDE_DEST_PATH/Pegasus/Common/OperationContext.h
2009              %ifarch ia64
2010              install -D -m 0444 %SDK_STAGE_LOC/include/Pegasus/Common/Platform_LINUX_IA64_GNU.h %INCLUDE_DEST_PATH/Pegasus/Common/Platform_LINUX_IX86_GNU.h
2011              %else
2012              install -D -m 0444 %SDK_STAGE_LOC/include/Pegasus/Common/Platform_LINUX_IX86_GNU.h %INCLUDE_DEST_PATH/Pegasus/Common/Platform_LINUX_IX86_GNU.h
2013              %endif
2014              install -D -m 0444 %SDK_STAGE_LOC/include/Pegasus/Common/ResponseHandler.h %INCLUDE_DEST_PATH/Pegasus/Common/ResponseHandler.h
2015              install -D -m 0444 %SDK_STAGE_LOC/include/Pegasus/Common/SSLContext.h %INCLUDE_DEST_PATH/Pegasus/Common/SSLContext.h
2016              install -D -m 0444 %SDK_STAGE_LOC/include/Pegasus/Common/String.h %INCLUDE_DEST_PATH/Pegasus/Common/String.h
2017              install -D -m 0444 %SDK_STAGE_LOC/include/Pegasus/Consumer/CIMIndicationConsumer.h %INCLUDE_DEST_PATH/Pegasus/Consumer/CIMIndicationConsumer.h
2018              install -D -m 0444 %SDK_STAGE_LOC/include/Pegasus/Consumer/Linkage.h %INCLUDE_DEST_PATH/Pegasus/Consumer/Linkage.h
2019              install -D -m 0444 %SDK_STAGE_LOC/include/Pegasus/Provider/CIMAssociationProvider.h %INCLUDE_DEST_PATH/Pegasus/Provider/CIMAssociationProvider.h
2020              install -D -m 0444 %SDK_STAGE_LOC/include/Pegasus/Provider/CIMIndicationConsumerProvider.h %INCLUDE_DEST_PATH/Pegasus/Provider/CIMIndicationConsumerProvider.h
2021              install -D -m 0444 %SDK_STAGE_LOC/include/Pegasus/Provider/CIMIndicationProvider.h %INCLUDE_DEST_PATH/Pegasus/Provider/CIMIndicationProvider.h
2022              install -D -m 0444 %SDK_STAGE_LOC/include/Pegasus/Provider/CIMInstanceProvider.h %INCLUDE_DEST_PATH/Pegasus/Provider/CIMInstanceProvider.h
2023 w.otsuka 1.1 install -D -m 0444 %SDK_STAGE_LOC/include/Pegasus/Provider/CIMMethodProvider.h %INCLUDE_DEST_PATH/Pegasus/Provider/CIMMethodProvider.h
2024              install -D -m 0444 %SDK_STAGE_LOC/include/Pegasus/Provider/CIMOMHandle.h %INCLUDE_DEST_PATH/Pegasus/Provider/CIMOMHandle.h
2025              install -D -m 0444 %SDK_STAGE_LOC/include/Pegasus/Provider/CIMProvider.h %INCLUDE_DEST_PATH/Pegasus/Provider/CIMProvider.h
2026              install -D -m 0444 %SDK_STAGE_LOC/include/Pegasus/Provider/Linkage.h %INCLUDE_DEST_PATH/Pegasus/Provider/Linkage.h
2027              install -D -m 0444 %SDK_STAGE_LOC/include/Pegasus/Provider/ProviderException.h %INCLUDE_DEST_PATH/Pegasus/Provider/ProviderException.h
2028              install -D -m 0444 %SDK_STAGE_LOC/include/Pegasus/Provider/CMPI/CmpiArgs.h %INCLUDE_DEST_PATH/Pegasus/Provider/CMPI/CmpiArgs.h
2029              install -D -m 0444 %SDK_STAGE_LOC/include/Pegasus/Provider/CMPI/CmpiArray.h %INCLUDE_DEST_PATH/Pegasus/Provider/CMPI/CmpiArray.h
2030              install -D -m 0444 %SDK_STAGE_LOC/include/Pegasus/Provider/CMPI/CmpiAssociationMI.h %INCLUDE_DEST_PATH/Pegasus/Provider/CMPI/CmpiAssociationMI.h
2031              install -D -m 0444 %SDK_STAGE_LOC/include/Pegasus/Provider/CMPI/CmpiBaseMI.h %INCLUDE_DEST_PATH/Pegasus/Provider/CMPI/CmpiBaseMI.h
2032              install -D -m 0444 %SDK_STAGE_LOC/include/Pegasus/Provider/CMPI/CmpiBooleanData.h %INCLUDE_DEST_PATH/Pegasus/Provider/CMPI/CmpiBooleanData.h
2033              install -D -m 0444 %SDK_STAGE_LOC/include/Pegasus/Provider/CMPI/CmpiBroker.h %INCLUDE_DEST_PATH/Pegasus/Provider/CMPI/CmpiBroker.h
2034              install -D -m 0444 %SDK_STAGE_LOC/include/Pegasus/Provider/CMPI/CmpiCharData.h %INCLUDE_DEST_PATH/Pegasus/Provider/CMPI/CmpiCharData.h
2035              install -D -m 0444 %SDK_STAGE_LOC/include/Pegasus/Provider/CMPI/CmpiContext.h %INCLUDE_DEST_PATH/Pegasus/Provider/CMPI/CmpiContext.h
2036              install -D -m 0444 %SDK_STAGE_LOC/include/Pegasus/Provider/CMPI/CmpiData.h %INCLUDE_DEST_PATH/Pegasus/Provider/CMPI/CmpiData.h
2037              install -D -m 0444 %SDK_STAGE_LOC/include/Pegasus/Provider/CMPI/CmpiDateTime.h %INCLUDE_DEST_PATH/Pegasus/Provider/CMPI/CmpiDateTime.h
2038              install -D -m 0444 %SDK_STAGE_LOC/include/Pegasus/Provider/CMPI/cmpidt.h %INCLUDE_DEST_PATH/Pegasus/Provider/CMPI/cmpidt.h
2039              install -D -m 0444 %SDK_STAGE_LOC/include/Pegasus/Provider/CMPI/CmpiEnumeration.h %INCLUDE_DEST_PATH/Pegasus/Provider/CMPI/CmpiEnumeration.h
2040              install -D -m 0444 %SDK_STAGE_LOC/include/Pegasus/Provider/CMPI/cmpift.h %INCLUDE_DEST_PATH/Pegasus/Provider/CMPI/cmpift.h
2041              install -D -m 0444 %SDK_STAGE_LOC/include/Pegasus/Provider/CMPI/CmpiIndicationMI.h %INCLUDE_DEST_PATH/Pegasus/Provider/CMPI/CmpiIndicationMI.h
2042              install -D -m 0444 %SDK_STAGE_LOC/include/Pegasus/Provider/CMPI/CmpiInstance.h %INCLUDE_DEST_PATH/Pegasus/Provider/CMPI/CmpiInstance.h
2043              install -D -m 0444 %SDK_STAGE_LOC/include/Pegasus/Provider/CMPI/CmpiInstanceMI.h %INCLUDE_DEST_PATH/Pegasus/Provider/CMPI/CmpiInstanceMI.h
2044 w.otsuka 1.1 install -D -m 0444 %SDK_STAGE_LOC/include/Pegasus/Provider/CMPI/cmpimacs.h %INCLUDE_DEST_PATH/Pegasus/Provider/CMPI/cmpimacs.h
2045              install -D -m 0444 %SDK_STAGE_LOC/include/Pegasus/Provider/CMPI/CmpiMethodMI.h %INCLUDE_DEST_PATH/Pegasus/Provider/CMPI/CmpiMethodMI.h
2046              install -D -m 0444 %SDK_STAGE_LOC/include/Pegasus/Provider/CMPI/CmpiObject.h %INCLUDE_DEST_PATH/Pegasus/Provider/CMPI/CmpiObject.h
2047              install -D -m 0444 %SDK_STAGE_LOC/include/Pegasus/Provider/CMPI/CmpiObjectPath.h %INCLUDE_DEST_PATH/Pegasus/Provider/CMPI/CmpiObjectPath.h
2048              install -D -m 0444 $PEGASUS_ROOT/src/Pegasus/Provider/CMPI/cmpipl.h %INCLUDE_DEST_PATH/Pegasus/Provider/CMPI/cmpipl.h
2049              install -D -m 0444 %SDK_STAGE_LOC/include/Pegasus/Provider/CMPI/CmpiPropertyMI.h %INCLUDE_DEST_PATH/Pegasus/Provider/CMPI/CmpiPropertyMI.h
2050              install -D -m 0444 %SDK_STAGE_LOC/include/Pegasus/Provider/CMPI/CmpiProviderBase.h %INCLUDE_DEST_PATH/Pegasus/Provider/CMPI/CmpiProviderBase.h
2051              install -D -m 0444 %SDK_STAGE_LOC/include/Pegasus/Provider/CMPI/CmpiResult.h %INCLUDE_DEST_PATH/Pegasus/Provider/CMPI/CmpiResult.h
2052              install -D -m 0444 %SDK_STAGE_LOC/include/Pegasus/Provider/CMPI/CmpiSelectExp.h %INCLUDE_DEST_PATH/Pegasus/Provider/CMPI/CmpiSelectExp.h
2053              install -D -m 0444 %SDK_STAGE_LOC/include/Pegasus/Provider/CMPI/CmpiStatus.h %INCLUDE_DEST_PATH/Pegasus/Provider/CMPI/CmpiStatus.h
2054              install -D -m 0444 %SDK_STAGE_LOC/include/Pegasus/Provider/CMPI/CmpiString.h %INCLUDE_DEST_PATH/Pegasus/Provider/CMPI/CmpiString.h
2055              install -D -m 0444 %SDK_STAGE_LOC/html/AcceptLanguageElement.html %HTML_DEST_PATH/AcceptLanguageElement.html
2056              install -D -m 0444 %SDK_STAGE_LOC/html/AcceptLanguages.html %HTML_DEST_PATH/AcceptLanguages.html
2057              install -D -m 0444 %SDK_STAGE_LOC/html/AlreadyConnectedException.html %HTML_DEST_PATH/AlreadyConnectedException.html
2058              install -D -m 0444 %SDK_STAGE_LOC/html/AlreadyExistsException.html %HTML_DEST_PATH/AlreadyExistsException.html
2059              install -D -m 0444 %SDK_STAGE_LOC/html/ArrayPEGASUS_ARRAY_T.html %HTML_DEST_PATH/ArrayPEGASUS_ARRAY_T.html
2060              install -D -m 0444 %SDK_STAGE_LOC/html/BindFailedException.html %HTML_DEST_PATH/BindFailedException.html
2061              install -D -m 0444 %SDK_STAGE_LOC/html/CannotConnectException.html %HTML_DEST_PATH/CannotConnectException.html
2062              install -D -m 0444 %SDK_STAGE_LOC/html/CannotCreateSocketException.html %HTML_DEST_PATH/CannotCreateSocketException.html
2063              install -D -m 0444 %SDK_STAGE_LOC/html/CBAssociatorNames.html %HTML_DEST_PATH/CBAssociatorNames.html
2064              install -D -m 0444 %SDK_STAGE_LOC/html/CBAssociators.html %HTML_DEST_PATH/CBAssociators.html
2065 w.otsuka 1.1 install -D -m 0444 %SDK_STAGE_LOC/html/CBAttachThread.html %HTML_DEST_PATH/CBAttachThread.html
2066              install -D -m 0444 %SDK_STAGE_LOC/html/CBbrokerName.html %HTML_DEST_PATH/CBbrokerName.html
2067              install -D -m 0444 %SDK_STAGE_LOC/html/CBBrokerVersion.html %HTML_DEST_PATH/CBBrokerVersion.html
2068              install -D -m 0444 %SDK_STAGE_LOC/html/CBCreateInstance.html %HTML_DEST_PATH/CBCreateInstance.html
2069              install -D -m 0444 %SDK_STAGE_LOC/html/CBDeleteInstance.html %HTML_DEST_PATH/CBDeleteInstance.html
2070              install -D -m 0444 %SDK_STAGE_LOC/html/CBDeliverIndication.html %HTML_DEST_PATH/CBDeliverIndication.html
2071              install -D -m 0444 %SDK_STAGE_LOC/html/CBDetachThread.html %HTML_DEST_PATH/CBDetachThread.html
2072              install -D -m 0444 %SDK_STAGE_LOC/html/CBEnumInstanceNames.html %HTML_DEST_PATH/CBEnumInstanceNames.html
2073              install -D -m 0444 %SDK_STAGE_LOC/html/CBEnumInstances.html %HTML_DEST_PATH/CBEnumInstances.html
2074              install -D -m 0444 %SDK_STAGE_LOC/html/CBExecQuery.html %HTML_DEST_PATH/CBExecQuery.html
2075              install -D -m 0444 %SDK_STAGE_LOC/html/CBGetClassification.html %HTML_DEST_PATH/CBGetClassification.html
2076              install -D -m 0444 %SDK_STAGE_LOC/html/CBGetInstance.html %HTML_DEST_PATH/CBGetInstance.html
2077              install -D -m 0444 %SDK_STAGE_LOC/html/CBGetProperty.html %HTML_DEST_PATH/CBGetProperty.html
2078              install -D -m 0444 %SDK_STAGE_LOC/html/CBInvokeMethod.html %HTML_DEST_PATH/CBInvokeMethod.html
2079              install -D -m 0444 %SDK_STAGE_LOC/html/CBPrepareAttachThread.html %HTML_DEST_PATH/CBPrepareAttachThread.html
2080              install -D -m 0444 %SDK_STAGE_LOC/html/CBReferenceNames.html %HTML_DEST_PATH/CBReferenceNames.html
2081              install -D -m 0444 %SDK_STAGE_LOC/html/CBReferences.html %HTML_DEST_PATH/CBReferences.html
2082              install -D -m 0444 %SDK_STAGE_LOC/html/CBSetInstance.html %HTML_DEST_PATH/CBSetInstance.html
2083              install -D -m 0444 %SDK_STAGE_LOC/html/CBSetProperty.html %HTML_DEST_PATH/CBSetProperty.html
2084              install -D -m 0444 %SDK_STAGE_LOC/html/CDGetType.html %HTML_DEST_PATH/CDGetType.html
2085              install -D -m 0444 %SDK_STAGE_LOC/html/CDIsOfType.html %HTML_DEST_PATH/CDIsOfType.html
2086 w.otsuka 1.1 install -D -m 0444 %SDK_STAGE_LOC/html/CDToString.html %HTML_DEST_PATH/CDToString.html
2087              install -D -m 0444 %SDK_STAGE_LOC/html/Char16.html %HTML_DEST_PATH/Char16.html
2088              install -D -m 0444 %SDK_STAGE_LOC/html/CIMAccessDeniedException.html %HTML_DEST_PATH/CIMAccessDeniedException.html
2089              install -D -m 0444 %SDK_STAGE_LOC/html/CIMAssociationProvider.html %HTML_DEST_PATH/CIMAssociationProvider.html
2090              install -D -m 0444 %SDK_STAGE_LOC/html/CIMClassHier.html %HTML_DEST_PATH/CIMClassHier.html
2091              install -D -m 0444 %SDK_STAGE_LOC/html/CIMClass.html %HTML_DEST_PATH/CIMClass.html
2092              install -D -m 0444 %SDK_STAGE_LOC/html/CIMClient.html %HTML_DEST_PATH/CIMClient.html
2093              install -D -m 0444 %SDK_STAGE_LOC/html/CIMClientHTTPErrorException.html %HTML_DEST_PATH/CIMClientHTTPErrorException.html
2094              install -D -m 0444 %SDK_STAGE_LOC/html/CIMClientMalformedHTTPException.html %HTML_DEST_PATH/CIMClientMalformedHTTPException.html
2095              install -D -m 0444 %SDK_STAGE_LOC/html/CIMClientResponseException.html %HTML_DEST_PATH/CIMClientResponseException.html
2096              install -D -m 0444 %SDK_STAGE_LOC/html/CIMClientXmlException.html %HTML_DEST_PATH/CIMClientXmlException.html
2097              install -D -m 0444 %SDK_STAGE_LOC/html/CIMConstClass.html %HTML_DEST_PATH/CIMConstClass.html
2098              install -D -m 0444 %SDK_STAGE_LOC/html/CIMConstInstance.html %HTML_DEST_PATH/CIMConstInstance.html
2099              install -D -m 0444 %SDK_STAGE_LOC/html/CIMConstMethod.html %HTML_DEST_PATH/CIMConstMethod.html
2100              install -D -m 0444 %SDK_STAGE_LOC/html/CIMConstObject.html %HTML_DEST_PATH/CIMConstObject.html
2101              install -D -m 0444 %SDK_STAGE_LOC/html/CIMConstParameter.html %HTML_DEST_PATH/CIMConstParameter.html
2102              install -D -m 0444 %SDK_STAGE_LOC/html/CIMConstProperty.html %HTML_DEST_PATH/CIMConstProperty.html
2103              install -D -m 0444 %SDK_STAGE_LOC/html/CIMConstQualifierDecl.html %HTML_DEST_PATH/CIMConstQualifierDecl.html
2104              install -D -m 0444 %SDK_STAGE_LOC/html/CIMConstQualifier.html %HTML_DEST_PATH/CIMConstQualifier.html
2105              install -D -m 0444 %SDK_STAGE_LOC/html/CIMDateTime.html %HTML_DEST_PATH/CIMDateTime.html
2106              install -D -m 0444 %SDK_STAGE_LOC/html/CIMException.html %HTML_DEST_PATH/CIMException.html
2107 w.otsuka 1.1 install -D -m 0444 %SDK_STAGE_LOC/html/CIMFlavor.html %HTML_DEST_PATH/CIMFlavor.html
2108              install -D -m 0444 %SDK_STAGE_LOC/html/CIMIndicationConsumer.html %HTML_DEST_PATH/CIMIndicationConsumer.html
2109              install -D -m 0444 %SDK_STAGE_LOC/html/CIMIndicationConsumerProvider.html %HTML_DEST_PATH/CIMIndicationConsumerProvider.html
2110              install -D -m 0444 %SDK_STAGE_LOC/html/CIMIndicationProvider.html %HTML_DEST_PATH/CIMIndicationProvider.html
2111              install -D -m 0444 %SDK_STAGE_LOC/html/CIMInstance.html %HTML_DEST_PATH/CIMInstance.html
2112              install -D -m 0444 %SDK_STAGE_LOC/html/CIMInstanceProvider.html %HTML_DEST_PATH/CIMInstanceProvider.html
2113              install -D -m 0444 %SDK_STAGE_LOC/html/CIMInvalidClassException.html %HTML_DEST_PATH/CIMInvalidClassException.html
2114              install -D -m 0444 %SDK_STAGE_LOC/html/CIMInvalidParameterException.html %HTML_DEST_PATH/CIMInvalidParameterException.html
2115              install -D -m 0444 %SDK_STAGE_LOC/html/CIMInvalidQueryException.html %HTML_DEST_PATH/CIMInvalidQueryException.html
2116              install -D -m 0444 %SDK_STAGE_LOC/html/CIMKeyBinding.html %HTML_DEST_PATH/CIMKeyBinding.html
2117              install -D -m 0444 %SDK_STAGE_LOC/html/CIMMethod.html %HTML_DEST_PATH/CIMMethod.html
2118              install -D -m 0444 %SDK_STAGE_LOC/html/CIMMethodNotFoundException.html %HTML_DEST_PATH/CIMMethodNotFoundException.html
2119              install -D -m 0444 %SDK_STAGE_LOC/html/CIMMethodProvider.html %HTML_DEST_PATH/CIMMethodProvider.html
2120              install -D -m 0444 %SDK_STAGE_LOC/html/CIMName.html %HTML_DEST_PATH/CIMName.html
2121              install -D -m 0444 %SDK_STAGE_LOC/html/CIMNamespaceName.html %HTML_DEST_PATH/CIMNamespaceName.html
2122              install -D -m 0444 %SDK_STAGE_LOC/html/CIMNotSupportedException.html %HTML_DEST_PATH/CIMNotSupportedException.html
2123              install -D -m 0444 %SDK_STAGE_LOC/html/CIMObjectAlreadyExistsException.html %HTML_DEST_PATH/CIMObjectAlreadyExistsException.html
2124              install -D -m 0444 %SDK_STAGE_LOC/html/CIMObject.html %HTML_DEST_PATH/CIMObject.html
2125              install -D -m 0444 %SDK_STAGE_LOC/html/CIMObjectNotFoundException.html %HTML_DEST_PATH/CIMObjectNotFoundException.html
2126              install -D -m 0444 %SDK_STAGE_LOC/html/CIMObjectPath.html %HTML_DEST_PATH/CIMObjectPath.html
2127              install -D -m 0444 %SDK_STAGE_LOC/html/CIMOperationFailedException.html %HTML_DEST_PATH/CIMOperationFailedException.html
2128 w.otsuka 1.1 install -D -m 0444 %SDK_STAGE_LOC/html/CIMParameter.html %HTML_DEST_PATH/CIMParameter.html
2129              install -D -m 0444 %SDK_STAGE_LOC/html/CIMParamValue.html %HTML_DEST_PATH/CIMParamValue.html
2130              install -D -m 0444 %SDK_STAGE_LOC/html/CIMProperty.html %HTML_DEST_PATH/CIMProperty.html
2131              install -D -m 0444 %SDK_STAGE_LOC/html/CIMPropertyList.html %HTML_DEST_PATH/CIMPropertyList.html
2132              install -D -m 0444 %SDK_STAGE_LOC/html/CIMPropertyNotFoundException.html %HTML_DEST_PATH/CIMPropertyNotFoundException.html
2133              install -D -m 0444 %SDK_STAGE_LOC/html/CIMProvider.html %HTML_DEST_PATH/CIMProvider.html
2134              install -D -m 0444 %SDK_STAGE_LOC/html/CIMQualifierDecl.html %HTML_DEST_PATH/CIMQualifierDecl.html
2135              install -D -m 0444 %SDK_STAGE_LOC/html/CIMQualifier.html %HTML_DEST_PATH/CIMQualifier.html
2136              install -D -m 0444 %SDK_STAGE_LOC/html/CIMScope.html %HTML_DEST_PATH/CIMScope.html
2137              install -D -m 0444 %SDK_STAGE_LOC/html/CIMStatusCode.html %HTML_DEST_PATH/CIMStatusCode.html
2138              install -D -m 0444 %SDK_STAGE_LOC/html/CIMType.html %HTML_DEST_PATH/CIMType.html
2139              install -D -m 0444 %SDK_STAGE_LOC/html/cimTypeToString.html %HTML_DEST_PATH/cimTypeToString.html
2140              install -D -m 0444 %SDK_STAGE_LOC/html/CIMValue.html %HTML_DEST_PATH/CIMValue.html
2141              install -D -m 0444 %SDK_STAGE_LOC/html/ClientClassHier.html %HTML_DEST_PATH/ClientClassHier.html
2142              install -D -m 0444 %SDK_STAGE_LOC/html/CMAddArg.html %HTML_DEST_PATH/CMAddArg.html
2143              install -D -m 0444 %SDK_STAGE_LOC/html/CMAddContextEntry.html %HTML_DEST_PATH/CMAddContextEntry.html
2144              install -D -m 0444 %SDK_STAGE_LOC/html/CMAddKey.html %HTML_DEST_PATH/CMAddKey.html
2145              install -D -m 0444 %SDK_STAGE_LOC/html/CMAssociationMIFactory.html %HTML_DEST_PATH/CMAssociationMIFactory.html
2146              install -D -m 0444 %SDK_STAGE_LOC/html/CMAssociationMIStub.html %HTML_DEST_PATH/CMAssociationMIStub.html
2147              install -D -m 0444 %SDK_STAGE_LOC/html/CMClassPathIsA.html %HTML_DEST_PATH/CMClassPathIsA.html
2148              install -D -m 0444 %SDK_STAGE_LOC/html/CMEvaluatePredicate.html %HTML_DEST_PATH/CMEvaluatePredicate.html
2149 w.otsuka 1.1 install -D -m 0444 %SDK_STAGE_LOC/html/CMEvaluateSelExp.html %HTML_DEST_PATH/CMEvaluateSelExp.html
2150              install -D -m 0444 %SDK_STAGE_LOC/html/CMGetArgAt.html %HTML_DEST_PATH/CMGetArgAt.html
2151              install -D -m 0444 %SDK_STAGE_LOC/html/CMGetArgCount.html %HTML_DEST_PATH/CMGetArgCount.html
2152              install -D -m 0444 %SDK_STAGE_LOC/html/CMGetArg.html %HTML_DEST_PATH/CMGetArg.html
2153              install -D -m 0444 %SDK_STAGE_LOC/html/CMGetArrayCount.html %HTML_DEST_PATH/CMGetArrayCount.html
2154              install -D -m 0444 %SDK_STAGE_LOC/html/CMGetArrayElementAt.html %HTML_DEST_PATH/CMGetArrayElementAt.html
2155              install -D -m 0444 %SDK_STAGE_LOC/html/CMGetArrayType.html %HTML_DEST_PATH/CMGetArrayType.html
2156              install -D -m 0444 %SDK_STAGE_LOC/html/CMGetBinaryFormat.html %HTML_DEST_PATH/CMGetBinaryFormat.html
2157              install -D -m 0444 %SDK_STAGE_LOC/html/CMGetCharsPtr.html %HTML_DEST_PATH/CMGetCharsPtr.html
2158              install -D -m 0444 %SDK_STAGE_LOC/html/CMGetClassName.html %HTML_DEST_PATH/CMGetClassName.html
2159              install -D -m 0444 %SDK_STAGE_LOC/html/CMGetCod.html %HTML_DEST_PATH/CMGetCod.html
2160              install -D -m 0444 %SDK_STAGE_LOC/html/CMGetContextEntryAt.html %HTML_DEST_PATH/CMGetContextEntryAt.html
2161              install -D -m 0444 %SDK_STAGE_LOC/html/CMGetContextEntryCount.html %HTML_DEST_PATH/CMGetContextEntryCount.html
2162              install -D -m 0444 %SDK_STAGE_LOC/html/CMGetContextEntry.html %HTML_DEST_PATH/CMGetContextEntry.html
2163              install -D -m 0444 %SDK_STAGE_LOC/html/CMGetDoc.html %HTML_DEST_PATH/CMGetDoc.html
2164              install -D -m 0444 %SDK_STAGE_LOC/html/CMGetHostname.html %HTML_DEST_PATH/CMGetHostname.html
2165              install -D -m 0444 %SDK_STAGE_LOC/html/CMGetKeyAt.html %HTML_DEST_PATH/CMGetKeyAt.html
2166              install -D -m 0444 %SDK_STAGE_LOC/html/CMGetKeyCount.html %HTML_DEST_PATH/CMGetKeyCount.html
2167              install -D -m 0444 %SDK_STAGE_LOC/html/CMGetKey.html %HTML_DEST_PATH/CMGetKey.html
2168              install -D -m 0444 %SDK_STAGE_LOC/html/CMGetNameSpace.html %HTML_DEST_PATH/CMGetNameSpace.html
2169              install -D -m 0444 %SDK_STAGE_LOC/html/CMGetNext.html %HTML_DEST_PATH/CMGetNext.html
2170 w.otsuka 1.1 install -D -m 0444 %SDK_STAGE_LOC/html/CMGetObjectPath.html %HTML_DEST_PATH/CMGetObjectPath.html
2171              install -D -m 0444 %SDK_STAGE_LOC/html/CMGetPredicateAt.html %HTML_DEST_PATH/CMGetPredicateAt.html
2172              install -D -m 0444 %SDK_STAGE_LOC/html/CMGetPredicateCount.html %HTML_DEST_PATH/CMGetPredicateCount.html
2173              install -D -m 0444 %SDK_STAGE_LOC/html/CMGetPredicateData.html %HTML_DEST_PATH/CMGetPredicateData.html
2174              install -D -m 0444 %SDK_STAGE_LOC/html/CMGetPredicate.html %HTML_DEST_PATH/CMGetPredicate.html
2175              install -D -m 0444 %SDK_STAGE_LOC/html/CMGetPropertyAt.html %HTML_DEST_PATH/CMGetPropertyAt.html
2176              install -D -m 0444 %SDK_STAGE_LOC/html/CMGetPropertyCount.html %HTML_DEST_PATH/CMGetPropertyCount.html
2177              install -D -m 0444 %SDK_STAGE_LOC/html/CMGetProperty.html %HTML_DEST_PATH/CMGetProperty.html
2178              install -D -m 0444 %SDK_STAGE_LOC/html/CMGetSelExpString.html %HTML_DEST_PATH/CMGetSelExpString.html
2179              install -D -m 0444 %SDK_STAGE_LOC/html/CMGetStringFormat.html %HTML_DEST_PATH/CMGetStringFormat.html
2180              install -D -m 0444 %SDK_STAGE_LOC/html/CMGetSubCondAt.html %HTML_DEST_PATH/CMGetSubCondAt.html
2181              install -D -m 0444 %SDK_STAGE_LOC/html/CMGetSubCondCountAndType.html %HTML_DEST_PATH/CMGetSubCondCountAndType.html
2182              install -D -m 0444 %SDK_STAGE_LOC/html/CMHasNext.html %HTML_DEST_PATH/CMHasNext.html
2183              install -D -m 0444 %SDK_STAGE_LOC/html/CMIndicationMIStub.html %HTML_DEST_PATH/CMIndicationMIStub.html
2184              install -D -m 0444 %SDK_STAGE_LOC/html/CMInstanceMIFactory.html %HTML_DEST_PATH/CMInstanceMIFactory.html
2185              install -D -m 0444 %SDK_STAGE_LOC/html/CMInstanceMIStub.html %HTML_DEST_PATH/CMInstanceMIStub.html
2186              install -D -m 0444 %SDK_STAGE_LOC/html/CMIsArray.html %HTML_DEST_PATH/CMIsArray.html
2187              install -D -m 0444 %SDK_STAGE_LOC/html/CMIsInterval.html %HTML_DEST_PATH/CMIsInterval.html
2188              install -D -m 0444 %SDK_STAGE_LOC/html/CMIsKeyValue.html %HTML_DEST_PATH/CMIsKeyValue.html
2189              install -D -m 0444 %SDK_STAGE_LOC/html/CMIsNullObject.html %HTML_DEST_PATH/CMIsNullObject.html
2190              install -D -m 0444 %SDK_STAGE_LOC/html/CMIsNullValue.html %HTML_DEST_PATH/CMIsNullValue.html
2191 w.otsuka 1.1 install -D -m 0444 %SDK_STAGE_LOC/html/CMMethodMIFactory.html %HTML_DEST_PATH/CMMethodMIFactory.html
2192              install -D -m 0444 %SDK_STAGE_LOC/html/CMMethodMIStub.html %HTML_DEST_PATH/CMMethodMIStub.html
2193              install -D -m 0444 %SDK_STAGE_LOC/html/CMNewArgs.html %HTML_DEST_PATH/CMNewArgs.html
2194              install -D -m 0444 %SDK_STAGE_LOC/html/CMNewArray.html %HTML_DEST_PATH/CMNewArray.html
2195              install -D -m 0444 %SDK_STAGE_LOC/html/CMNewDateTimeFromBinary.html %HTML_DEST_PATH/CMNewDateTimeFromBinary.html
2196              install -D -m 0444 %SDK_STAGE_LOC/html/CMNewDateTimeFromChars.html %HTML_DEST_PATH/CMNewDateTimeFromChars.html
2197              install -D -m 0444 %SDK_STAGE_LOC/html/CMNewDateTime.html %HTML_DEST_PATH/CMNewDateTime.html
2198              install -D -m 0444 %SDK_STAGE_LOC/html/CMNewInstance.html %HTML_DEST_PATH/CMNewInstance.html
2199              install -D -m 0444 %SDK_STAGE_LOC/html/CMNewObjectPath.html %HTML_DEST_PATH/CMNewObjectPath.html
2200              install -D -m 0444 %SDK_STAGE_LOC/html/CMNewSelectExp.html %HTML_DEST_PATH/CMNewSelectExp.html
2201              install -D -m 0444 %SDK_STAGE_LOC/html/CMNewString.html %HTML_DEST_PATH/CMNewString.html
2202              install -D -m 0444 %SDK_STAGE_LOC/html/_CMPIArgsFT.html %HTML_DEST_PATH/_CMPIArgsFT.html
2203              install -D -m 0444 %SDK_STAGE_LOC/html/CmpiArgs.html %HTML_DEST_PATH/CmpiArgs.html
2204              install -D -m 0444 %SDK_STAGE_LOC/html/_CMPIArgs.html %HTML_DEST_PATH/_CMPIArgs.html
2205              install -D -m 0444 %SDK_STAGE_LOC/html/_CMPIArrayFT.html %HTML_DEST_PATH/_CMPIArrayFT.html
2206              install -D -m 0444 %SDK_STAGE_LOC/html/CmpiArray.html %HTML_DEST_PATH/CmpiArray.html
2207              install -D -m 0444 %SDK_STAGE_LOC/html/_CMPIArray.html %HTML_DEST_PATH/_CMPIArray.html
2208              install -D -m 0444 %SDK_STAGE_LOC/html/_CMPIAssociationMIFT.html %HTML_DEST_PATH/_CMPIAssociationMIFT.html
2209              install -D -m 0444 %SDK_STAGE_LOC/html/CMPIAssociationMIFT.html %HTML_DEST_PATH/CMPIAssociationMIFT.html
2210              install -D -m 0444 %SDK_STAGE_LOC/html/CmpiBooleanData.html %HTML_DEST_PATH/CmpiBooleanData.html
2211              install -D -m 0444 %SDK_STAGE_LOC/html/_CMPIBrokerEncFT.html %HTML_DEST_PATH/_CMPIBrokerEncFT.html
2212 w.otsuka 1.1 install -D -m 0444 %SDK_STAGE_LOC/html/_CMPIBrokerExtFT.html %HTML_DEST_PATH/_CMPIBrokerExtFT.html
2213              install -D -m 0444 %SDK_STAGE_LOC/html/_CMPIBrokerFT.html %HTML_DEST_PATH/_CMPIBrokerFT.html
2214              install -D -m 0444 %SDK_STAGE_LOC/html/CmpiBroker.html %HTML_DEST_PATH/CmpiBroker.html
2215              install -D -m 0444 %SDK_STAGE_LOC/html/_CMPIBroker.html %HTML_DEST_PATH/_CMPIBroker.html
2216              install -D -m 0444 %SDK_STAGE_LOC/html/CmpiCharData.html %HTML_DEST_PATH/CmpiCharData.html
2217              install -D -m 0444 %SDK_STAGE_LOC/html/CMPI_C_Hier.html %HTML_DEST_PATH/CMPI_C_Hier.html
2218              install -D -m 0444 %SDK_STAGE_LOC/html/CMPIClassHier.html %HTML_DEST_PATH/CMPIClassHier.html
2219              install -D -m 0444 %SDK_STAGE_LOC/html/_CMPIContextFT.html %HTML_DEST_PATH/_CMPIContextFT.html
2220              install -D -m 0444 %SDK_STAGE_LOC/html/CmpiContext.html %HTML_DEST_PATH/CmpiContext.html
2221              install -D -m 0444 %SDK_STAGE_LOC/html/_CMPIContext.html %HTML_DEST_PATH/_CMPIContext.html
2222              install -D -m 0444 %SDK_STAGE_LOC/html/CmpiData.html %HTML_DEST_PATH/CmpiData.html
2223              install -D -m 0444 %SDK_STAGE_LOC/html/_CMPIDateTimeFT.html %HTML_DEST_PATH/_CMPIDateTimeFT.html
2224              install -D -m 0444 %SDK_STAGE_LOC/html/CmpiDateTime.html %HTML_DEST_PATH/CmpiDateTime.html
2225              install -D -m 0444 %SDK_STAGE_LOC/html/_CMPIDateTime.html %HTML_DEST_PATH/_CMPIDateTime.html
2226              install -D -m 0444 %SDK_STAGE_LOC/html/_CMPIEnumerationFT.html %HTML_DEST_PATH/_CMPIEnumerationFT.html
2227              install -D -m 0444 %SDK_STAGE_LOC/html/CmpiEnumeration.html %HTML_DEST_PATH/CmpiEnumeration.html
2228              install -D -m 0444 %SDK_STAGE_LOC/html/_CMPIEnumeration.html %HTML_DEST_PATH/_CMPIEnumeration.html
2229              install -D -m 0444 %SDK_STAGE_LOC/html/_CMPIIndicationMIFT.html %HTML_DEST_PATH/_CMPIIndicationMIFT.html
2230              install -D -m 0444 %SDK_STAGE_LOC/html/CMPIIndicationMIFT.html %HTML_DEST_PATH/CMPIIndicationMIFT.html
2231              install -D -m 0444 %SDK_STAGE_LOC/html/_CMPIInstanceFT.html %HTML_DEST_PATH/_CMPIInstanceFT.html
2232              install -D -m 0444 %SDK_STAGE_LOC/html/CmpiInstance.html %HTML_DEST_PATH/CmpiInstance.html
2233 w.otsuka 1.1 install -D -m 0444 %SDK_STAGE_LOC/html/_CMPIInstance.html %HTML_DEST_PATH/_CMPIInstance.html
2234              install -D -m 0444 %SDK_STAGE_LOC/html/_CMPIInstanceMIFT.html %HTML_DEST_PATH/_CMPIInstanceMIFT.html
2235              install -D -m 0444 %SDK_STAGE_LOC/html/CMPIInstanceMIFT.html %HTML_DEST_PATH/CMPIInstanceMIFT.html
2236              install -D -m 0444 %SDK_STAGE_LOC/html/_CMPIMethodMIFT.html %HTML_DEST_PATH/_CMPIMethodMIFT.html
2237              install -D -m 0444 %SDK_STAGE_LOC/html/CMPIMethodMIFT.html %HTML_DEST_PATH/CMPIMethodMIFT.html
2238              install -D -m 0444 %SDK_STAGE_LOC/html/CmpiObject.html %HTML_DEST_PATH/CmpiObject.html
2239              install -D -m 0444 %SDK_STAGE_LOC/html/_CMPIObjectPathFT.html %HTML_DEST_PATH/_CMPIObjectPathFT.html
2240              install -D -m 0444 %SDK_STAGE_LOC/html/CmpiObjectPath.html %HTML_DEST_PATH/CmpiObjectPath.html
2241              install -D -m 0444 %SDK_STAGE_LOC/html/_CMPIObjectPath.html %HTML_DEST_PATH/_CMPIObjectPath.html
2242              install -D -m 0444 %SDK_STAGE_LOC/html/_CMPIPredicateFT.html %HTML_DEST_PATH/_CMPIPredicateFT.html
2243              install -D -m 0444 %SDK_STAGE_LOC/html/_CMPIPredicate.html %HTML_DEST_PATH/_CMPIPredicate.html
2244              install -D -m 0444 %SDK_STAGE_LOC/html/_CMPIPropertyMIFT.html %HTML_DEST_PATH/_CMPIPropertyMIFT.html
2245              install -D -m 0444 %SDK_STAGE_LOC/html/CMPIPropertyMIFT.html %HTML_DEST_PATH/CMPIPropertyMIFT.html
2246              install -D -m 0444 %SDK_STAGE_LOC/html/_CMPIResultFT.html %HTML_DEST_PATH/_CMPIResultFT.html
2247              install -D -m 0444 %SDK_STAGE_LOC/html/CmpiResult.html %HTML_DEST_PATH/CmpiResult.html
2248              install -D -m 0444 %SDK_STAGE_LOC/html/_CMPIResult.html %HTML_DEST_PATH/_CMPIResult.html
2249              install -D -m 0444 %SDK_STAGE_LOC/html/_CMPISelectCondFT.html %HTML_DEST_PATH/_CMPISelectCondFT.html
2250              install -D -m 0444 %SDK_STAGE_LOC/html/_CMPISelectCond.html %HTML_DEST_PATH/_CMPISelectCond.html
2251              install -D -m 0444 %SDK_STAGE_LOC/html/_CMPISelectExpFT.html %HTML_DEST_PATH/_CMPISelectExpFT.html
2252              install -D -m 0444 %SDK_STAGE_LOC/html/CmpiSelectExp.html %HTML_DEST_PATH/CmpiSelectExp.html
2253              install -D -m 0444 %SDK_STAGE_LOC/html/_CMPISelectExp.html %HTML_DEST_PATH/_CMPISelectExp.html
2254 w.otsuka 1.1 install -D -m 0444 %SDK_STAGE_LOC/html/CmpiStatus.html %HTML_DEST_PATH/CmpiStatus.html
2255              install -D -m 0444 %SDK_STAGE_LOC/html/_CMPIStringFT.html %HTML_DEST_PATH/_CMPIStringFT.html
2256              install -D -m 0444 %SDK_STAGE_LOC/html/CmpiString.html %HTML_DEST_PATH/CmpiString.html
2257              install -D -m 0444 %SDK_STAGE_LOC/html/_CMPIString.html %HTML_DEST_PATH/_CMPIString.html
2258              install -D -m 0444 %SDK_STAGE_LOC/html/_CMPISubCondFT.html %HTML_DEST_PATH/_CMPISubCondFT.html
2259              install -D -m 0444 %SDK_STAGE_LOC/html/_CMPISubCond.html %HTML_DEST_PATH/_CMPISubCond.html
2260              install -D -m 0444 %SDK_STAGE_LOC/html/CMPropertyMIFactory.html %HTML_DEST_PATH/CMPropertyMIFactory.html
2261              install -D -m 0444 %SDK_STAGE_LOC/html/CMPropertyMIStub.html %HTML_DEST_PATH/CMPropertyMIStub.html
2262              install -D -m 0444 %SDK_STAGE_LOC/html/CMReturnData.html %HTML_DEST_PATH/CMReturnData.html
2263              install -D -m 0444 %SDK_STAGE_LOC/html/CMReturnDone.html %HTML_DEST_PATH/CMReturnDone.html
2264              install -D -m 0444 %SDK_STAGE_LOC/html/CMReturn.html %HTML_DEST_PATH/CMReturn.html
2265              install -D -m 0444 %SDK_STAGE_LOC/html/CMReturnInstance.html %HTML_DEST_PATH/CMReturnInstance.html
2266              install -D -m 0444 %SDK_STAGE_LOC/html/CMReturnObjectPath.html %HTML_DEST_PATH/CMReturnObjectPath.html
2267              install -D -m 0444 %SDK_STAGE_LOC/html/CMReturnWithChars.html %HTML_DEST_PATH/CMReturnWithChars.html
2268              install -D -m 0444 %SDK_STAGE_LOC/html/CMReturnWithString.html %HTML_DEST_PATH/CMReturnWithString.html
2269              install -D -m 0444 %SDK_STAGE_LOC/html/CMSetArrayElementAt.html %HTML_DEST_PATH/CMSetArrayElementAt.html
2270              install -D -m 0444 %SDK_STAGE_LOC/html/CMSetClassName.html %HTML_DEST_PATH/CMSetClassName.html
2271              install -D -m 0444 %SDK_STAGE_LOC/html/CMSetHostAndNameSpaceFromObjectPath.html %HTML_DEST_PATH/CMSetHostAndNameSpaceFromObjectPath.html
2272              install -D -m 0444 %SDK_STAGE_LOC/html/CMSetHostname.html %HTML_DEST_PATH/CMSetHostname.html
2273              install -D -m 0444 %SDK_STAGE_LOC/html/CMSetNameSpaceFromObjectPath.html %HTML_DEST_PATH/CMSetNameSpaceFromObjectPath.html
2274              install -D -m 0444 %SDK_STAGE_LOC/html/CMSetNameSpace.html %HTML_DEST_PATH/CMSetNameSpace.html
2275 w.otsuka 1.1 install -D -m 0444 %SDK_STAGE_LOC/html/CMSetPropertyFilter.html %HTML_DEST_PATH/CMSetPropertyFilter.html
2276              install -D -m 0444 %SDK_STAGE_LOC/html/CMSetProperty.html %HTML_DEST_PATH/CMSetProperty.html
2277              install -D -m 0444 %SDK_STAGE_LOC/html/CMSetStatus.html %HTML_DEST_PATH/CMSetStatus.html
2278              install -D -m 0444 %SDK_STAGE_LOC/html/CMSetStatusWithChars.html %HTML_DEST_PATH/CMSetStatusWithChars.html
2279              install -D -m 0444 %SDK_STAGE_LOC/html/CMSetStatusWithString.html %HTML_DEST_PATH/CMSetStatusWithString.html
2280              install -D -m 0444 %SDK_STAGE_LOC/html/CMToArray.html %HTML_DEST_PATH/CMToArray.html
2281              install -D -m 0444 %SDK_STAGE_LOC/html/CommonClassHier.html %HTML_DEST_PATH/CommonClassHier.html
2282              install -D -m 0444 %SDK_STAGE_LOC/html/ConnectionTimeoutException.html %HTML_DEST_PATH/ConnectionTimeoutException.html
2283              install -D -m 0444 %SDK_STAGE_LOC/html/Container.html %HTML_DEST_PATH/Container.html
2284              install -D -m 0444 %SDK_STAGE_LOC/html/ContentLanguageListContainer.html %HTML_DEST_PATH/ContentLanguageListContainer.html
2285              install -D -m 0444 %SDK_STAGE_LOC/html/CString.html %HTML_DEST_PATH/CString.html
2286              install -D -m 0444 %SDK_STAGE_LOC/html/DateTimeOutOfRangeException.html %HTML_DEST_PATH/DateTimeOutOfRangeException.html
2287              install -D -m 0444 %SDK_STAGE_LOC/html/DynamicCastFailedException.html %HTML_DEST_PATH/DynamicCastFailedException.html
2288              install -D -m 0444 %SDK_STAGE_LOC/html/Exception.html %HTML_DEST_PATH/Exception.html
2289              install -D -m 0444 %SDK_STAGE_LOC/html/Formatter.html %HTML_DEST_PATH/Formatter.html
2290              install -D -m 0444 %SDK_STAGE_LOC/html/General.html %HTML_DEST_PATH/General.html
2291              install -D -m 0444 %SDK_STAGE_LOC/html/HIER.html %HTML_DEST_PATH/HIER.html
2292              install -D -m 0444 %SDK_STAGE_LOC/html/icon1.gif %HTML_DEST_PATH/icon1.gif
2293              install -D -m 0444 %SDK_STAGE_LOC/html/icon2.gif %HTML_DEST_PATH/icon2.gif
2294              install -D -m 0444 %SDK_STAGE_LOC/html/IdentityContainer.html %HTML_DEST_PATH/IdentityContainer.html
2295              install -D -m 0444 %SDK_STAGE_LOC/html/index.html %HTML_DEST_PATH/index.html
2296 w.otsuka 1.1 install -D -m 0444 %SDK_STAGE_LOC/html/IndexOutOfBoundsException.html %HTML_DEST_PATH/IndexOutOfBoundsException.html
2297              install -D -m 0444 %SDK_STAGE_LOC/html/IndicationConsumerClassHier.html %HTML_DEST_PATH/IndicationConsumerClassHier.html
2298              install -D -m 0444 %SDK_STAGE_LOC/html/IndicationResponseHandler.html %HTML_DEST_PATH/IndicationResponseHandler.html
2299              install -D -m 0444 %SDK_STAGE_LOC/html/InstanceResponseHandler.html %HTML_DEST_PATH/InstanceResponseHandler.html
2300              install -D -m 0444 %SDK_STAGE_LOC/html/InvalidDateTimeFormatException.html %HTML_DEST_PATH/InvalidDateTimeFormatException.html
2301              install -D -m 0444 %SDK_STAGE_LOC/html/InvalidLocatorException.html %HTML_DEST_PATH/InvalidLocatorException.html
2302              install -D -m 0444 %SDK_STAGE_LOC/html/InvalidNameException.html %HTML_DEST_PATH/InvalidNameException.html
2303              install -D -m 0444 %SDK_STAGE_LOC/html/InvalidNamespaceNameException.html %HTML_DEST_PATH/InvalidNamespaceNameException.html
2304              install -D -m 0444 %SDK_STAGE_LOC/html/LanguageElementContainer.html %HTML_DEST_PATH/LanguageElementContainer.html
2305              install -D -m 0444 %SDK_STAGE_LOC/html/LanguageElement.html %HTML_DEST_PATH/LanguageElement.html
2306              install -D -m 0444 %SDK_STAGE_LOC/html/MalformedObjectNameException.html %HTML_DEST_PATH/MalformedObjectNameException.html
2307              install -D -m 0444 %SDK_STAGE_LOC/html/MessageLoaderParms.html %HTML_DEST_PATH/MessageLoaderParms.html
2308              install -D -m 0444 %SDK_STAGE_LOC/html/MethodResultResponseHandler.html %HTML_DEST_PATH/MethodResultResponseHandler.html
2309              install -D -m 0444 %SDK_STAGE_LOC/html/NotConnectedException.html %HTML_DEST_PATH/NotConnectedException.html
2310              install -D -m 0444 %SDK_STAGE_LOC/html/ObjectPathResponseHandler.html %HTML_DEST_PATH/ObjectPathResponseHandler.html
2311              install -D -m 0444 %SDK_STAGE_LOC/html/ObjectResponseHandler.html %HTML_DEST_PATH/ObjectResponseHandler.html
2312              install -D -m 0444 %SDK_STAGE_LOC/html/OperationContext.html %HTML_DEST_PATH/OperationContext.html
2313              install -D -m 0444 %SDK_STAGE_LOC/html/operator.10.html %HTML_DEST_PATH/operator.10.html
2314              install -D -m 0444 %SDK_STAGE_LOC/html/operator.11.html %HTML_DEST_PATH/operator.11.html
2315              install -D -m 0444 %SDK_STAGE_LOC/html/operator.12.html %HTML_DEST_PATH/operator.12.html
2316              install -D -m 0444 %SDK_STAGE_LOC/html/operator.2.html %HTML_DEST_PATH/operator.2.html
2317 w.otsuka 1.1 install -D -m 0444 %SDK_STAGE_LOC/html/operator.3.html %HTML_DEST_PATH/operator.3.html
2318              install -D -m 0444 %SDK_STAGE_LOC/html/operator.4.html %HTML_DEST_PATH/operator.4.html
2319              install -D -m 0444 %SDK_STAGE_LOC/html/operator.5.html %HTML_DEST_PATH/operator.5.html
2320              install -D -m 0444 %SDK_STAGE_LOC/html/operator.6.html %HTML_DEST_PATH/operator.6.html
2321              install -D -m 0444 %SDK_STAGE_LOC/html/operator.7.html %HTML_DEST_PATH/operator.7.html
2322              install -D -m 0444 %SDK_STAGE_LOC/html/operator.8.html %HTML_DEST_PATH/operator.8.html
2323              install -D -m 0444 %SDK_STAGE_LOC/html/operator.9.html %HTML_DEST_PATH/operator.9.html
2324              install -D -m 0444 %SDK_STAGE_LOC/html/operator.html %HTML_DEST_PATH/operator.html
2325              install -D -m 0444 %SDK_STAGE_LOC/html/ostream.html %HTML_DEST_PATH/ostream.html
2326              install -D -m 0444 %SDK_STAGE_LOC/html/Pegasus_Array_h.html %HTML_DEST_PATH/Pegasus_Array_h.html
2327              install -D -m 0444 %SDK_STAGE_LOC/html/Pegasus_MessageLoader_h.html %HTML_DEST_PATH/Pegasus_MessageLoader_h.html
2328              install -D -m 0444 %SDK_STAGE_LOC/html/ProviderClassHier.html %HTML_DEST_PATH/ProviderClassHier.html
2329              install -D -m 0444 %SDK_STAGE_LOC/html/ResponseHandler.html %HTML_DEST_PATH/ResponseHandler.html
2330              install -D -m 0444 %SDK_STAGE_LOC/html/SSLCallbackInfo.html %HTML_DEST_PATH/SSLCallbackInfo.html
2331              install -D -m 0444 %SDK_STAGE_LOC/html/SSLCertificateInfo.html %HTML_DEST_PATH/SSLCertificateInfo.html
2332              install -D -m 0444 %SDK_STAGE_LOC/html/SSLContext.html %HTML_DEST_PATH/SSLContext.html
2333              install -D -m 0444 %SDK_STAGE_LOC/html/SSLException.html %HTML_DEST_PATH/SSLException.htm
2334              install -D -m 0444 %SDK_STAGE_LOC/html/String.html %HTML_DEST_PATH/String.html
2335              install -D -m 0444 %SDK_STAGE_LOC/html/SubscriptionInstanceNamesContainer.html %HTML_DEST_PATH/SubscriptionInstanceNamesContainer.html
2336              install -D -m 0444 %SDK_STAGE_LOC/html/SubscriptionLanguageListContainer.html %HTML_DEST_PATH/SubscriptionLanguageListContainer.html
2337              install -D -m 0444 %SDK_STAGE_LOC/html/TimeoutContainer.html %HTML_DEST_PATH/TimeoutContainer.html
2338 w.otsuka 1.1 install -D -m 0444 %SDK_STAGE_LOC/html/TypeMismatchException.html %HTML_DEST_PATH/TypeMismatchException.html
2339              install -D -m 0444 %SDK_STAGE_LOC/html/UninitializedObjectException.html %HTML_DEST_PATH/UninitializedObjectException.html
2340              install -D -m 0444 %SDK_STAGE_LOC/samples/Makefile %SAMPLES_DEST_PATH/Makefile 
2341              install -D -m 0444 %SDK_STAGE_LOC/samples/mak/common.mak %SAMPLES_DEST_PATH/mak/common.mak 
2342 w.otsuka 1.4 
2343              echo "PEGASUS_DEST_LIB_DIR =   "%PEGASUS_DEST_LIB_DIR > sampleconfig.txt
2344              echo "PEGASUS_VARDATA_DIR =    "%PEGASUS_VARDATA_DIR >> sampleconfig.txt
2345              echo "PEGASUS_PROVIDER_LIB_DIR="%PEGASUS_PROVIDER_LIB_DIR >> sampleconfig.txt
2346              echo "CIM_MOF_PATH =           "%PEGASUS_MOF_DIR>> sampleconfig.txt
2347              echo "PEGASUS_INCLUDE_DIR =    "%PEGASUS_INCLUDE_DEST_PATH >> sampleconfig.txt
2348              echo "SAMPLES_DIR =            "%PEGASUS_SAMPLES_DEST_PATH >> sampleconfig.txt
2349              echo "PEGASUS_BIN_DIR =        "%PEGASUS_BIN_DIR >> sampleconfig.txt
2350              echo "PEGASUS_PLATFORM =       "%PEGASUS_PLATFORM >> sampleconfig.txt
2351              cat sampleconfig.txt %SDK_STAGE_LOC/samples/mak/config.mak > sampleconfig.mak
2352              install -D -m 0444 sampleconfig.mak %SAMPLES_DEST_PATH/mak/config.mak 
2353              install -D -m 0444  %SDK_STAGE_LOC/samples/mak/%PEGASUS_PLATFORM.mak %SAMPLES_DEST_PATH/mak/%PEGASUS_PLATFORM.mak 
2354 w.otsuka 1.1 install -D -m 0444 %SDK_STAGE_LOC/samples/mak/library.mak %SAMPLES_DEST_PATH/mak/library.mak 
2355              install -D -m 0444 %SDK_STAGE_LOC/samples/mak/program.mak %SAMPLES_DEST_PATH/mak/program.mak
2356              install -D -m 0444 %SDK_STAGE_LOC/samples/mak/recurse.mak %SAMPLES_DEST_PATH/mak/recurse.mak
2357              install -D -m 0444 %SDK_STAGE_LOC/samples/Clients/Makefile %SAMPLES_DEST_PATH/Clients/Makefile
2358              install -D -m 0444 %SDK_STAGE_LOC/samples/Clients/DefaultC++/Makefile %SAMPLES_DEST_PATH/Clients/DefaultC++/Makefile
2359              install -D -m 0444 %SDK_STAGE_LOC/samples/Clients/DefaultC++/EnumInstances/EnumInstances.cpp %SAMPLES_DEST_PATH/Clients/DefaultC++/EnumInstances/EnumInstances.cpp 
2360              install -D -m 0444 %SDK_STAGE_LOC/samples/Clients/DefaultC++/EnumInstances/Makefile %SAMPLES_DEST_PATH/Clients/DefaultC++/EnumInstances/Makefile 
2361              install -D -m 0444 %SDK_STAGE_LOC/samples/Clients/DefaultC++/InvokeMethod/InvokeMethod.cpp %SAMPLES_DEST_PATH/Clients/DefaultC++/InvokeMethod/InvokeMethod.cpp 
2362              install -D -m 0444 %SDK_STAGE_LOC/samples/Clients/DefaultC++/InvokeMethod/Makefile %SAMPLES_DEST_PATH/Clients/DefaultC++/InvokeMethod/Makefile 
2363              install -D -m 0444 %SDK_STAGE_LOC/samples/Providers/Makefile %SAMPLES_DEST_PATH/Providers/Makefile
2364              install -D -m 0444 $PEGASUS_ROOT/src/SDK/samples/Providers/CMPI/Makefile %SAMPLES_DEST_PATH/Providers/CMPI/Makefile
2365              install -D -m 0444 %SDK_STAGE_LOC/samples/Providers/CMPI/FilesAndDirectories/CWS_Directory.c %SAMPLES_DEST_PATH/Providers/CMPI/FilesAndDirectories/CWS_Directory.c 
2366              install -D -m 0444 %SDK_STAGE_LOC/samples/Providers/CMPI/FilesAndDirectories/CWS_DirectoryContainsFile.c %SAMPLES_DEST_PATH/Providers/CMPI/FilesAndDirectories/CWS_DirectoryContainsFile.c 
2367              install -D -m 0444 %SDK_STAGE_LOC/samples/Providers/CMPI/FilesAndDirectories/CWS_FileUtils.c %SAMPLES_DEST_PATH/Providers/CMPI/FilesAndDirectories/CWS_FileUtils.c 
2368              install -D -m 0444 %SDK_STAGE_LOC/samples/Providers/CMPI/FilesAndDirectories/CWS_FileUtils.h %SAMPLES_DEST_PATH/Providers/CMPI/FilesAndDirectories/CWS_FileUtils.h 
2369              install -D -m 0444 %SDK_STAGE_LOC/samples/Providers/CMPI/FilesAndDirectories/CWS_PlainFile.c %SAMPLES_DEST_PATH/Providers/CMPI/FilesAndDirectories/CWS_PlainFile.c 
2370              install -D -m 0444 %SDK_STAGE_LOC/samples/Providers/CMPI/FilesAndDirectories/cwssimdata.c %SAMPLES_DEST_PATH/Providers/CMPI/FilesAndDirectories/cwssimdata.c 
2371              install -D -m 0444 %SDK_STAGE_LOC/samples/Providers/CMPI/FilesAndDirectories/cwstest.c %SAMPLES_DEST_PATH/Providers/CMPI/FilesAndDirectories/cwstest.c 
2372              install -D -m 0444 %SDK_STAGE_LOC/samples/Providers/CMPI/FilesAndDirectories/cwsutil.c %SAMPLES_DEST_PATH/Providers/CMPI/FilesAndDirectories/cwsutil.c 
2373              install -D -m 0444 %SDK_STAGE_LOC/samples/Providers/CMPI/FilesAndDirectories/cwsutil.h %SAMPLES_DEST_PATH/Providers/CMPI/FilesAndDirectories/cwsutil.h 
2374              install -D -m 0444 %SDK_STAGE_LOC/samples/Providers/CMPI/FilesAndDirectories/Makefile %SAMPLES_DEST_PATH/Providers/CMPI/FilesAndDirectories/Makefile 
2375 w.otsuka 1.1 install -D -m 0444 %SDK_STAGE_LOC/samples/Providers/DefaultC++/Makefile %SAMPLES_DEST_PATH/Providers/DefaultC++/Makefile
2376              install -D -m 0444 %SDK_STAGE_LOC/samples/Providers/DefaultC++/InstanceProvider/EnumerateInstancesrspgood.xml %SAMPLES_DEST_PATH/Providers/DefaultC++/InstanceProvider/EnumerateInstancesrspgood.xml 
2377              install -D -m 0444 %SDK_STAGE_LOC/samples/Providers/DefaultC++/InstanceProvider/EnumerateInstances.xml %SAMPLES_DEST_PATH/Providers/DefaultC++/InstanceProvider/EnumerateInstances.xml 
2378              install -D -m 0444 %SDK_STAGE_LOC/samples/Providers/DefaultC++/InstanceProvider/InstanceProvider.cpp %SAMPLES_DEST_PATH/Providers/DefaultC++/InstanceProvider/InstanceProvider.cpp 
2379              install -D -m 0444 %SDK_STAGE_LOC/samples/Providers/DefaultC++/InstanceProvider/InstanceProvider.h %SAMPLES_DEST_PATH/Providers/DefaultC++/InstanceProvider/InstanceProvider.h 
2380              install -D -m 0444 %SDK_STAGE_LOC/samples/Providers/DefaultC++/InstanceProvider/InstanceProviderMain.cpp %SAMPLES_DEST_PATH/Providers/DefaultC++/InstanceProvider/InstanceProviderMain.cpp 
2381              install -D -m 0444 %SDK_STAGE_LOC/samples/Providers/DefaultC++/InstanceProvider/Makefile %SAMPLES_DEST_PATH/Providers/DefaultC++/InstanceProvider/Makefile 
2382              install -D -m 0444 %SDK_STAGE_LOC/samples/Providers/DefaultC++/MethodProvider/InvokeMethodrspgood.xml %SAMPLES_DEST_PATH/Providers/DefaultC++/MethodProvider/InvokeMethodrspgood.xml 
2383              install -D -m 0444 %SDK_STAGE_LOC/samples/Providers/DefaultC++/MethodProvider/InvokeMethod.xml %SAMPLES_DEST_PATH/Providers/DefaultC++/MethodProvider/InvokeMethod.xml 
2384              install -D -m 0444 %SDK_STAGE_LOC/samples/Providers/DefaultC++/MethodProvider/Makefile %SAMPLES_DEST_PATH/Providers/DefaultC++/MethodProvider/Makefile 
2385              install -D -m 0444 %SDK_STAGE_LOC/samples/Providers/DefaultC++/MethodProvider/MethodProvider.cpp %SAMPLES_DEST_PATH/Providers/DefaultC++/MethodProvider/MethodProvider.cpp 
2386              install -D -m 0444 %SDK_STAGE_LOC/samples/Providers/DefaultC++/MethodProvider/MethodProvider.h %SAMPLES_DEST_PATH/Providers/DefaultC++/MethodProvider/MethodProvider.h 
2387              install -D -m 0444 %SDK_STAGE_LOC/samples/Providers/DefaultC++/MethodProvider/MethodProviderMain.cpp %SAMPLES_DEST_PATH/Providers/DefaultC++/MethodProvider/MethodProviderMain.cpp 
2388              install -D -m 0444 %SDK_STAGE_LOC/samples/Providers/CMPI/FilesAndDirectories/tests/AssocDirNames12001rspgood.xml %SAMPLES_DEST_PATH/Providers/CMPI/FilesAndDirectories/tests/AssocDirNames12001rspgood.xml 
2389              install -D -m 0444 %SDK_STAGE_LOC/samples/Providers/CMPI/FilesAndDirectories/tests/AssocDirNames12001.xml %SAMPLES_DEST_PATH/Providers/CMPI/FilesAndDirectories/tests/AssocDirNames12001.xml 
2390              install -D -m 0444 %SDK_STAGE_LOC/samples/Providers/CMPI/FilesAndDirectories/tests/DeleteDirInstance10003rspgood.xml %SAMPLES_DEST_PATH/Providers/CMPI/FilesAndDirectories/tests/DeleteDirInstance10003rspgood.xml 
2391              install -D -m 0444 %SDK_STAGE_LOC/samples/Providers/CMPI/FilesAndDirectories/tests/DeleteDirInstance10003.xml %SAMPLES_DEST_PATH/Providers/CMPI/FilesAndDirectories/tests/DeleteDirInstance10003.xml 
2392              install -D -m 0444 %SDK_STAGE_LOC/samples/Providers/CMPI/FilesAndDirectories/tests/EnumerateDir10001rspgood.xml %SAMPLES_DEST_PATH/Providers/CMPI/FilesAndDirectories/tests/EnumerateDir10001rspgood.xml 
2393              install -D -m 0444 %SDK_STAGE_LOC/samples/Providers/CMPI/FilesAndDirectories/tests/EnumerateDir10001.xml %SAMPLES_DEST_PATH/Providers/CMPI/FilesAndDirectories/tests/EnumerateDir10001.xml 
2394              install -D -m 0444 %SDK_STAGE_LOC/samples/Providers/CMPI/FilesAndDirectories/tests/EnumerateDirNames10000rspgood.xml %SAMPLES_DEST_PATH/Providers/CMPI/FilesAndDirectories/tests/EnumerateDirNames10000rspgood.xml 
2395              install -D -m 0444 %SDK_STAGE_LOC/samples/Providers/CMPI/FilesAndDirectories/tests/EnumerateDirNames10000.xml %SAMPLES_DEST_PATH/Providers/CMPI/FilesAndDirectories/tests/EnumerateDirNames10000.xml 
2396 w.otsuka 1.1 install -D -m 0444 %SDK_STAGE_LOC/samples/Providers/CMPI/FilesAndDirectories/tests/GetDirInstance10002rspgood.xml %SAMPLES_DEST_PATH/Providers/CMPI/FilesAndDirectories/tests/GetDirInstance10002rspgood.xml 
2397              install -D -m 0444 %SDK_STAGE_LOC/samples/Providers/CMPI/FilesAndDirectories/tests/GetDirInstance10002.xml %SAMPLES_DEST_PATH/Providers/CMPI/FilesAndDirectories/tests/GetDirInstance10002.xml 
2398              install -D -m 0444 %SDK_STAGE_LOC/samples/Providers/CMPI/FilesAndDirectories/tests/Makefile %SAMPLES_DEST_PATH/Providers/CMPI/FilesAndDirectories/tests/Makefile 
2399              install -D -m 0444 %SDK_STAGE_LOC/samples/Providers/CMPI/FilesAndDirectories/tests/PlainFileMethodCall11001rspgood.xml %SAMPLES_DEST_PATH/Providers/CMPI/FilesAndDirectories/tests/PlainFileMethodCall11001rspgood.xml 
2400              install -D -m 0444 %SDK_STAGE_LOC/samples/Providers/CMPI/FilesAndDirectories/tests/PlainFileMethodCall11001.xml %SAMPLES_DEST_PATH/Providers/CMPI/FilesAndDirectories/tests/PlainFileMethodCall11001.xml 
2401              install -D -m 0444 %SDK_STAGE_LOC/samples/Providers/CMPI/FilesAndDirectories/tests/ReferenceDirNames12002rspgood.xml %SAMPLES_DEST_PATH/Providers/CMPI/FilesAndDirectories/tests/ReferenceDirNames12002rspgood.xml 
2402              install -D -m 0444 %SDK_STAGE_LOC/samples/Providers/CMPI/FilesAndDirectories/tests/ReferenceDirNames12002.xml %SAMPLES_DEST_PATH/Providers/CMPI/FilesAndDirectories/tests/ReferenceDirNames12002.xml 
2403              install -D -m 0444 $PEGASUS_ROOT/src/SDK/samples/Providers/Load/Makefile %SAMPLES_DEST_PATH/Providers/Load/Makefile
2404              install -D -m 0444 $PEGASUS_ROOT/src/Providers/sample/Load/CWS_FilesAndDir.mof %SAMPLES_DEST_PATH/Providers/Load/CWS_FilesAndDir.mof
2405              install -D -m 0444 $PEGASUS_ROOT/src/Providers/sample/Load/CWS_FilesAndDirR.mof %SAMPLES_DEST_PATH/Providers/Load/CWS_FilesAndDirR.mof
2406              install -D -m 0444 $PEGASUS_ROOT/src/Providers/sample/Load/InstanceProviderR.mof %SAMPLES_DEST_PATH/Providers/Load/InstanceProviderR.mof
2407              install -D -m 0444 $PEGASUS_ROOT/src/Providers/sample/Load/MethodProviderR.mof %SAMPLES_DEST_PATH/Providers/Load/MethodProviderR.mof
2408              install -D -m 0444 $PEGASUS_ROOT/src/Providers/sample/Load/SampleProviderSchema.mof %SAMPLES_DEST_PATH/Providers/Load/SampleProviderSchema.mof
2409              
2410              rm -Rf $PEGASUS_HOME
2411              
2412              %clean
2413              #make clean
2414              [ "$RPM_BUILD_ROOT" != "/" ] && [ -d $RPM_BUILD_ROOT ] && rm -rf $RPM_BUILD_ROOT;
2415              
2416              %pre
2417 w.otsuka 1.1 if [ -d %PEGASUS_REPOSITORY_DIR"/root#PG_Internal" ]
2418              then
2419                #
2420                # Save the current repository to prev_repository.
2421                #
2422              
2423                REPOSITORY_LOC=%PEGASUS_REPOSITORY_DIR
2424                PREV_REPOSITORY_LOC=%PEGASUS_REPOSITORY_DIR"/prev_repository"
2425              
2426                if [[ -d $REPOSITORY_LOC ]]
2427                then
2428                    if [[ -d $PREV_REPOSITORY_LOC ]]
2429                    then
2430                        rm -rf $PREV_REPOSITORY_LOC
2431                    fi
2432              
2433                    mv $REPOSITORY_LOC $PREV_REPOSITORY_LOC
2434                    mkdir $REPOSITORY_LOC
2435                fi
2436              fi
2437              
2438 w.otsuka 1.1 %post
2439              mkdir -p %PEGASUS_LOG_DIR
2440              %define INSTALL_LOG %PEGASUS_LOG_DIR/install.log
2441              echo `date` >%INSTALL_LOG 2>&1
2442              
2443              /usr/lib/lsb/install_initd /etc/init.d/tog-pegasus
2444              
2445              /bin/chmod -f +w %PEGASUS_LOCAL_DOMAIN_SOCKET_DIR/cimxml.socket
2446              
2447              # Create symbolic links for client libs
2448              #
2449              cd %PEGASUS_DEST_LIB_DIR
2450              ln -sf libpegcommon.so.1 libpegcommon.so
2451              ln -sf libpegclient.so.1 libpegclient.so
2452              ln -sf libpegprovider.so.1 libpegprovider.so
2453              
2454              # Create symbolic links for provider libs
2455              #
2456              cd %PEGASUS_PROVIDER_LIB_DIR
2457              ln -sf libComputerSystemProvider.so.1 libComputerSystemProvider.so
2458              ln -sf libOSProvider.so.1 libOSProvider.so
2459 w.otsuka 1.1 ln -sf libProcessProvider.so.1 libProcessProvider.so
2460              
2461              #
2462              #  Set up the openssl certificate
2463              #
2464              #  Modify entries in ssl.cnf, then
2465              #  Create big random ssl.rnd file, then 
2466              #  Generate a self signed node certificate
2467              #
2468              echo " Generating SSL certificates... "
2469              CN="Common Name"
2470              EMAIL="test@email.address"
2471              HOSTNAME=`uname -n`
2472              sed -e "s/$CN/$HOSTNAME/"  \
2473                  -e "s/$EMAIL/root@$HOSTNAME/" %PEGASUS_CONFIG_DIR/ssl.orig \
2474                  > %PEGASUS_CONFIG_DIR/ssl.cnf
2475              chmod 644 %PEGASUS_CONFIG_DIR/ssl.cnf
2476              chown bin %PEGASUS_CONFIG_DIR/ssl.cnf
2477              chgrp bin %PEGASUS_CONFIG_DIR/ssl.cnf
2478              
2479              openssl req -x509 -days 365 -newkey rsa:2048 \
2480 w.otsuka 1.1    -nodes -config %PEGASUS_CONFIG_DIR/ssl.cnf   \
2481                 -keyout %PEGASUS_CONFIG_DIR/key.pem -out %PEGASUS_CONFIG_DIR/cert.pem 2>>%INSTALL_LOG
2482              
2483              cat %PEGASUS_CONFIG_DIR/key.pem > %PEGASUS_CONFIG_DIR/file_2048.pem
2484              cat %PEGASUS_CONFIG_DIR/cert.pem > %PEGASUS_CONFIG_DIR/server_2048.pem
2485              cat %PEGASUS_CONFIG_DIR/cert.pem > %PEGASUS_CONFIG_DIR/client_2048.pem
2486              chmod 700 %PEGASUS_CONFIG_DIR/*.pem
2487              
2488              rm -f %PEGASUS_CONFIG_DIR/key.pem %PEGASUS_CONFIG_DIR/cert.pem
2489              
2490              if [ -f %PEGASUS_CONFIG_DIR/%PEGASUS_SSL_CERT_FILE ] 
2491              then
2492                  echo "WARNING: %PEGASUS_CONFIG_DIR/%PEGASUS_SSL_CERT_FILE SSL Certificate file already exists."
2493              else
2494                  cp %PEGASUS_CONFIG_DIR/server_2048.pem %PEGASUS_CONFIG_DIR/%PEGASUS_SSL_CERT_FILE
2495                  cp %PEGASUS_CONFIG_DIR/file_2048.pem %PEGASUS_CONFIG_DIR/%PEGASUS_SSL_KEY_FILE
2496                  chmod 400 %PEGASUS_CONFIG_DIR/%PEGASUS_SSL_CERT_FILE %PEGASUS_CONFIG_DIR/%PEGASUS_SSL_KEY_FILE
2497              fi
2498              
2499              if [ -f %PEGASUS_CONFIG_DIR/%PEGASUS_SSL_TRUSTSTORE ]
2500              then
2501 w.otsuka 1.1     echo "WARNING: %PEGASUS_CONFIG_DIR/%PEGASUS_SSL_TRUSTSTORE SSL Certificate trust store already exists."
2502              else
2503                  cp %PEGASUS_CONFIG_DIR/client_2048.pem %PEGASUS_CONFIG_DIR/%PEGASUS_SSL_TRUSTSTORE
2504                  chmod 400 %PEGASUS_CONFIG_DIR/%PEGASUS_SSL_TRUSTSTORE
2505              fi
2506              
2507              # Start the cimserver
2508              (/etc/init.d/tog-pegasus start || /opt/tog-pegasus/sbin/cimserver) >> %INSTALL_LOG 2>&1
2509              
2510              if [ $? != 0 ];
2511              then
2512                echo "Brute-starting Pegasus. If the installation fails:"
2513                echo " - Start Pegasus: '/etc/init.d/tog-pegasus start'"
2514                echo " - Run '/opt/tog-pegasus/sbin/init_repository'"
2515                # No need to try it again, since it already failed.
2516                # Just giving the above notice should be sufficent
2517                # /etc/init.d/tog-pegasus start || /opt/tog-pegasus/sbin/cimserver
2518              fi
2519              
2520              echo " To start Pegasus manually:"
2521              echo " /etc/init.d/tog-pegasus start"
2522 w.otsuka 1.1 echo " Stop it:"
2523              echo " /etc/init.d/tog-pegasus stop"
2524              
2525              %preun
2526              
2527              # Check if the cimserver is running
2528              isRunning=`ps -el | grep cimserver | grep -v "grep cimserver"`
2529              if [ "$isRunning" ]; then
2530              	%PEGASUS_SBIN_DIR/cimserver -s	
2531              fi
2532              
2533              # Delete the Link to the rc.* Startup Directories
2534              /usr/lib/lsb/remove_initd /etc/init.d/tog-pegasus
2535              
2536              %postun
2537              if [ $1 = 0 ]; then
2538              	rm -rf %PEGASUS_VARDATA_DIR
2539                      rm -rf %PEGASUS_PROD_DIR
2540              	rm -rf %PEGASUS_CONFIG_DIR
2541              	export LC_ALL=C
2542              fi
2543 w.otsuka 1.1 
2544              %files
2545              %defattr(-,root,root)
2546              %dir %attr(-,root,root) %PEGASUS_PROD_DIR
2547              %dir %attr(-,root,root) %PEGASUS_LOCAL_AUTH_DIR
2548              %dir %attr(-,root,root) %PEGASUS_CONFIG_DIR
2549              %dir %attr(-,root,root) %PEGASUS_VARDATA_DIR
2550              %dir %attr(-,root,root) %PEGASUS_LOG_DIR
2551              %dir %attr(-,root,root) %PEGASUS_PROVIDER_LIB_DIR
2552              %dir %attr(1555,root,root) %PEGASUS_LOCAL_DOMAIN_SOCKET_DIR
2553              %doc %PEGASUS_PROD_DIR/%PEGASUS_LICENSE_FILE
2554              %doc %PEGASUS_MANUSER_DIR/cimmof.1.gz
2555              %doc %PEGASUS_MANUSER_DIR/cimprovider.1.gz
2556              %doc %PEGASUS_MANUSER_DIR/osinfo.1.gz
2557              %doc %PEGASUS_MANUSER_DIR/wbemexec.1.gz
2558              %doc %PEGASUS_MANADMIN_DIR/cimauth.8.gz
2559              %doc %PEGASUS_MANADMIN_DIR/cimconfig.8.gz
2560              %doc %PEGASUS_MANADMIN_DIR/cimprovider.8.gz
2561              %doc %PEGASUS_MANADMIN_DIR/cimserver.8.gz
2562 w.otsuka 1.3 %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/CIM_Core28.mof
2563              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Core28_Qualifiers.mof
2564              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Core28_CoreElements.mof
2565              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Core28_Physical.mof
2566              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Core28_Software.mof
2567              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Core28_Device.mof
2568              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Core28_StorageExtent.mof
2569              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Core28_Collection.mof
2570              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Core28_Redundancy.mof
2571              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Core28_Service.mof
2572              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Core28_ProductFRU.mof
2573              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Core28_Statistics.mof
2574              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Core28_Capabilities.mof
2575              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Core28_Settings.mof
2576              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Core28_MethodParms.mof
2577              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Core28_PowerMgmt.mof
2578              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Application28_AppRuntime.mof
2579              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Application28_BIOS.mof
2580              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Application28_CheckAction.mof
2581              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Application28_DeploymentModel.mof
2582              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Application28_InstalledProduct.mof
2583 w.otsuka 1.3 %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Application28_J2eeAppServer.mof
2584              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Application28_J2eeAppServerStats.mof
2585              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Application28_SystemSoftware.mof
2586              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/CIM_Application28.mof
2587              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/CIM_Database28.mof
2588              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/CIM_Device28.mof
2589              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/CIM_Event28.mof
2590              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/CIM_Interop28.mof
2591              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/CIM_IPsecPolicy28.mof
2592              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/CIM_Metrics28.mof
2593              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/CIM_Network28.mof
2594              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/CIM_Physical28.mof
2595              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/CIM_Policy28.mof
2596              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/CIM_Schema28.mof
2597              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/CIM_Support28.mof
2598              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/CIM_System28.mof
2599              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/CIM_User28.mof
2600              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Database28_Statistics.mof
2601              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Database28_Storage.mof
2602              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Database28_System.mof
2603              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Device28_Controller.mof
2604 w.otsuka 1.3 %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Device28_CoolingAndPower.mof
2605              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Device28_DeviceElements.mof
2606              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Device28_DiskGroup.mof
2607              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Device28_FC.mof
2608              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Device28_IB.mof
2609              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Device28_Memory.mof
2610              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Device28_Modems.mof
2611              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Device28_NetworkAdapter.mof
2612              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Device28_Ports.mof
2613              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Device28_Printing.mof
2614              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Device28_Processor.mof
2615              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Device28_ProtocolController.mof
2616              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Device28_SccExtents.mof
2617              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Device28_Sensors.mof
2618              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Device28_StorageDevices.mof
2619              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Device28_StorageExtents.mof
2620              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Device28_StorageLib.mof
2621              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Device28_StorageServices.mof
2622              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Device28_USB.mof
2623              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Device28_UserDevices.mof
2624              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Metrics28_BaseMetric.mof
2625 w.otsuka 1.3 %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Metrics28_UnitOfWork.mof
2626              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Network28_BGP.mof
2627              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Network28_Buffers.mof
2628              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Network28_Collections.mof
2629              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Network28_Filtering.mof
2630              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Network28_IPsec.mof
2631              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Network28_OSPF.mof
2632              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Network28_Pipes.mof
2633              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Network28_ProtocolEndpoints.mof
2634              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Network28_QoS.mof
2635              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Network28_Routes.mof
2636              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Network28_RoutingForwarding.mof
2637              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Network28_SNMP.mof
2638              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Network28_SwitchingBridging.mof
2639              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Network28_Systems.mof
2640              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Network28_VLAN.mof
2641              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Physical28_Component.mof
2642              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Physical28_Connector.mof
2643              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Physical28_Link.mof
2644              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Physical28_Misc.mof
2645              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Physical28_Package.mof
2646 w.otsuka 1.3 %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Physical28_PhysicalMedia.mof
2647              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Physical28_StoragePackage.mof
2648              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/System28_Boot.mof
2649              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/System28_Diagnostics.mof
2650              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/System28_FileElements.mof
2651              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/System28_Logs.mof
2652              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/System28_OperatingSystem.mof
2653              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/System28_Processing.mof
2654              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/System28_SystemElements.mof
2655              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/System28_SystemResources.mof
2656              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/System28_Time.mof
2657              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/System28_Unix.mof
2658              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/User28_AccessControl.mof
2659              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/User28_Account.mof
2660              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/User28_AuthenticationReqmt.mof
2661              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/User28_Credential.mof
2662              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/User28_Group.mof
2663              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/User28_Identity.mof
2664              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/User28_Kerberos.mof
2665              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/User28_Org.mof
2666              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/User28_Privilege.mof
2667 w.otsuka 1.3 %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/User28_PrivilegeManagementService.mof
2668              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/User28_PublicKey.mof
2669              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/User28_Role.mof
2670              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/User28_SecurityLevel.mof
2671              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/User28_SecurityServices.mof
2672              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/User28_SharedSecret.mof
2673              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/User28_StorageHardwareID.mof
2674              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/User28_UsersAccess.mof
2675              %attr(-,root,root) %PEGASUS_MOF_DIR/Pegasus/PG_InterOpSchema20.mof
2676              %attr(-,root,root) %PEGASUS_MOF_DIR/Pegasus/PG_InternalSchema20.mof
2677              %attr(-,root,root) %PEGASUS_MOF_DIR/Pegasus/PG_ManagedSystemSchema20.mof
2678              %attr(-,root,root) %PEGASUS_MOF_DIR/Pegasus/PG_ManagedSystemSchema20R.mof
2679              %attr(-,root,root) %PEGASUS_MOF_DIR/Pegasus/PG_Authorization20.mof
2680              %attr(-,root,root) %PEGASUS_MOF_DIR/Pegasus/PG_ConfigSetting20.mof
2681              %attr(-,root,root) %PEGASUS_MOF_DIR/Pegasus/PG_ShutdownService20.mof
2682              %attr(-,root,root) %PEGASUS_MOF_DIR/Pegasus/PG_User20.mof
2683              %attr(-,root,root) %PEGASUS_MOF_DIR/Pegasus/PG_Events20.mof
2684              %attr(-,root,root) %PEGASUS_MOF_DIR/Pegasus/PG_ProviderModule20.mof
2685              %attr(-,root,root) %PEGASUS_MOF_DIR/Pegasus/PG_ComputerSystem20.mof
2686              %attr(-,root,root) %PEGASUS_MOF_DIR/Pegasus/PG_ComputerSystem20R.mof
2687              %attr(-,root,root) %PEGASUS_MOF_DIR/Pegasus/PG_OperatingSystem20.mof
2688 w.otsuka 1.3 %attr(-,root,root) %PEGASUS_MOF_DIR/Pegasus/PG_OperatingSystem20R.mof
2689              %attr(-,root,root) %PEGASUS_MOF_DIR/Pegasus/PG_UnixProcess20.mof
2690              %attr(-,root,root) %PEGASUS_MOF_DIR/Pegasus/PG_UnixProcess20R.mof
2691 w.otsuka 1.1 %dir %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root
2692              %dir %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root/classes
2693              %dir %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root/instances
2694              %dir %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root/qualifiers
2695              %dir %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_Internal
2696              %dir %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_Internal/classes
2697              %dir %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_Internal/instances
2698              %dir %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers
2699              %dir %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp
2700              %dir %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes
2701              %dir %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/instances
2702              %dir %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers
2703              %dir %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2
2704              %dir %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes
2705              %dir %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/instances
2706              %dir %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers
2707              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_Internal/classes/PG_Authorization.#
2708              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_Internal/classes/PG_ConfigSetting.#
2709              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_Internal/classes/PG_User.#
2710              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_Internal/classes/PG_ShutdownService.#
2711              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_Internal/classes/PG_WBEMSLPTemplate.#
2712 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/Abstract
2713              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/Aggregate
2714              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/Aggregation
2715              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/Alias
2716              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/ArrayType
2717              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/ASSOCIATION
2718              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/BitMap
2719              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/BitValues
2720              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/Composition
2721              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/Counter
2722              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/Delete
2723              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/Deprecated
2724              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/Description
2725              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/DisplayName
2726              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/DN
2727              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/EmbeddedObject
2728              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/Exception
2729              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/Expensive
2730              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/Experimental
2731              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/Gauge
2732              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/Ifdeleted
2733 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/In
2734              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/INDICATION
2735              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/Invisible
2736              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/Key
2737              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/Large
2738              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/MappingStrings
2739              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/Max
2740              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/MaxLen
2741              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/MaxValue
2742              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/Min
2743              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/MinLen
2744              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/MinValue
2745              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/ModelCorrespondence
2746              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/Nonlocal
2747              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/NonlocalType
2748              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/NullValue
2749              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/Octetstring
2750              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/Out
2751              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/Override
2752              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/Propagated
2753              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/PropertyUsage
2754 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/Provider
2755              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/Read
2756              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/Required
2757              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/Revision
2758              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/CLASS
2759              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/Source
2760              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/SourceType
2761              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/Static
2762              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/Syntax
2763              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/SyntaxType
2764              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/Terminal
2765              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/TriggerType
2766              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/Units
2767              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/UnknownValues
2768              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/UnsupportedValues
2769              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/ValueMap
2770              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/Values
2771              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/Version
2772              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/Weak
2773              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/Write
2774              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ManagedElement.#
2775 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/associations
2776              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_Dependency.#
2777              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ConcreteDependency.CIM_Dependency
2778              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_Component.#
2779              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ConcreteComponent.CIM_Component
2780              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_LogicalIdentity.#
2781              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ConcreteIdentity.CIM_LogicalIdentity
2782              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ManagedSystemElement.CIM_ManagedElement
2783              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_HostedDependency.CIM_Dependency
2784              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_LogicalElement.CIM_ManagedSystemElement
2785              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_Job.CIM_LogicalElement
2786              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ConcreteJob.CIM_Job
2787              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_EnabledLogicalElement.CIM_LogicalElement
2788              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_Synchronized.#
2789              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_System.CIM_EnabledLogicalElement
2790              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_SystemComponent.CIM_Component
2791              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_AdminDomain.CIM_System
2792              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ContainedDomain.CIM_SystemComponent
2793              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_Service.CIM_EnabledLogicalElement
2794              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_HostedService.CIM_HostedDependency
2795              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ProvidesServiceToElement.CIM_Dependency
2796 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ServiceAvailableToElement.#
2797              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ServiceAffectsElement.#
2798              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ServiceServiceDependency.CIM_ProvidesServiceToElement
2799              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ServiceComponent.CIM_Component
2800              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ServiceAccessPoint.CIM_EnabledLogicalElement
2801              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_HostedAccessPoint.CIM_HostedDependency
2802              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_SAPAvailableForElement.#
2803              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ServiceSAPDependency.CIM_Dependency
2804              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ServiceAccessBySAP.CIM_Dependency
2805              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_SAPSAPDependency.CIM_Dependency
2806              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ActiveConnection.CIM_SAPSAPDependency
2807              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_RemoteServiceAccessPoint.CIM_ServiceAccessPoint
2808              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_RemotePort.CIM_RemoteServiceAccessPoint
2809              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ServiceAccessURI.CIM_ServiceAccessPoint
2810              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ProtocolEndpoint.CIM_ServiceAccessPoint
2811              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_BindsTo.CIM_SAPSAPDependency
2812              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ProvidesEndpoint.CIM_ServiceAccessBySAP
2813              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_PhysicalElement.CIM_ManagedSystemElement
2814              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_Location.CIM_ManagedElement
2815              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ElementLocation.#
2816              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_PhysicalElementLocation.CIM_ElementLocation
2817 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ContainedLocation.CIM_Component
2818              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_SystemPackaging.CIM_Dependency
2819              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_SoftwareIdentity.CIM_LogicalElement
2820              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ElementSoftwareIdentity.CIM_Dependency
2821              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_InstalledSoftwareIdentity.#
2822              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_LogicalDevice.CIM_EnabledLogicalElement
2823              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_Realizes.CIM_Dependency
2824              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_SystemDevice.CIM_SystemComponent
2825              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_DeviceServiceImplementation.CIM_Dependency
2826              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_DeviceSAPImplementation.CIM_Dependency
2827              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_StorageExtent.CIM_LogicalDevice
2828              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_BasedOn.CIM_Dependency
2829              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_Collection.CIM_ManagedElement
2830              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_MemberOfCollection.#
2831              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_OrderedMemberOfCollection.CIM_MemberOfCollection
2832              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_SystemSpecificCollection.CIM_Collection
2833              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ConcreteCollection.CIM_Collection
2834              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_HostedCollection.CIM_HostedDependency
2835              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_CollectionOfMSEs.CIM_Collection
2836              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_CollectedCollections.#
2837              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_CollectedMSEs.CIM_MemberOfCollection
2838 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_RedundancyGroup.CIM_LogicalElement
2839              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_RedundancyComponent.CIM_Component
2840              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_SpareGroup.CIM_RedundancyGroup
2841              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ActsAsSpare.#
2842              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_StorageRedundancyGroup.CIM_RedundancyGroup
2843              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ExtraCapacityGroup.CIM_RedundancyGroup
2844              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ExtentRedundancyComponent.CIM_RedundancyComponent
2845              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_Product.CIM_ManagedElement
2846              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ProductComponent.CIM_Component
2847              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ProductParentChild.#
2848              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_CompatibleProduct.#
2849              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ProductProductDependency.#
2850              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_SupportAccess.CIM_ManagedElement
2851              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ProductSupport.#
2852              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_FRU.CIM_ManagedElement
2853              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ProductFRU.#
2854              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ReplaceableProductFRU.#
2855              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ProductPhysicalComponent.CIM_Component
2856              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ProductSoftwareComponent.CIM_Component
2857              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ProductServiceComponent.CIM_Component
2858              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ProductPhysicalElements.#
2859 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_FRUPhysicalElements.#
2860              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_FRUIncludesProduct.#
2861              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_Capabilities.CIM_ManagedElement
2862              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ElementCapabilities.#
2863              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_SettingData.CIM_ManagedElement
2864              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ScopedSettingData.CIM_SettingData
2865              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ScopedSetting.CIM_HostedDependency
2866              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ElementSettingData.#
2867              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_Profile.CIM_Collection
2868              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ElementProfile.#
2869              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_Setting.CIM_ManagedElement
2870              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ElementSetting.#
2871              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_DefaultSetting.CIM_ElementSetting
2872              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_SystemSetting.CIM_Setting
2873              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_SettingForSystem.CIM_HostedDependency
2874              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_Configuration.CIM_ManagedElement
2875              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ConfigurationComponent.#
2876              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ElementConfiguration.#
2877              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_CollectionConfiguration.#
2878              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_DependencyContext.#
2879              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_SettingContext.#
2880 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_CollectionSetting.#
2881              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_SystemConfiguration.CIM_ManagedElement
2882              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ConfigurationForSystem.CIM_HostedDependency
2883              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_SystemSettingContext.#
2884              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_StatisticalData.CIM_ManagedElement
2885              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ElementStatisticalData.#
2886              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_RelatedStatisticalData.#
2887              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_StatisticalInformation.CIM_ManagedElement
2888              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_Statistics.#
2889              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_RelatedStatistics.#
2890              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_SystemStatisticalInformation.CIM_StatisticalInformation
2891              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_SystemStatistics.CIM_Statistics
2892              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ServiceStatisticalInformation.CIM_StatisticalInformation
2893              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ServiceStatistics.CIM_Statistics
2894              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_SAPStatisticalInformation.CIM_StatisticalInformation
2895              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_SAPStatistics.CIM_Statistics
2896              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_DeviceStatisticalInformation.CIM_StatisticalInformation
2897              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_DeviceStatistics.CIM_Statistics
2898              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_PhysicalStatisticalInformation.CIM_StatisticalInformation
2899              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_PhysicalStatistics.CIM_Statistics
2900              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_StatisticalSetting.CIM_SettingData
2901 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_MethodParameters.CIM_ManagedElement
2902              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ParameterValueSources.#
2903              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ParametersForMethod.#
2904              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_PowerManagementCapabilities.CIM_Capabilities
2905              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_PowerManagementService.CIM_Service
2906              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_Indication.#
2907              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ClassIndication.CIM_Indication
2908              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ClassCreation.CIM_ClassIndication
2909              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ClassDeletion.CIM_ClassIndication
2910              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ClassModification.CIM_ClassIndication
2911              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_InstIndication.CIM_Indication
2912              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_InstCreation.CIM_InstIndication
2913              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_InstDeletion.CIM_InstIndication
2914              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_InstModification.CIM_InstIndication
2915              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_InstMethodCall.CIM_InstIndication
2916              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_InstRead.CIM_InstIndication
2917              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ProcessIndication.CIM_Indication
2918              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_SNMPTrapIndication.CIM_ProcessIndication
2919              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_AlertIndication.CIM_ProcessIndication
2920              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ThresholdIndication.CIM_AlertIndication
2921              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_AlertInstIndication.CIM_AlertIndication
2922 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_IndicationFilter.CIM_ManagedElement
2923              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ListenerDestination.CIM_ManagedElement
2924              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ListenerDestinationCIMXML.CIM_ListenerDestination
2925              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_IndicationHandler.CIM_ListenerDestination
2926              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_IndicationHandlerCIMXML.CIM_IndicationHandler
2927              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_IndicationSubscription.#
2928              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/PG_IndicationHandlerSNMPMapper.CIM_IndicationHandler
2929              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/PG_ProviderModule.CIM_LogicalElement
2930              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/PG_Provider.CIM_LogicalElement
2931              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/PG_CapabilitiesRegistration.CIM_ManagedElement
2932              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/PG_ProviderCapabilities.PG_CapabilitiesRegistration
2933              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/PG_ConsumerCapabilities.PG_CapabilitiesRegistration
2934              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/PG_ProviderCapabilitiesElements.CIM_Dependency
2935              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/PG_ProviderModuleElements.CIM_Dependency
2936              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/instances/PG_ProviderCapabilities.idx
2937              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/instances/PG_ProviderModule.instances
2938              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/instances/PG_ProviderModule.idx
2939              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/instances/PG_Provider.instances
2940              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/instances/PG_Provider.idx
2941              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/instances/PG_ProviderCapabilities.instances
2942              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/Abstract
2943 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/Aggregate
2944              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/Aggregation
2945              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/Alias
2946              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/ArrayType
2947              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/ASSOCIATION
2948              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/BitMap
2949              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/BitValues
2950              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/Composition
2951              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/Counter
2952              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/Delete
2953              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/Deprecated
2954              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/Description
2955              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/DisplayName
2956              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/DN
2957              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/EmbeddedObject
2958              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/Exception
2959              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/Expensive
2960              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/Experimental
2961              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/Gauge
2962              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/Ifdeleted
2963              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/In
2964 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/INDICATION
2965              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/Invisible
2966              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/Key
2967              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/Large
2968              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/MappingStrings
2969              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/Max
2970              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/MaxLen
2971              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/MaxValue
2972              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/Min
2973              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/MinLen
2974              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/MinValue
2975              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/ModelCorrespondence
2976              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/Nonlocal
2977              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/NonlocalType
2978              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/NullValue
2979              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/Octetstring
2980              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/Out
2981              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/Override
2982              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/Propagated
2983              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/PropertyUsage
2984              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/Provider
2985 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/Read
2986              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/Required
2987              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/Revision
2988              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/CLASS
2989              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/Source
2990              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/SourceType
2991              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/Static
2992              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/Syntax
2993              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/SyntaxType
2994              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/Terminal
2995              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/TriggerType
2996              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/Units
2997              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/UnknownValues
2998              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/UnsupportedValues
2999              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/ValueMap
3000              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/Values
3001              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/Version
3002              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/Weak
3003              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/Write
3004              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ManagedElement.#
3005              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/associations
3006 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Dependency.#
3007              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ConcreteDependency.CIM_Dependency
3008              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Component.#
3009              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ConcreteComponent.CIM_Component
3010              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_LogicalIdentity.#
3011              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ConcreteIdentity.CIM_LogicalIdentity
3012              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ManagedSystemElement.CIM_ManagedElement
3013              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_HostedDependency.CIM_Dependency
3014              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_LogicalElement.CIM_ManagedSystemElement
3015              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Job.CIM_LogicalElement
3016              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ConcreteJob.CIM_Job
3017              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_EnabledLogicalElement.CIM_LogicalElement
3018              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Synchronized.#
3019              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_System.CIM_EnabledLogicalElement
3020              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SystemComponent.CIM_Component
3021              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AdminDomain.CIM_System
3022              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ContainedDomain.CIM_SystemComponent
3023              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Service.CIM_EnabledLogicalElement
3024              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_HostedService.CIM_HostedDependency
3025              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ProvidesServiceToElement.CIM_Dependency
3026              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ServiceAvailableToElement.#
3027 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ServiceAffectsElement.#
3028              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ServiceServiceDependency.CIM_ProvidesServiceToElement
3029              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ServiceComponent.CIM_Component
3030              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ServiceAccessPoint.CIM_EnabledLogicalElement
3031              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_HostedAccessPoint.CIM_HostedDependency
3032              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SAPAvailableForElement.#
3033              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ServiceSAPDependency.CIM_Dependency
3034              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ServiceAccessBySAP.CIM_Dependency
3035              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SAPSAPDependency.CIM_Dependency
3036              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ActiveConnection.CIM_SAPSAPDependency
3037              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_RemoteServiceAccessPoint.CIM_ServiceAccessPoint
3038              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_RemotePort.CIM_RemoteServiceAccessPoint
3039              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ServiceAccessURI.CIM_ServiceAccessPoint
3040              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ProtocolEndpoint.CIM_ServiceAccessPoint
3041              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_BindsTo.CIM_SAPSAPDependency
3042              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ProvidesEndpoint.CIM_ServiceAccessBySAP
3043              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PhysicalElement.CIM_ManagedSystemElement
3044              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Location.CIM_ManagedElement
3045              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ElementLocation.#
3046              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PhysicalElementLocation.CIM_ElementLocation
3047              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ContainedLocation.CIM_Component
3048 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SystemPackaging.CIM_Dependency
3049              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SoftwareIdentity.CIM_LogicalElement
3050              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ElementSoftwareIdentity.CIM_Dependency
3051              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_InstalledSoftwareIdentity.#
3052              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_LogicalDevice.CIM_EnabledLogicalElement
3053              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Realizes.CIM_Dependency
3054              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SystemDevice.CIM_SystemComponent
3055              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DeviceServiceImplementation.CIM_Dependency
3056              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DeviceSAPImplementation.CIM_Dependency
3057              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_StorageExtent.CIM_LogicalDevice
3058              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_BasedOn.CIM_Dependency
3059              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Collection.CIM_ManagedElement
3060              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_MemberOfCollection.#
3061              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_OrderedMemberOfCollection.CIM_MemberOfCollection
3062              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SystemSpecificCollection.CIM_Collection
3063              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ConcreteCollection.CIM_Collection
3064              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_HostedCollection.CIM_HostedDependency
3065              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_CollectionOfMSEs.CIM_Collection
3066              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_CollectedCollections.#
3067              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_CollectedMSEs.CIM_MemberOfCollection
3068              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_RedundancyGroup.CIM_LogicalElement
3069 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_RedundancyComponent.CIM_Component
3070              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SpareGroup.CIM_RedundancyGroup
3071              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ActsAsSpare.#
3072              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_StorageRedundancyGroup.CIM_RedundancyGroup
3073              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ExtraCapacityGroup.CIM_RedundancyGroup
3074              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ExtentRedundancyComponent.CIM_RedundancyComponent
3075              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Product.CIM_ManagedElement
3076              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ProductComponent.CIM_Component
3077              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ProductParentChild.#
3078              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_CompatibleProduct.#
3079              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ProductProductDependency.#
3080              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SupportAccess.CIM_ManagedElement
3081              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ProductSupport.#
3082              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_FRU.CIM_ManagedElement
3083              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ProductFRU.#
3084              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ReplaceableProductFRU.#
3085              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ProductPhysicalComponent.CIM_Component
3086              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ProductSoftwareComponent.CIM_Component
3087              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ProductServiceComponent.CIM_Component
3088              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ProductPhysicalElements.#
3089              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_FRUPhysicalElements.#
3090 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_FRUIncludesProduct.#
3091              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Capabilities.CIM_ManagedElement
3092              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ElementCapabilities.#
3093              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SettingData.CIM_ManagedElement
3094              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ScopedSettingData.CIM_SettingData
3095              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ScopedSetting.CIM_HostedDependency
3096              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ElementSettingData.#
3097              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Profile.CIM_Collection
3098              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ElementProfile.#
3099              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Setting.CIM_ManagedElement
3100              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ElementSetting.#
3101              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DefaultSetting.CIM_ElementSetting
3102              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SystemSetting.CIM_Setting
3103              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SettingForSystem.CIM_HostedDependency
3104              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Configuration.CIM_ManagedElement
3105              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ConfigurationComponent.#
3106              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ElementConfiguration.#
3107              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_CollectionConfiguration.#
3108              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DependencyContext.#
3109              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SettingContext.#
3110              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_CollectionSetting.#
3111 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SystemConfiguration.CIM_ManagedElement
3112              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ConfigurationForSystem.CIM_HostedDependency
3113              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SystemSettingContext.#
3114              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_StatisticalData.CIM_ManagedElement
3115              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ElementStatisticalData.#
3116              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_RelatedStatisticalData.#
3117              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_StatisticalInformation.CIM_ManagedElement
3118              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Statistics.#
3119              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_RelatedStatistics.#
3120              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SystemStatisticalInformation.CIM_StatisticalInformation
3121              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SystemStatistics.CIM_Statistics
3122              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ServiceStatisticalInformation.CIM_StatisticalInformation
3123              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ServiceStatistics.CIM_Statistics
3124              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SAPStatisticalInformation.CIM_StatisticalInformation
3125              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SAPStatistics.CIM_Statistics
3126              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DeviceStatisticalInformation.CIM_StatisticalInformation
3127              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DeviceStatistics.CIM_Statistics
3128              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PhysicalStatisticalInformation.CIM_StatisticalInformation
3129              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PhysicalStatistics.CIM_Statistics
3130              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_StatisticalSetting.CIM_SettingData
3131              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_MethodParameters.CIM_ManagedElement
3132 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ParameterValueSources.#
3133              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ParametersForMethod.#
3134              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PowerManagementCapabilities.CIM_Capabilities
3135              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PowerManagementService.CIM_Service
3136              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PhysicalPackage.CIM_PhysicalElement
3137              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Container.CIM_Component
3138              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PhysicalFrame.CIM_PhysicalPackage
3139              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Rack.CIM_PhysicalFrame
3140              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Chassis.CIM_PhysicalFrame
3141              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PhysicalConnector.CIM_PhysicalElement
3142              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ChassisInRack.CIM_Container
3143              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PackageInChassis.CIM_Container
3144              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Docked.CIM_Dependency
3145              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Card.CIM_PhysicalPackage
3146              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SystemBusCard.CIM_Card
3147              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_CardOnCard.CIM_Container
3148              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PackageLocation.CIM_PhysicalPackage
3149              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_StorageMediaLocation.CIM_PackageLocation
3150              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Magazine.CIM_StorageMediaLocation
3151              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_MediaPhysicalStatData.CIM_StatisticalData
3152              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_MediaPhysicalStatInfo.CIM_PhysicalStatisticalInformation
3153 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ConnectedTo.CIM_Dependency
3154              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Slot.CIM_PhysicalConnector
3155              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SlotInSlot.CIM_ConnectedTo
3156              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AdjacentSlots.#
3157              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PackageInConnector.CIM_Dependency
3158              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PackageInSlot.CIM_PackageInConnector
3159              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_CardInSlot.CIM_PackageInSlot
3160              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ConnectorOnPackage.CIM_Container
3161              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PhysicalLink.CIM_PhysicalElement
3162              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ElementsLinked.CIM_Dependency
3163              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_LinkHasConnector.CIM_Component
3164              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PhysicalComponent.CIM_PhysicalElement
3165              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PackagedComponent.CIM_Container
3166              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Chip.CIM_PhysicalComponent
3167              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PhysicalMemory.CIM_Chip
3168              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_MemoryOnCard.CIM_PackagedComponent
3169              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PhysicalMedia.CIM_PhysicalComponent
3170              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_MemoryWithMedia.CIM_Dependency
3171              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PhysicalMediaInLocation.CIM_Dependency
3172              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PhysicalTape.CIM_PhysicalMedia
3173              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_HomeForMedia.CIM_Dependency
3174 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ReplacementSet.CIM_Collection
3175              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ParticipatesInSet.#
3176              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PhysicalCapacity.CIM_ManagedElement
3177              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ElementCapacity.#
3178              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_MemoryCapacity.CIM_PhysicalCapacity
3179              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ConfigurationCapacity.CIM_PhysicalCapacity
3180              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ComputerSystem.CIM_System
3181              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ComputerSystemNodeCapabilities.CIM_Capabilities
3182              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ComponentCS.CIM_SystemComponent
3183              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_UnitaryComputerSystem.CIM_ComputerSystem
3184              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SystemPartition.CIM_ComponentCS
3185              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_VirtualComputerSystem.CIM_ComputerSystem
3186              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_HostingCS.CIM_HostedDependency
3187              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Cluster.CIM_ComputerSystem
3188              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ParticipatingCS.CIM_Dependency
3189              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Export.#
3190              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ClusteringService.CIM_Service
3191              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ClusteringSAP.CIM_ServiceAccessPoint
3192              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ClusterServiceAccessBySAP.CIM_ServiceAccessBySAP
3193              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_HostedClusterService.CIM_HostedService
3194              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_HostedClusterSAP.CIM_HostedAccessPoint
3195 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ComputerSystemPackage.CIM_SystemPackaging
3196              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_FileSystem.CIM_EnabledLogicalElement
3197              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_LocalFileSystem.CIM_FileSystem
3198              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_RemoteFileSystem.CIM_FileSystem
3199              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_NFS.CIM_RemoteFileSystem
3200              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_FileSystemCapabilities.CIM_Capabilities
3201              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_FileSystemSettingData.CIM_ScopedSettingData
3202              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_LogicalFile.CIM_LogicalElement
3203              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DataFile.CIM_LogicalFile
3204              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Directory.CIM_LogicalFile
3205              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DeviceFile.CIM_LogicalFile
3206              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_FIFOPipeFile.CIM_LogicalFile
3207              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SymbolicLink.CIM_LogicalFile
3208              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DeviceAccessedByFile.CIM_Dependency
3209              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DirectoryContainsFile.CIM_Component
3210              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Mount.CIM_Dependency
3211              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_HostedFileSystem.CIM_SystemComponent
3212              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_FileStorage.CIM_Component
3213              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ResidesOnExtent.CIM_Dependency
3214              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_OperatingSystem.CIM_EnabledLogicalElement
3215              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_InstalledOS.CIM_SystemComponent
3216 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_RunningOS.CIM_Dependency
3217              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_BootOSFromFS.CIM_Dependency
3218              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Process.CIM_EnabledLogicalElement
3219              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_OSProcess.CIM_Component
3220              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ProcessExecutable.CIM_Dependency
3221              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ServiceProcess.#
3222              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Thread.CIM_EnabledLogicalElement
3223              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ProcessThread.CIM_Component
3224              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_OwningJobElement.#
3225              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AffectedJobElement.#
3226              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ProcessOfJob.CIM_Component
3227              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_JobDestination.CIM_EnabledLogicalElement
3228              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_HostedJobDestination.CIM_HostedDependency
3229              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_JobDestinationJobs.CIM_Dependency
3230              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_BootService.CIM_Service
3231              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_BootSAP.CIM_ServiceAccessPoint
3232              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_BootServiceAccessBySAP.CIM_ServiceAccessBySAP
3233              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_HostedBootService.CIM_HostedService
3234              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_HostedBootSAP.CIM_HostedAccessPoint
3235              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_OOBAlertService.CIM_Service
3236              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_WakeUpService.CIM_Service
3237 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_TimeZone.CIM_Setting
3238              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_UnixLocalFileSystem.CIM_LocalFileSystem
3239              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_UnixProcess.CIM_Process
3240              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_UnixProcessStatisticalInformation.CIM_StatisticalInformation
3241              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_UnixProcessStatistics.CIM_Statistics
3242              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_UnixThread.CIM_Thread
3243              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_UnixFile.CIM_LogicalElement
3244              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_FileIdentity.CIM_LogicalIdentity
3245              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_UnixDirectory.CIM_Directory
3246              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_UnixDeviceFile.CIM_DeviceFile
3247              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SystemResource.CIM_EnabledLogicalElement
3248              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_IRQ.CIM_SystemResource
3249              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_MemoryMappedIO.CIM_SystemResource
3250              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_MemoryResource.CIM_MemoryMappedIO
3251              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PortResource.CIM_MemoryMappedIO
3252              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DMA.CIM_SystemResource
3253              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ResourceOfSystem.CIM_SystemComponent
3254              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ComputerSystemResource.CIM_ResourceOfSystem
3255              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ComputerSystemIRQ.CIM_ComputerSystemResource
3256              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ComputerSystemMappedIO.CIM_ComputerSystemResource
3257              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ComputerSystemDMA.CIM_ComputerSystemResource
3258 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AllocatedResource.CIM_Dependency
3259              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AllocatedDMA.CIM_AllocatedResource
3260              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_MessageLog.CIM_EnabledLogicalElement
3261              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_LogRecord.CIM_ManagedElement
3262              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_RecordInLog.#
3263              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_LogInDeviceFile.CIM_Dependency
3264              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_LogInDataFile.CIM_Dependency
3265              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_LogInStorage.CIM_Dependency
3266              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_UseOfMessageLog.CIM_Dependency
3267              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_OperationLog.CIM_UseOfMessageLog
3268              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DiagnosticSetting.CIM_Setting
3269              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DiagnosticResult.#
3270              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DiagnosticTest.CIM_Service
3271              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DiagnosticResultForMSE.#
3272              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DiagnosticResultForTest.#
3273              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DiagnosticTestForMSE.CIM_ProvidesServiceToElement
3274              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DiagnosticTestInPackage.CIM_Component
3275              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DiagnosticResultInPackage.#
3276              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DiagnosticSettingForTest.CIM_ElementSetting
3277              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Indication.#
3278              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ClassIndication.CIM_Indication
3279 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ClassCreation.CIM_ClassIndication
3280              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ClassDeletion.CIM_ClassIndication
3281              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_IndicationSubscription.#
3282              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ClassModification.CIM_ClassIndication
3283              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_InstIndication.CIM_Indication
3284              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_InstCreation.CIM_InstIndication
3285              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_InstDeletion.CIM_InstIndication
3286              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_InstModification.CIM_InstIndication
3287              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_InstMethodCall.CIM_InstIndication
3288              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_InstRead.CIM_InstIndication
3289              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ProcessIndication.CIM_Indication
3290              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SNMPTrapIndication.CIM_ProcessIndication
3291              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AlertIndication.CIM_ProcessIndication
3292              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ThresholdIndication.CIM_AlertIndication
3293              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AlertInstIndication.CIM_AlertIndication
3294              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_IndicationFilter.CIM_ManagedElement
3295              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ListenerDestination.CIM_ManagedElement
3296              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ListenerDestinationCIMXML.CIM_ListenerDestination
3297              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_IndicationHandler.CIM_ListenerDestination
3298              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_IndicationHandlerCIMXML.CIM_IndicationHandler
3299              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_WBEMService.CIM_Service
3300 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ObjectManager.CIM_WBEMService
3301              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ObjectManagerCommunicationMechanism.CIM_ServiceAccessPoint
3302              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_CIMXMLCommunicationMechanism.CIM_ObjectManagerCommunicationMechanism
3303              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_CommMechanismForManager.CIM_ServiceAccessBySAP
3304              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ProtocolAdapter.CIM_WBEMService
3305              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ObjectManagerAdapter.CIM_WBEMService
3306              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_CommMechanismForAdapter.CIM_Dependency
3307              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_CommMechanismForObjectManagerAdapter.CIM_Dependency
3308              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Namespace.CIM_ManagedElement
3309              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SystemIdentification.CIM_ManagedElement
3310              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_NamespaceInManager.CIM_HostedDependency
3311              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SystemInNamespace.#
3312              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_IdentificationOfManagedSystem.CIM_Dependency
3313              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_CIMOMStatisticalData.CIM_StatisticalData
3314              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_RegisteredProfile.CIM_ManagedElement
3315              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_RegisteredSubProfile.CIM_RegisteredProfile
3316              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ReferencedProfile.CIM_Dependency
3317              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SubProfileRequiresProfile.CIM_ReferencedProfile
3318              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ElementConformsToProfile.#
3319              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_MemberPrincipal.CIM_MemberOfCollection
3320              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_CollectionInSystem.#
3321 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_OrganizationalEntity.CIM_ManagedElement
3322              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_OrgStructure.#
3323              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_CollectionInOrganization.#
3324              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Organization.CIM_OrganizationalEntity
3325              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_OtherOrganizationInformation.CIM_ManagedElement
3326              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_MoreOrganizationInfo.CIM_Dependency
3327              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_OrgUnit.CIM_OrganizationalEntity
3328              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_OtherOrgUnitInformation.CIM_ManagedElement
3329              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_MoreOrgUnitInfo.CIM_Dependency
3330              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_UserEntity.CIM_OrganizationalEntity
3331              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_UserContact.CIM_UserEntity
3332              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Person.CIM_UserContact
3333              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SystemAdministrator.CIM_Dependency
3334              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_OtherPersonInformation.CIM_ManagedElement
3335              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_MorePersonInfo.CIM_Dependency
3336              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Group.CIM_Collection
3337              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_OtherGroupInformation.CIM_ManagedElement
3338              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_MoreGroupInfo.CIM_Dependency
3339              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SystemAdministratorGroup.CIM_Dependency
3340              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Role.CIM_Collection
3341              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_OtherRoleInformation.CIM_ManagedElement
3342 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_MoreRoleInfo.CIM_Dependency
3343              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SystemAdministratorRole.CIM_Dependency
3344              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SecurityService.CIM_Service
3345              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ServiceUsesSecurityService.CIM_ServiceServiceDependency
3346              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SecurityServiceForSystem.CIM_ProvidesServiceToElement
3347              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AuthenticationService.CIM_SecurityService
3348              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_VerificationService.CIM_AuthenticationService
3349              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_CredentialManagementService.CIM_AuthenticationService
3350              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_TrustHierarchy.CIM_Dependency
3351              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_CredentialManagementSAP.CIM_ServiceAccessPoint
3352              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_LocalCredentialManagementService.CIM_CredentialManagementService
3353              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AuthorizationService.CIM_SecurityService
3354              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Credential.CIM_ManagedElement
3355              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ManagedCredential.CIM_Dependency
3356              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Identity.CIM_ManagedElement
3357              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_IdentityContext.#
3358              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AssignedIdentity.#
3359              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_IPNetworkIdentity.CIM_Identity
3360              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SecuritySensitivity.CIM_ManagedElement
3361              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ElementSecuritySensitivity.#
3362              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AuthenticationRequirement.CIM_LogicalElement
3363 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_HostedAuthenticationRequirement.CIM_HostedDependency
3364              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SharedSecret.CIM_Credential
3365              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AuthenticateForUse.CIM_Dependency
3366              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_RequireCredentialsFrom.CIM_Dependency
3367              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AuthenticationTarget.CIM_Dependency
3368              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_KerberosKeyDistributionCenter.CIM_CredentialManagementService
3369              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_KerberosTicket.CIM_Credential
3370              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_KDCIssuesKerberosTicket.CIM_ManagedCredential
3371              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_CertificateAuthority.CIM_CredentialManagementService
3372              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PublicKeyManagementService.CIM_LocalCredentialManagementService
3373              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PublicKeyCertificate.CIM_Credential
3374              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_CAHasPublicCertificate.CIM_Dependency
3375              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_CASignsPublicKeyCertificate.CIM_ManagedCredential
3376              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_UnsignedPublicKey.CIM_Credential
3377              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_LocallyManagedPublicKey.CIM_ManagedCredential
3378              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SharedSecretService.CIM_LocalCredentialManagementService
3379              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SharedSecretIsShared.CIM_ManagedCredential
3380              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_NamedSharedIKESecret.CIM_Credential
3381              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_IKESecretIsNamed.CIM_ManagedCredential
3382              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_UsersAccess.CIM_UserEntity
3383              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ElementAsUser.CIM_Dependency
3384 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_UsersCredential.CIM_Dependency
3385              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Notary.CIM_CredentialManagementService
3386              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_NotaryVerifiesBiometric.CIM_Dependency
3387              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PublicPrivateKeyPair.CIM_UsersCredential
3388              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Privilege.CIM_ManagedElement
3389              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AuthorizedPrivilege.CIM_Privilege
3390              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AuthorizedSubject.#
3391              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AuthorizedTarget.#
3392              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Account.CIM_LogicalElement
3393              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AccountIdentity.CIM_LogicalIdentity
3394              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AccountOnSystem.CIM_SystemComponent
3395              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_UsersAccount.CIM_Dependency
3396              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AccountMapsToAccount.CIM_Dependency
3397              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SecurityServiceUsesAccount.CIM_Dependency
3398              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AccountManagementService.CIM_SecurityService
3399              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ManagesAccount.CIM_Dependency
3400              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ManagesAccountOnSystem.CIM_SecurityServiceForSystem
3401              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AccessControlInformation.CIM_LogicalElement
3402              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_HostedACI.CIM_HostedDependency
3403              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AuthorizedUse.CIM_Dependency
3404              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AuthorizationSubject.CIM_Dependency
3405 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AuthorizationTarget.CIM_Dependency
3406              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PrivilegeManagementService.CIM_AuthorizationService
3407              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_StorageClientSettingData.CIM_SettingData
3408              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_StorageHardwareID.CIM_Identity
3409              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_GatewayPathID.CIM_StorageHardwareID
3410              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_StorageHardwareIDManagementService.CIM_AuthenticationService
3411              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ApplicationSystem.CIM_System
3412              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ApplicationSystemDirectory.#
3413              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SoftwareElement.CIM_LogicalElement
3414              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SoftwareFeature.CIM_LogicalElement
3415              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SoftwareFeatureSoftwareElements.CIM_Component
3416              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SoftwareElementComponent.CIM_Component
3417              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SoftwareFeatureComponent.CIM_Component
3418              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ProductSoftwareFeatures.#
3419              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ApplicationSystemSoftwareFeature.CIM_SystemComponent
3420              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SoftwareFeatureServiceImplementation.CIM_Dependency
3421              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SoftwareFeatureSAPImplementation.CIM_Dependency
3422              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_FRUIncludesSoftwareFeature.#
3423              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SoftwareElementServiceImplementation.CIM_Dependency
3424              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SoftwareElementSAPImplementation.CIM_Dependency
3425              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_InstalledProduct.CIM_Collection
3426 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_InstalledProductImage.#
3427              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_CollectedSoftwareElements.CIM_MemberOfCollection
3428              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_CollectedSoftwareFeatures.CIM_MemberOfCollection
3429              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Check.CIM_ManagedElement
3430              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DirectorySpecification.CIM_Check
3431              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ArchitectureCheck.CIM_Check
3432              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_MemoryCheck.CIM_Check
3433              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DiskSpaceCheck.CIM_Check
3434              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SwapSpaceCheck.CIM_Check
3435              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_OSVersionCheck.CIM_Check
3436              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SoftwareElementVersionCheck.CIM_Check
3437              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_FileSpecification.CIM_Check
3438              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_VersionCompatibilityCheck.CIM_Check
3439              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SettingCheck.CIM_Check
3440              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SoftwareElementChecks.#
3441              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DirectorySpecificationFile.#
3442              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Action.CIM_ManagedElement
3443              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DirectoryAction.CIM_Action
3444              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_CreateDirectoryAction.CIM_DirectoryAction
3445              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_RemoveDirectoryAction.CIM_DirectoryAction
3446              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_FileAction.CIM_Action
3447 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_CopyFileAction.CIM_FileAction
3448              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_RemoveFileAction.CIM_FileAction
3449              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_RebootAction.CIM_Action
3450              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ExecuteProgram.CIM_Action
3451              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ModifySettingAction.CIM_Action
3452              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ActionSequence.#
3453              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SoftwareElementActions.#
3454              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ToDirectorySpecification.#
3455              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_FromDirectorySpecification.#
3456              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ToDirectoryAction.#
3457              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_FromDirectoryAction.#
3458              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_InstalledSoftwareElement.#
3459              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_OperatingSystemSoftwareFeature.CIM_Component
3460              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DiagnosticTestSoftware.CIM_Dependency
3461              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_BIOSFeature.CIM_SoftwareFeature
3462              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_BIOSElement.CIM_SoftwareElement
3463              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_BIOSFeatureBIOSElements.CIM_SoftwareFeatureSoftwareElements
3464              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SystemBIOS.CIM_SystemComponent
3465              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_VideoBIOSFeature.CIM_SoftwareFeature
3466              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_VideoBIOSElement.CIM_SoftwareElement
3467              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_VideoBIOSFeatureVideoBIOSElements.CIM_SoftwareFeatureSoftwareElements
3468 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AGPSoftwareFeature.CIM_SoftwareFeature
3469              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ApplicationSystemDependency.CIM_Dependency
3470              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ApplicationSystemHierarchy.CIM_Component
3471              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_StatisticalRuntimeOverview.CIM_StatisticalData
3472              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AssociatedAppSystemOverviewStatistics.CIM_ElementStatisticalData
3473              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeManagedObjectCapabilities.CIM_Capabilities
3474              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeManagedObject.CIM_EnabledLogicalElement
3475              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeDomain.CIM_AdminDomain
3476              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeServer.CIM_ApplicationSystem
3477              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeServerInDomain.CIM_SystemComponent
3478              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeJVM.CIM_EnabledLogicalElement
3479              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeServerUsesJVM.CIM_Dependency
3480              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeDeployedObject.CIM_Service
3481              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeModule.CIM_J2eeDeployedObject
3482              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeApplication.CIM_ApplicationSystem
3483              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeApplicationModule.CIM_SystemComponent
3484              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeApplicationHostedOnServer.CIM_HostedDependency
3485              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeModuleUsesJVM.CIM_HostedDependency
3486              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeAppClientModule.CIM_J2eeModule
3487              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeEJBModule.CIM_J2eeModule
3488              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeEJB.CIM_Service
3489 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeMessageDrivenBean.CIM_J2eeEJB
3490              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeEntityBean.CIM_J2eeEJB
3491              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeSessionBean.CIM_J2eeEJB
3492              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeStatefulSessionBean.CIM_J2eeSessionBean
3493              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeStatelessSessionBean.CIM_J2eeSessionBean
3494              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeEJBInModule.CIM_ServiceComponent
3495              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeWebModule.CIM_J2eeModule
3496              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeServlet.CIM_Service
3497              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeServletInModule.CIM_ServiceComponent
3498              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeResourceAdapterModule.CIM_J2eeModule
3499              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeResourceAdapter.CIM_Service
3500              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeResourceAdapterInModule.CIM_ServiceComponent
3501              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeResource.CIM_SystemResource
3502              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeResourceOnServer.CIM_ResourceOfSystem
3503              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeJavaMailResource.CIM_J2eeResource
3504              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeJCAResource.CIM_J2eeResource
3505              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeJCAConnectionFactory.CIM_EnabledLogicalElement
3506              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeJDBCResource.CIM_J2eeResource
3507              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeJMSResource.CIM_J2eeResource
3508              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeJNDIResource.CIM_J2eeResource
3509              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeJTAResource.CIM_J2eeResource
3510 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeRMI_IIOPResource.CIM_J2eeResource
3511              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeURLResource.CIM_J2eeResource
3512              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeJCAManagedConnectionFactory.CIM_EnabledLogicalElement
3513              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeJDBCDataSource.CIM_EnabledLogicalElement
3514              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeJDBCDriver.CIM_EnabledLogicalElement
3515              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeJDBCResourceUsesDataSource.CIM_HostedDependency
3516              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeJDBCDataSourceDriver.CIM_HostedDependency
3517              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeConnectionFactoryAvailableToJCAResource.CIM_HostedDependency
3518              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeJCAConnectionFactoryManagedConnectionFactory.CIM_HostedDependency
3519              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeNotification.CIM_ProcessIndication
3520              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeStatistic.CIM_StatisticalData
3521              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeEJBStats.CIM_J2eeStatistic
3522              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeEntityBeanStats.CIM_J2eeEJBStats
3523              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeMessageDrivenBeanStats.CIM_J2eeEJBStats
3524              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeSessionBeanStats.CIM_J2eeEJBStats
3525              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeStatefulSessionBeanStats.CIM_J2eeSessionBeanStats
3526              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeStatelessSessionBeanStats.CIM_J2eeSessionBeanStats
3527              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeJavaMailStats.CIM_J2eeStatistic
3528              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeJCAStats.CIM_J2eeStatistic
3529              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeConnectionStats.CIM_J2eeStatistic
3530              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeConnectionPoolStats.CIM_J2eeConnectionStats
3531 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeJCANonpooledConnections.CIM_RelatedStatisticalData
3532              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeJCAConnectionPools.CIM_RelatedStatisticalData
3533              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeJDBCStats.CIM_J2eeStatistic
3534              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeJDBCNonpooledConnections.CIM_RelatedStatisticalData
3535              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeJDBCConnectionPools.CIM_RelatedStatisticalData
3536              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeJMSStats.CIM_J2eeStatistic
3537              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeJMSConnectionStats.CIM_J2eeStatistic
3538              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeJMSStatConnections.CIM_RelatedStatisticalData
3539              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeJMSSessionStats.CIM_J2eeStatistic
3540              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeJMSEndpointStats.CIM_J2eeStatistic
3541              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeJMSProducerStats.CIM_J2eeJMSEndpointStats
3542              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeJMSConsumerStats.CIM_J2eeJMSEndpointStats
3543              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeJMSConnectionSessions.CIM_RelatedStatisticalData
3544              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeJMSSessionProducers.CIM_RelatedStatisticalData
3545              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeJMSSessionConsumers.CIM_RelatedStatisticalData
3546              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeJTAStats.CIM_J2eeStatistic
3547              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeJVMStats.CIM_J2eeStatistic
3548              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeServletStats.CIM_J2eeStatistic
3549              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeURLStats.CIM_J2eeStatistic
3550              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_BaseMetricDefinition.CIM_ManagedElement
3551              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_BaseMetricValue.CIM_ManagedElement
3552 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_MetricInstance.CIM_Dependency
3553              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_MetricDefForME.CIM_Dependency
3554              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_MetricForME.CIM_Dependency
3555              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_UnitOfWorkDefinition.CIM_LogicalElement
3556              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_MetricDefinition.CIM_BaseMetricDefinition
3557              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_TraceLevelType.CIM_ManagedElement
3558              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_UoWMetricDefinition.CIM_Dependency
3559              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_UnitOfWork.CIM_ManagedElement
3560              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_UoWMetric.CIM_Dependency
3561              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_StartedUoW.CIM_Dependency
3562              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_LogicalElementUnitOfWorkDef.CIM_Dependency
3563              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SubUoWDef.CIM_Dependency
3564              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_LogicalElementPerformsUoW.CIM_Dependency
3565              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SubUoW.CIM_Dependency
3566              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_UoWDefTraceLevelType.#
3567              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Network.CIM_AdminDomain
3568              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AutonomousSystem.CIM_AdminDomain
3569              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_RoutersInAS.CIM_SystemComponent
3570              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_LogicalNetwork.CIM_CollectionOfMSEs
3571              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_NetworksInAdminDomain.#
3572              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_IPSubnet.CIM_LogicalNetwork
3573 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_LANSegment.CIM_LogicalNetwork
3574              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_IPXNetwork.CIM_LogicalNetwork
3575              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_InLogicalNetwork.CIM_CollectedMSEs
3576              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_RangeOfIPAddresses.CIM_SystemSpecificCollection
3577              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_IPAddressRange.CIM_CollectionOfMSEs
3578              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_NamedAddressCollection.CIM_SystemSpecificCollection
3579              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ConnectivityCollection.CIM_SystemSpecificCollection
3580              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_IPConnectivitySubnet.CIM_ConnectivityCollection
3581              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_LANConnectivitySegment.CIM_ConnectivityCollection
3582              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_IPXConnectivityNetwork.CIM_ConnectivityCollection
3583              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ConnectivityMembershipSettingData.CIM_SettingData
3584              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_LANEndpoint.CIM_ProtocolEndpoint
3585              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_InSegment.CIM_InLogicalNetwork
3586              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_BindsToLANEndpoint.CIM_BindsTo
3587              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_IPProtocolEndpoint.CIM_ProtocolEndpoint
3588              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_BGPProtocolEndpoint.CIM_ProtocolEndpoint
3589              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ASBGPEndpoints.CIM_SystemComponent
3590              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_IPXProtocolEndpoint.CIM_ProtocolEndpoint
3591              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_TCPProtocolEndpoint.CIM_ProtocolEndpoint
3592              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_UDPProtocolEndpoint.CIM_ProtocolEndpoint
3593              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_OSPFProtocolEndpointBase.CIM_ProtocolEndpoint
3594 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_OSPFProtocolEndpoint.CIM_OSPFProtocolEndpointBase
3595              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_OSPFVirtualInterface.CIM_OSPFProtocolEndpointBase
3596              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_EndpointIdentity.CIM_LogicalIdentity
3597              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SwitchPort.CIM_ProtocolEndpoint
3598              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_FilterEntryBase.CIM_LogicalElement
3599              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_FilterEntry.CIM_FilterEntryBase
3600              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_IPHeadersFilter.CIM_FilterEntryBase
3601              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Hdr8021Filter.CIM_FilterEntryBase
3602              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PreambleFilter.CIM_FilterEntryBase
3603              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_FilterList.CIM_LogicalElement
3604              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_FilterEntryInSystem.CIM_SystemComponent
3605              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_FilterListInSystem.CIM_SystemComponent
3606              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_HostedFilterEntryBase.CIM_HostedDependency
3607              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_HostedFilterList.CIM_HostedDependency
3608              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_EntriesInFilterList.CIM_Component
3609              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_X509CredentialFilterEntry.CIM_FilterEntryBase
3610              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_IPSOFilterEntry.CIM_FilterEntryBase
3611              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PeerIDPayloadFilterEntry.CIM_FilterEntryBase
3612              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_NetworkService.CIM_Service
3613              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_NetworkServicesInAdminDomain.CIM_HostedDependency
3614              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_LogicalNetworkService.#
3615 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ForwardingService.CIM_NetworkService
3616              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ForwardsAmong.CIM_ServiceSAPDependency
3617              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_HostedForwardingServices.CIM_HostedService
3618              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_RouteCalculationService.CIM_NetworkService
3619              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_CalculatesAmong.CIM_ServiceSAPDependency
3620              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_HostedRoutingServices.CIM_HostedService
3621              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_RoutingProtocolDomain.CIM_AdminDomain
3622              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_RoutingProtocolDomainInAS.CIM_ContainedDomain
3623              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_RoutingPolicy.CIM_LogicalElement
3624              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_HostedRoutingPolicy.CIM_HostedDependency
3625              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ListsInRoutingPolicy.CIM_Component
3626              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_NextHopRoute.CIM_ManagedElement
3627              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_HostedRoute.CIM_HostedDependency
3628              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_NextHopIPRoute.CIM_NextHopRoute
3629              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_RouteUsesEndpoint.CIM_Dependency
3630              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AssociatedNextHop.CIM_Dependency
3631              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_NextHopRouting.CIM_LogicalElement
3632              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_IPRoute.CIM_NextHopRouting
3633              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_RouteForwardedByService.CIM_Dependency
3634              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ForwardedRoutes.CIM_RouteForwardedByService
3635              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_CalculatedRoutes.CIM_Dependency
3636 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AdministrativeDistance.CIM_LogicalElement
3637              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_HostedAdminDistance.CIM_HostedDependency
3638              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_NetworkPipe.CIM_EnabledLogicalElement
3639              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_HostedNetworkPipe.CIM_HostedDependency
3640              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_EndpointOfNetworkPipe.CIM_Dependency
3641              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_NetworkPipeComposition.CIM_Component
3642              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_BufferPool.CIM_CollectionOfMSEs
3643              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_CollectedBufferPool.CIM_MemberOfCollection
3644              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SNMPService.CIM_Service
3645              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SNMPCommunityString.CIM_ServiceAccessPoint
3646              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SNMPTrapTarget.CIM_RemotePort
3647              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_TrapSourceForSNMPService.CIM_ServiceSAPDependency
3648              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_OSPFArea.CIM_RoutingProtocolDomain
3649              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_OSPFService.CIM_RouteCalculationService
3650              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_OSPFServiceCapabilities.CIM_Capabilities
3651              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_OSPFAreaConfiguration.CIM_LogicalElement
3652              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_OSPFLink.CIM_ConnectivityCollection
3653              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AreaOfConfiguration.CIM_Dependency
3654              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_OSPFServiceConfiguration.CIM_Dependency
3655              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_RangesOfConfiguration.CIM_Dependency
3656              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_EndpointInLink.CIM_MemberOfCollection
3657 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_EndpointInArea.CIM_Component
3658              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_BGPService.CIM_RouteCalculationService
3659              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_BGPAdminDistance.CIM_Dependency
3660              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_BGPCluster.CIM_CollectionOfMSEs
3661              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_RoutersInBGPCluster.CIM_CollectedMSEs
3662              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_BGPClustersInAS.#
3663              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Confederation.CIM_SystemComponent
3664              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_BGPIPRoute.CIM_IPRoute
3665              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_RoutesBGP.CIM_Dependency
3666              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_EGPRouteCalcDependency.CIM_ServiceServiceDependency
3667              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_BGPPeerGroup.CIM_CollectionOfMSEs
3668              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_HostedBGPPeerGroup.CIM_HostedDependency
3669              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_InBGPPeerGroup.CIM_CollectedMSEs
3670              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_BGPPeerGroupService.CIM_Dependency
3671              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ReflectorService.CIM_Dependency
3672              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ReflectorClientService.CIM_Dependency
3673              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ReflectorNonClientService.CIM_Dependency
3674              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_BGPRoutingPolicy.CIM_Dependency
3675              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_BGPAttributes.CIM_LogicalElement
3676              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_HostedBGPAttributes.CIM_HostedDependency
3677              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_FilteredBGPAttributes.CIM_Component
3678 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_BGPRouteMap.CIM_LogicalElement
3679              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_HostedBGPRouteMap.CIM_HostedDependency
3680              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_BGPRouteMapsInRoutingPolicy.CIM_Component
3681              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_BGPPeerUsesRouteMap.CIM_CollectedMSEs
3682              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_FilterListsInBGPRouteMap.CIM_Dependency
3683              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_BGPPathAttributes.CIM_LogicalElement
3684              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_BGPAttributesForRoute.CIM_Dependency
3685              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_BGPServiceAttributes.CIM_Component
3686              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_BGPEndpointStatistics.CIM_StatisticalData
3687              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_BGPStatistics.CIM_ServiceStatisticalInformation
3688              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_BGPServiceStatistics.CIM_ServiceStatistics
3689              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SwitchService.CIM_ForwardingService
3690              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SwitchesAmong.CIM_ForwardsAmong
3691              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Switchable.CIM_BindsToLANEndpoint
3692              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_TransparentBridgingService.CIM_ForwardingService
3693              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SwitchServiceTransparentBridging.CIM_ServiceComponent
3694              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SpanningTreeService.CIM_ForwardingService
3695              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SwitchServiceSpanningTree.CIM_ServiceComponent
3696              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SwitchPortSpanningTree.CIM_ServiceSAPDependency
3697              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DynamicForwardingEntry.CIM_LogicalElement
3698              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_TransparentBridgingDynamicForwarding.CIM_Dependency
3699 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SwitchPortDynamicForwarding.CIM_Dependency
3700              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_StaticForwardingEntry.CIM_LogicalElement
3701              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_TransparentBridgingStaticForwarding.CIM_Dependency
3702              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SwitchPortStaticForwarding.CIM_Dependency
3703              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SourceRoutingService.CIM_ForwardingService
3704              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SwitchServiceSourceRouting.CIM_ServiceComponent
3705              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SwitchPortPair.CIM_SAPSAPDependency
3706              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SwitchPortSourceRouting.CIM_ServiceSAPDependency
3707              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_RelatedSpanningTree.CIM_ServiceServiceDependency
3708              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_TransparentBridgingStatistics.CIM_ServiceStatisticalInformation
3709              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SpanningTreeStatistics.CIM_ServiceStatisticalInformation
3710              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SwitchPortStatistics.CIM_SAPStatisticalInformation
3711              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SwitchPortTransparentBridgingStatistics.CIM_SAPStatisticalInformation
3712              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SwitchPortSpanningTreeStatistics.CIM_SAPStatisticalInformation
3713              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SwitchPortSourceRoutingStatistics.CIM_SAPStatisticalInformation
3714              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_QoSService.CIM_Service
3715              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_QoSSubService.CIM_ServiceComponent
3716              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PrecedenceService.CIM_QoSService
3717              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DiffServService.CIM_QoSService
3718              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Hdr8021PService.CIM_QoSService
3719              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AFService.CIM_DiffServService
3720 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_FlowService.CIM_QoSService
3721              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_EFService.CIM_DiffServService
3722              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AFRelatedServices.#
3723              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ConditioningService.CIM_Service
3724              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_QoSConditioningSubService.CIM_ServiceComponent
3725              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ConditioningServiceOnEndpoint.CIM_Dependency
3726              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_IngressConditioningServiceOnEndpoint.CIM_ServiceSAPDependency
3727              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_EgressConditioningServiceOnEndpoint.CIM_ServiceSAPDependency
3728              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_NextService.#
3729              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ClassifierService.CIM_ConditioningService
3730              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ClassifierElement.CIM_ClassifierService
3731              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ClassifierElementInClassifierService.CIM_ServiceComponent
3732              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ClassifierElementUsesFilterList.CIM_Dependency
3733              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_NextServiceAfterClassifierElement.CIM_NextService
3734              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ClassifierFilterSet.CIM_Dependency
3735              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_MeterService.CIM_ConditioningService
3736              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AverageRateMeterService.CIM_MeterService
3737              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_EWMAMeterService.CIM_MeterService
3738              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_TokenBucketMeterService.CIM_MeterService
3739              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_NextServiceAfterMeter.#
3740              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_MarkerService.CIM_ConditioningService
3741 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PreambleMarkerService.CIM_MarkerService
3742              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ToSMarkerService.CIM_MarkerService
3743              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DSCPMarkerService.CIM_MarkerService
3744              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Priority8021QMarkerService.CIM_MarkerService
3745              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DropperService.CIM_ConditioningService
3746              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_REDDropperService.CIM_DropperService
3747              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_WeightedREDDropperService.CIM_DropperService
3748              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_HeadTailDropper.CIM_DropperService
3749              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_QueuingService.CIM_ConditioningService
3750              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DropThresholdCalculationService.CIM_Service
3751              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_QueueHierarchy.CIM_ServiceServiceDependency
3752              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_CalculationServiceForDropper.CIM_ServiceServiceDependency
3753              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_CalculationBasedOnQueue.CIM_ServiceServiceDependency
3754              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_HeadTailDropQueueBinding.CIM_Dependency
3755              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_QueueAllocation.CIM_Dependency
3756              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PacketSchedulingService.CIM_ConditioningService
3757              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_NextScheduler.CIM_NextService
3758              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SchedulerUsed.CIM_ServiceServiceDependency
3759              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_NonWorkConservingSchedulingService.CIM_PacketSchedulingService
3760              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_FailNextScheduler.CIM_NextScheduler
3761              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SchedulingElement.CIM_ManagedElement
3762 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AllocationSchedulingElement.CIM_SchedulingElement
3763              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_WRRSchedulingElement.CIM_SchedulingElement
3764              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PrioritySchedulingElement.CIM_SchedulingElement
3765              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_QueueToSchedule.#
3766              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_BoundedPrioritySchedulingElement.CIM_PrioritySchedulingElement
3767              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SchedulingServiceToSchedule.#
3768              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ElementInSchedulingService.CIM_Component
3769              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SecurityAssociationEndpoint.CIM_ProtocolEndpoint
3770              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_FilterOfSecurityAssociation.CIM_Dependency
3771              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SAEndpointConnectionStatistics.CIM_StatisticalData
3772              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SAEndpointRefreshSettings.CIM_SettingData
3773              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_IPsecSAEndpoint.CIM_SecurityAssociationEndpoint
3774              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PeerOfSAEndpoint.CIM_Dependency
3775              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_IKESAEndpoint.CIM_SecurityAssociationEndpoint
3776              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Phase1SAUsedForPhase2.CIM_Dependency
3777              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SATransform.CIM_ScopedSettingData
3778              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_TransformOfSecurityAssociation.CIM_ElementSettingData
3779              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AHTransform.CIM_SATransform
3780              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ESPTransform.CIM_SATransform
3781              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_IPCOMPTransform.CIM_SATransform
3782              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_VLAN.CIM_ServiceAccessPoint
3783 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_InboundVLAN.CIM_SAPSAPDependency
3784              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_OutboundVLAN.CIM_SAPSAPDependency
3785              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_VLANService.CIM_Service
3786              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Specific802dot1QVLANService.CIM_VLANService
3787              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_VLANFor.CIM_ServiceSAPDependency
3788              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SwitchServiceVLAN.CIM_ServiceComponent
3789              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_RelatedTransparentBridgingService.CIM_ServiceSAPDependency
3790              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DatabaseSystem.CIM_ApplicationSystem
3791              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_CommonDatabase.CIM_EnabledLogicalElement
3792              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AssociatedDatabaseSystem.CIM_Dependency
3793              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DatabaseAdministrator.CIM_Dependency
3794              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DatabaseService.CIM_Service
3795              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ServiceAvailableToDatabase.CIM_ServiceAvailableToElement
3796              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DatabaseParameter.CIM_ScopedSettingData
3797              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SNMPDatabaseParameter.CIM_DatabaseParameter
3798              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DatabaseSegment.CIM_StorageExtent
3799              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DatabaseStorageArea.CIM_FileSystem
3800              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DatabaseFile.CIM_Component
3801              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DatabaseStorage.CIM_Component
3802              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DatabaseSegmentSettingData.CIM_ScopedSettingData
3803              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DatabaseControlFile.CIM_HostedDependency
3804 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_CommonDatabaseSettingData.CIM_SettingData
3805              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_CommonDatabaseCapabilities.CIM_Capabilities
3806              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DatabaseServiceStatistics.CIM_StatisticalData
3807              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_CommonDatabaseStatistics.CIM_StatisticalData
3808              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DatabaseResourceStatistics.CIM_StatisticalData
3809              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DeviceConnection.CIM_Dependency
3810              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DeviceIdentity.CIM_LogicalIdentity
3811              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PackageDependency.CIM_Dependency
3812              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DeviceSoftware.CIM_Dependency
3813              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DeviceErrorCounts.CIM_StatisticalInformation
3814              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ErrorCountersForDevice.CIM_Statistics
3815              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DeviceErrorData.CIM_StatisticalData
3816              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_CoolingDevice.CIM_LogicalDevice
3817              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Refrigeration.CIM_CoolingDevice
3818              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_HeatPipe.CIM_CoolingDevice
3819              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Fan.CIM_CoolingDevice
3820              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AssociatedCooling.CIM_Dependency
3821              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Battery.CIM_LogicalDevice
3822              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AssociatedBattery.CIM_Dependency
3823              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PowerSupply.CIM_LogicalDevice
3824              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SuppliesPower.CIM_Dependency
3825 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_UninterruptiblePowerSupply.CIM_PowerSupply
3826              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PackageCooling.CIM_PackageDependency
3827              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Watchdog.CIM_LogicalDevice
3828              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Processor.CIM_LogicalDevice
3829              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ComputerSystemProcessor.CIM_SystemDevice
3830              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Controller.CIM_LogicalDevice
3831              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ControlledBy.CIM_DeviceConnection
3832              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ESCONController.CIM_Controller
3833              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_IDEController.CIM_Controller
3834              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_InfraredController.CIM_Controller
3835              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ManagementController.CIM_Controller
3836              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ParallelController.CIM_Controller
3837              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PCMCIAController.CIM_Controller
3838              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SCSIController.CIM_Controller
3839              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SCSIInterface.CIM_ControlledBy
3840              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SerialController.CIM_Controller
3841              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SerialInterface.CIM_ControlledBy
3842              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SSAController.CIM_Controller
3843              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_USBController.CIM_Controller
3844              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_VideoController.CIM_Controller
3845              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PCVideoController.CIM_VideoController
3846 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AGPVideoController.CIM_VideoController
3847              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_VideoControllerResolution.CIM_Setting
3848              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_VideoSetting.CIM_ElementSetting
3849              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PCIController.CIM_Controller
3850              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PCIDevice.CIM_PCIController
3851              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PCIBridge.CIM_PCIController
3852              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PortController.CIM_Controller
3853              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_LogicalPort.CIM_LogicalDevice
3854              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PortOnDevice.CIM_HostedDependency
3855              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_LogicalPortGroup.CIM_SystemSpecificCollection
3856              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_NetworkPort.CIM_LogicalPort
3857              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_EthernetPort.CIM_NetworkPort
3858              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_TokenRingPort.CIM_NetworkPort
3859              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_OOBAlertServiceOnNetworkPort.CIM_DeviceServiceImplementation
3860              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_WakeUpServiceOnNetworkPort.CIM_DeviceServiceImplementation
3861              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PortImplementsEndpoint.CIM_DeviceSAPImplementation
3862              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_NetworkPortStatistics.CIM_StatisticalData
3863              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_EthernetPortStatistics.CIM_NetworkPortStatistics
3864              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_TokenRingPortStatistics.CIM_NetworkPortStatistics
3865              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_LogicalModule.CIM_LogicalDevice
3866              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ModulePort.CIM_Component
3867 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PortActiveConnection.CIM_Dependency
3868              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ProtocolController.CIM_LogicalDevice
3869              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SCSIProtocolController.CIM_ProtocolController
3870              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ProtocolControllerForDevice.CIM_Dependency
3871              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AssociatedProtocolController.CIM_ProtocolControllerForDevice
3872              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ProtocolControllerForPort.CIM_ProtocolControllerForDevice
3873              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ProtocolControllerForUnit.CIM_ProtocolControllerForDevice
3874              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ProtocolControllerAccessesUnit.CIM_ProtocolControllerForDevice
3875              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ControllerConfigurationService.CIM_Service
3876              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ProtocolControllerMaskingCapabilities.CIM_Capabilities
3877              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_NetworkAdapter.CIM_LogicalDevice
3878              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_EthernetAdapter.CIM_NetworkAdapter
3879              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_TokenRingAdapter.CIM_NetworkAdapter
3880              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_OOBAlertServiceOnNetworkAdapter.CIM_DeviceServiceImplementation
3881              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_WakeUpServiceOnNetworkAdapter.CIM_DeviceServiceImplementation
3882              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_NetworkAdapterRedundancyComponent.CIM_RedundancyComponent
3883              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_NetworkVirtualAdapter.CIM_LogicalIdentity
3884              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AdapterActiveConnection.CIM_Dependency
3885              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_FibreChannelAdapter.CIM_NetworkAdapter
3886              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_FibrePort.CIM_LogicalPort
3887              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_FibrePortOnFCAdapter.CIM_PortOnDevice
3888 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_FibrePortActiveLogin.#
3889              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_FCAdapterEventCounters.CIM_DeviceStatisticalInformation
3890              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_FibrePortEventCounters.CIM_DeviceStatisticalInformation
3891              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_FCPort.CIM_NetworkPort
3892              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ZoneSet.CIM_ConnectivityCollection
3893              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Zone.CIM_ConnectivityCollection
3894              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ZoneMembershipSettingData.CIM_ConnectivityMembershipSettingData
3895              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ZoneService.CIM_Service
3896              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_FibreProtocolService.CIM_Service
3897              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_FCPortStatistics.CIM_NetworkPortStatistics
3898              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_FCPortRateStatistics.CIM_StatisticalData
3899              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ZoneCapabilities.CIM_Capabilities
3900              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_IBSubnetManager.CIM_Service
3901              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_MediaAccessDevice.CIM_LogicalDevice
3902              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DiskDrive.CIM_MediaAccessDevice
3903              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DisketteDrive.CIM_MediaAccessDevice
3904              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_CDROMDrive.CIM_MediaAccessDevice
3905              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DVDDrive.CIM_MediaAccessDevice
3906              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_WORMDrive.CIM_MediaAccessDevice
3907              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_MagnetoOpticalDrive.CIM_MediaAccessDevice
3908              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_TapeDrive.CIM_MediaAccessDevice
3909 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_MediaAccessStatInfo.CIM_DeviceStatisticalInformation
3910              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_MediaAccessStatData.CIM_StatisticalData
3911              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_MediaPresent.CIM_Dependency
3912              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_RealizesExtent.CIM_Realizes
3913              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_RealizedOnSide.CIM_RealizesExtent
3914              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_StorageVolume.CIM_StorageExtent
3915              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_MediaPartition.CIM_StorageExtent
3916              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DiskPartition.CIM_MediaPartition
3917              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DiskPartitionBasedOnVolume.CIM_BasedOn
3918              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_RealizesDiskPartition.CIM_RealizesExtent
3919              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_TapePartition.CIM_MediaPartition
3920              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_TapePartitionOnSurface.CIM_BasedOn
3921              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_RealizesTapePartition.CIM_RealizesExtent
3922              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_LogicalDisk.CIM_StorageExtent
3923              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_LogicalDiskBasedOnExtent.CIM_BasedOn
3924              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_LogicalDiskBasedOnVolume.CIM_LogicalDiskBasedOnExtent
3925              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_LogicalDiskBasedOnPartition.CIM_LogicalDiskBasedOnExtent
3926              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ProtectedExtentBasedOn.CIM_BasedOn
3927              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_CompositeExtent.CIM_StorageExtent
3928              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_CompositeExtentBasedOn.CIM_BasedOn
3929              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_StorageError.CIM_ManagedElement
3930 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_StorageDefect.#
3931              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PhysicalExtent.CIM_StorageExtent
3932              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ProtectedSpaceExtent.CIM_StorageExtent
3933              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PSExtentBasedOnPExtent.CIM_BasedOn
3934              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_VolumeSet.CIM_StorageVolume
3935              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_VolumeSetBasedOnPSExtent.CIM_BasedOn
3936              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_LogicalDiskBasedOnVolumeSet.CIM_LogicalDiskBasedOnVolume
3937              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AggregatePExtent.CIM_StorageExtent
3938              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AggregatePSExtent.CIM_StorageExtent
3939              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AggregatePSExtentBasedOnPExtent.CIM_BasedOn
3940              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AggregatePSExtentBasedOnAggregatePExtent.CIM_BasedOn
3941              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PExtentRedundancyComponent.CIM_ExtentRedundancyComponent
3942              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AggregateRedundancyComponent.CIM_ExtentRedundancyComponent
3943              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_RealizesPExtent.CIM_RealizesExtent
3944              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_RealizesAggregatePExtent.CIM_RealizesExtent
3945              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Snapshot.CIM_StorageExtent
3946              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SnapshotOfExtent.CIM_Dependency
3947              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_StorageSynchronized.CIM_Synchronized
3948              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_StorageSetting.CIM_SettingData
3949              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_StoragePool.CIM_LogicalElement
3950              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_StorageCapabilities.CIM_Capabilities
3951 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_StorageConfigurationService.CIM_Service
3952              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_StorageConfigurationCapabilities.CIM_Capabilities
3953              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_StorageSettingWithHints.CIM_StorageSetting
3954              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AllocatedFromStoragePool.CIM_Dependency
3955              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_HostedStoragePool.CIM_SystemComponent
3956              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ConfigurationReportingService.CIM_Service
3957              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_StorageLibrary.CIM_System
3958              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_LibraryPackage.CIM_SystemPackaging
3959              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_MediaTransferDevice.CIM_LogicalDevice
3960              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DeviceServicesLocation.CIM_Dependency
3961              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PickerElement.CIM_MediaTransferDevice
3962              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ChangerDevice.CIM_MediaTransferDevice
3963              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PickerForChanger.CIM_Dependency
3964              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_LimitedAccessPort.CIM_MediaTransferDevice
3965              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_InterLibraryPort.CIM_MediaTransferDevice
3966              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_LibraryExchange.CIM_Dependency
3967              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_LabelReader.CIM_LogicalDevice
3968              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AssociatedLabelReader.CIM_Dependency
3969              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PickerLabelReader.CIM_AssociatedLabelReader
3970              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AccessLabelReader.CIM_AssociatedLabelReader
3971              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_LabelReaderStatInfo.CIM_DeviceStatisticalInformation
3972 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PickerStatInfo.CIM_DeviceStatisticalInformation
3973              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_LabelReaderStatData.CIM_StatisticalData
3974              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PickerStatData.CIM_StatisticalData
3975              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_UserDevice.CIM_LogicalDevice
3976              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PointingDevice.CIM_UserDevice
3977              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Keyboard.CIM_UserDevice
3978              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Display.CIM_UserDevice
3979              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DesktopMonitor.CIM_Display
3980              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_FlatPanel.CIM_Display
3981              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Scanner.CIM_LogicalDevice
3982              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Door.CIM_LogicalDevice
3983              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DoorAccessToPhysicalElement.CIM_Dependency
3984              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DoorAccessToDevice.CIM_Dependency
3985              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_MonitorResolution.CIM_Setting
3986              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_MonitorSetting.CIM_ElementSetting
3987              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Memory.CIM_StorageExtent
3988              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AssociatedMemory.CIM_Dependency
3989              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_MemoryError.CIM_StorageError
3990              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ComputerSystemMemory.CIM_SystemDevice
3991              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AssociatedProcessorMemory.CIM_AssociatedMemory
3992              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AssociatedCacheMemory.CIM_AssociatedMemory
3993 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_NonVolatileStorage.CIM_Memory
3994              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_BIOSLoadedInNV.CIM_Dependency
3995              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_VolatileStorage.CIM_Memory
3996              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_CacheMemory.CIM_Memory
3997              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Modem.CIM_LogicalDevice
3998              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ConnectionBasedModem.CIM_Modem
3999              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DSLModem.CIM_ConnectionBasedModem
4000              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ADSLModem.CIM_DSLModem
4001              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_CableModem.CIM_ConnectionBasedModem
4002              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_HDSLModem.CIM_DSLModem
4003              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SDSLModem.CIM_DSLModem
4004              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_VDSLModem.CIM_DSLModem
4005              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_CallBasedModem.CIM_Modem
4006              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ISDNModem.CIM_CallBasedModem
4007              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_POTSModem.CIM_CallBasedModem
4008              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Unimodem.CIM_POTSModem
4009              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_OOBAlertServiceOnModem.CIM_DeviceServiceImplementation
4010              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_WakeUpServiceOnModem.CIM_DeviceServiceImplementation
4011              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Printer.CIM_LogicalDevice
4012              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PrintQueue.CIM_JobDestination
4013              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PrintJob.CIM_Job
4014 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PrintSAP.CIM_ServiceAccessPoint
4015              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PrintService.CIM_Service
4016              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PrinterServicingQueue.CIM_Dependency
4017              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PrinterServicingJob.CIM_Dependency
4018              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PrintJobFile.CIM_Component
4019              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_QueueForPrintService.CIM_Dependency
4020              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_QueueForwardsToPrintSAP.CIM_Dependency
4021              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_OwningPrintQueue.CIM_JobDestinationJobs
4022              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Sensor.CIM_LogicalDevice
4023              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AssociatedSensor.CIM_Dependency
4024              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_BinarySensor.CIM_Sensor
4025              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_MultiStateSensor.CIM_Sensor
4026              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_CollectionOfSensors.CIM_Component
4027              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_NumericSensor.CIM_Sensor
4028              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DiscreteSensor.CIM_Sensor
4029              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_TemperatureSensor.CIM_NumericSensor
4030              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_CurrentSensor.CIM_NumericSensor
4031              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_VoltageSensor.CIM_NumericSensor
4032              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Tachometer.CIM_NumericSensor
4033              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AssociatedSupplyVoltageSensor.CIM_AssociatedSensor
4034              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AssociatedSupplyCurrentSensor.CIM_AssociatedSensor
4035 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PackageTempSensor.CIM_PackageDependency
4036              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AlarmDevice.CIM_LogicalDevice
4037              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AssociatedAlarm.CIM_Dependency
4038              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PackageAlarm.CIM_PackageDependency
4039              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_USBDevice.CIM_LogicalDevice
4040              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_USBHub.CIM_USBDevice
4041              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_USBPort.CIM_LogicalPort
4042              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_USBPortOnHub.CIM_PortOnDevice
4043              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_USBControllerHasHub.CIM_ControlledBy
4044              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_USBConnection.CIM_DeviceConnection
4045              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DiskGroup.CIM_CollectionOfMSEs
4046              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DriveInDiskGroup.CIM_CollectedMSEs
4047              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ExtentInDiskGroup.CIM_CollectedMSEs
4048              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_GroupInDiskGroup.CIM_CollectedCollections
4049              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Policy.CIM_ManagedElement
4050              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PolicySet.CIM_Policy
4051              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PolicyGroup.CIM_PolicySet
4052              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PolicyRule.CIM_PolicySet
4053              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AuthenticationRule.CIM_PolicyRule
4054              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ReusablePolicyContainer.CIM_AdminDomain
4055              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PolicyRepository.CIM_AdminDomain
4056 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PolicyCondition.CIM_Policy
4057              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PolicyTimePeriodCondition.CIM_PolicyCondition
4058              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_CompoundPolicyCondition.CIM_PolicyCondition
4059              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AuthenticationCondition.CIM_PolicyCondition
4060              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SharedSecretAuthentication.CIM_AuthenticationCondition
4061              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AccountAuthentication.CIM_AuthenticationCondition
4062              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_BiometricAuthentication.CIM_AuthenticationCondition
4063              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_NetworkingIDAuthentication.CIM_AuthenticationCondition
4064              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PublicPrivateKeyAuthentication.CIM_AuthenticationCondition
4065              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_KerberosAuthentication.CIM_AuthenticationCondition
4066              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DocumentAuthentication.CIM_AuthenticationCondition
4067              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PhysicalCredentialAuthentication.CIM_AuthenticationCondition
4068              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_VendorPolicyCondition.CIM_PolicyCondition
4069              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PacketFilterCondition.CIM_PolicyCondition
4070              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PolicyAction.CIM_Policy
4071              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_VendorPolicyAction.CIM_PolicyAction
4072              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_CompoundPolicyAction.CIM_PolicyAction
4073              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_NetworkPacketAction.CIM_PolicyAction
4074              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_RejectConnectionAction.CIM_PolicyAction
4075              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PolicyRoleCollection.CIM_SystemSpecificCollection
4076              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PolicyComponent.CIM_Component
4077 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PolicyInSystem.CIM_HostedDependency
4078              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PolicySetInSystem.CIM_PolicyInSystem
4079              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PolicyGroupInSystem.CIM_PolicySetInSystem
4080              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PolicyRuleInSystem.CIM_PolicySetInSystem
4081              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PolicySetComponent.CIM_PolicyComponent
4082              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PolicyGroupInPolicyGroup.CIM_PolicyComponent
4083              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PolicyRuleInPolicyGroup.CIM_PolicyComponent
4084              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PolicySetValidityPeriod.CIM_PolicyComponent
4085              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PolicyRuleValidityPeriod.CIM_PolicyComponent
4086              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PolicyConditionStructure.CIM_PolicyComponent
4087              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PolicyConditionInPolicyRule.CIM_PolicyConditionStructure
4088              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PolicyConditionInPolicyCondition.CIM_PolicyConditionStructure
4089              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PolicyActionStructure.CIM_PolicyComponent
4090              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PolicyActionInPolicyRule.CIM_PolicyActionStructure
4091              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PolicyActionInPolicyAction.CIM_PolicyActionStructure
4092              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PolicyContainerInPolicyContainer.CIM_SystemComponent
4093              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PolicyRepositoryInPolicyRepository.CIM_SystemComponent
4094              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ReusablePolicy.CIM_PolicyInSystem
4095              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ElementInPolicyRoleCollection.CIM_MemberOfCollection
4096              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PolicyRoleCollectionInSystem.CIM_HostedCollection
4097              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PolicyConditionInPolicyRepository.CIM_PolicyInSystem
4098 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PolicyActionInPolicyRepository.CIM_PolicyInSystem
4099              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PolicySetInRoleCollection.CIM_MemberOfCollection
4100              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PolicySetAppliesToElement.#
4101              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_FilterOfPacketCondition.CIM_Dependency
4102              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AcceptCredentialFrom.CIM_Dependency
4103              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SARule.CIM_PolicyRule
4104              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_RuleThatGeneratedSA.CIM_Dependency
4105              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_IKERule.CIM_SARule
4106              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_IPsecRule.CIM_SARule
4107              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_IPsecPolicyForSystem.CIM_Dependency
4108              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_IPsecPolicyForEndpoint.CIM_Dependency
4109              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PacketConditionInSARule.CIM_PolicyConditionInPolicyRule
4110              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SAAction.CIM_PolicyAction
4111              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SAStaticAction.CIM_SAAction
4112              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PreconfiguredSAAction.CIM_SAStaticAction
4113              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_TransformOfPreconfiguredAction.CIM_Dependency
4114              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PreconfiguredTransportAction.CIM_PreconfiguredSAAction
4115              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PreconfiguredTunnelAction.CIM_PreconfiguredSAAction
4116              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PeerGatewayForPreconfiguredTunnel.CIM_Dependency
4117              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SANegotiationAction.CIM_SAAction
4118              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_IKEAction.CIM_SANegotiationAction
4119 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_IPsecAction.CIM_SANegotiationAction
4120              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_IPsecTransportAction.CIM_IPsecAction
4121              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_IPsecTunnelAction.CIM_IPsecAction
4122              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PeerGatewayForTunnel.CIM_Dependency
4123              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SAProposal.CIM_ScopedSettingData
4124              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ContainedProposal.CIM_Component
4125              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_IKEProposal.CIM_SAProposal
4126              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_IPsecProposal.CIM_SAProposal
4127              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ContainedTransform.CIM_Component
4128              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_ExchangeElement.CIM_ManagedElement
4129              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_Solution.PRS_ExchangeElement
4130              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_SolutionElement.PRS_ExchangeElement
4131              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_Reference.PRS_SolutionElement
4132              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_Problem.PRS_SolutionElement
4133              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_Resolution.PRS_SolutionElement
4134              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_SolutionHasElement.CIM_Dependency
4135              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_SolutionReference.PRS_SolutionHasElement
4136              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_SolutionProblem.PRS_SolutionHasElement
4137              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_SolutionResolution.PRS_SolutionHasElement
4138              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_Category.PRS_ExchangeElement
4139              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_SolutionCategory.CIM_Dependency
4140 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_Categorization.CIM_Dependency
4141              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_CategoryParentChild.CIM_HostedDependency
4142              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_ExpressionElement.PRS_ExchangeElement
4143              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_Expression.PRS_ExpressionElement
4144              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_Product.PRS_ExpressionElement
4145              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_Statement.PRS_ExpressionElement
4146              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_Feature.PRS_ExchangeElement
4147              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_Resource.PRS_ExchangeElement
4148              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_ExpressionLink.CIM_HostedDependency
4149              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_ProductParentChild.CIM_Dependency
4150              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_ProductComponent.CIM_Dependency
4151              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_ProductAsset.CIM_Dependency
4152              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_StatementFeature.CIM_Dependency
4153              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_FeatureResource.CIM_Dependency
4154              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_ResolutionResource.CIM_Dependency
4155              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_SolutionExpression.CIM_Dependency
4156              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_Administrative.PRS_ExchangeElement
4157              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_AdminAssociation.CIM_Dependency
4158              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_Revision.PRS_ExchangeElement
4159              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_AdministrativeRevision.CIM_HostedDependency
4160              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_Contact.PRS_ExchangeElement
4161 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_ContactItem.PRS_ExchangeElement
4162              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_AdministrativeContact.CIM_Dependency
4163              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_RevisionContact.CIM_Dependency
4164              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_Organization.PRS_ContactItem
4165              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_Person.PRS_ContactItem
4166              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_ContactContactItem.CIM_Dependency
4167              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_ContactOrganization.PRS_ContactContactItem
4168              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_ContactPerson.PRS_ContactContactItem
4169              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_Address.PRS_ExchangeElement
4170              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_ContactItemAddress.CIM_Dependency
4171              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_Location.PRS_ExchangeElement
4172              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_AddressLocation.CIM_Dependency
4173              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_Attachment.PRS_ExchangeElement
4174              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_Attached.CIM_Dependency
4175              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_ServiceIncident.PRS_ExchangeElement
4176              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_ServiceRequester.CIM_Dependency
4177              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_ServiceProvider.CIM_Dependency
4178              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_ServiceProblem.CIM_Dependency
4179              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_ServiceResolutionSolution.CIM_Dependency
4180              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_Activity.PRS_ExchangeElement
4181              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_Agreement.PRS_ExchangeElement
4182 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_ServiceAgreement.CIM_Dependency
4183              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_Transaction.PRS_ExchangeElement
4184              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_SISService.CIM_Service
4185              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_ServiceActivity.CIM_Dependency
4186              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_ActivityContact.CIM_Dependency
4187              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_ActivityResource.CIM_Dependency
4188              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_ActivityTransaction.CIM_Dependency
4189              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PG_OperatingSystem.CIM_OperatingSystem
4190              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PG_ComputerSystem.CIM_UnitaryComputerSystem
4191              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PG_UnixProcess.CIM_Process
4192              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PG_UnixProcessStatisticalInformation.CIM_StatisticalInformation
4193              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PG_UnixProcessStatistics.CIM_Statistics
4194              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PG_UnixThread.CIM_Thread
4195              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PG_Processor.CIM_Processor
4196              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PG_BindsIPToLANEndpoint.CIM_BindsToLANEndpoint
4197              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PG_IPRoute.CIM_IPRoute
4198              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/Abstract
4199              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/Aggregate
4200              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/Aggregation
4201              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/Alias
4202              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/ArrayType
4203 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/ASSOCIATION
4204              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/BitMap
4205              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/BitValues
4206              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/Composition
4207              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/Counter
4208              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/Delete
4209              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/Deprecated
4210              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/Description
4211              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/DisplayName
4212              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/DN
4213              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/EmbeddedObject
4214              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/Exception
4215              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/Expensive
4216              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/Experimental
4217              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/Gauge
4218              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/Ifdeleted
4219              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/In
4220              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/INDICATION
4221              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/Invisible
4222              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/Key
4223              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/Large
4224 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/MappingStrings
4225              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/Max
4226              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/MaxLen
4227              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/MaxValue
4228              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/Min
4229              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/MinLen
4230              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/MinValue
4231              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/ModelCorrespondence
4232              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/Nonlocal
4233              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/NonlocalType
4234              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/NullValue
4235              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/Octetstring
4236              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/Out
4237              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/Override
4238              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/Propagated
4239              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/PropertyUsage
4240              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/Provider
4241              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/Read
4242              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/Required
4243              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/Revision
4244              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/CLASS
4245 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/Source
4246              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/SourceType
4247              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/Static
4248              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/Syntax
4249              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/SyntaxType
4250              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/Terminal
4251              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/TriggerType
4252              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/Units
4253              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/UnknownValues
4254              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/UnsupportedValues
4255              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/ValueMap
4256              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/Values
4257              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/Version
4258              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/Weak
4259              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/Write
4260              
4261              %config %attr(-,root,root) %PEGASUS_VARDATA_DIR/%PEGASUS_PLANNED_CONFIG_FILE
4262              %config %attr(-,root,root) /etc/init.d/tog-pegasus
4263              %config %attr(-,root,root) %PAM_CONF/wbem
4264              %attr(-,root,root) %PEGASUS_CONFIG_DIR/ssl.orig
4265              %attr(-,root,root) %PEGASUS_SBIN_DIR/cimauth
4266 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_SBIN_DIR/cimserver
4267              %attr(-,root,root) %PEGASUS_SBIN_DIR/cimservera
4268              %attr(-,root,root) %PEGASUS_SBIN_DIR/cimuser
4269              %attr(-,root,root) %PEGASUS_SBIN_DIR/cimconfig
4270              %attr(-,root,root) %PEGASUS_SBIN_DIR/init_repository
4271              %attr(-,root,root) %PEGASUS_BIN_DIR/cimmof
4272              %attr(-,root,root) %PEGASUS_BIN_DIR/cimmofl
4273              %attr(-,root,root) %PEGASUS_BIN_DIR/cimprovider
4274              %attr(-,root,root) %PEGASUS_BIN_DIR/osinfo
4275              %attr(-,root,root) %PEGASUS_BIN_DIR/wbemexec
4276              %attr(-,root,root) %PEGASUS_DEST_LIB_DIR/libCIMxmlIndicationHandler.so.1
4277              %attr(-,root,root) %PEGASUS_DEST_LIB_DIR/libConfigSettingProvider.so.1
4278              %attr(-,root,root) %PEGASUS_DEST_LIB_DIR/libNamespaceProvider.so.1
4279              %attr(-,root,root) %PEGASUS_DEST_LIB_DIR/libProviderRegistrationProvider.so.1
4280              %attr(-,root,root) %PEGASUS_DEST_LIB_DIR/libUserAuthProvider.so.1
4281              %attr(-,root,root) %PEGASUS_DEST_LIB_DIR/libpegauthentication.so.1
4282              %attr(-,root,root) %PEGASUS_DEST_LIB_DIR/libpegclient.so.1
4283              %attr(-,root,root) %PEGASUS_DEST_LIB_DIR/libpegcliutils.so.1
4284              %attr(-,root,root) %PEGASUS_DEST_LIB_DIR/libpegcommon.so.1
4285              %attr(-,root,root) %PEGASUS_DEST_LIB_DIR/libpegcompiler.so.1
4286              %attr(-,root,root) %PEGASUS_DEST_LIB_DIR/libpegconfig.so.1
4287 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_DEST_LIB_DIR/libpegexportclient.so.1
4288              %attr(-,root,root) %PEGASUS_DEST_LIB_DIR/libpegexportserver.so.1
4289              %attr(-,root,root) %PEGASUS_DEST_LIB_DIR/libpeggetoopt.so.1
4290              %attr(-,root,root) %PEGASUS_DEST_LIB_DIR/libpeghandlerservice.so.1
4291              %attr(-,root,root) %PEGASUS_DEST_LIB_DIR/libpegindicationservice.so.1
4292              %attr(-,root,root) %PEGASUS_DEST_LIB_DIR/libpeglistener.so.1
4293              %attr(-,root,root) %PEGASUS_DEST_LIB_DIR/libpegprm.so.1
4294              %attr(-,root,root) %PEGASUS_DEST_LIB_DIR/libpegprovidermanager.so.1
4295              %attr(-,root,root) %PEGASUS_DEST_LIB_DIR/libpegprovider.so.1
4296              %attr(-,root,root) %PEGASUS_DEST_LIB_DIR/libpegrepository.so.1
4297              %attr(-,root,root) %PEGASUS_DEST_LIB_DIR/libpegserver.so.1
4298              %attr(-,root,root) %PEGASUS_DEST_LIB_DIR/libpeguser.so.1
4299              %attr(-,root,root) %PEGASUS_DEST_LIB_DIR/libpegwql.so.1
4300              %attr(-,root,root) %PEGASUS_DEST_LIB_DIR/libCMPIProviderManager.so.1
4301              %attr(-,root,root) %PEGASUS_DEST_LIB_DIR/libcmpiCppImpl.so.1
4302              %attr(-,root,root) %PEGASUS_DEST_LIB_DIR/libDefaultProviderManager.so.1
4303              %attr(-,root,root) %PEGASUS_PROVIDER_LIB_DIR/libComputerSystemProvider.so.1
4304              %attr(-,root,root) %PEGASUS_PROVIDER_LIB_DIR/libOSProvider.so.1
4305              %attr(-,root,root) %PEGASUS_PROVIDER_LIB_DIR/libProcessProvider.so.1
4306              
4307              
4308 w.otsuka 1.1 %files sdk
4309              %defattr(0444,root,root)
4310              %attr(-,root,root) %PEGASUS_INCLUDE_DEST_PATH/Pegasus/Client/CIMClientException.h
4311              %attr(-,root,root) %PEGASUS_INCLUDE_DEST_PATH/Pegasus/Client/CIMClient.h
4312              %attr(-,root,root) %PEGASUS_INCLUDE_DEST_PATH/Pegasus/Client/Linkage.h
4313              %attr(-,root,root) %PEGASUS_INCLUDE_DEST_PATH/Pegasus/Common/AcceptLanguages.h
4314              %attr(-,root,root) %PEGASUS_INCLUDE_DEST_PATH/Pegasus/Common/AcceptLanguageElement.h
4315              %attr(-,root,root) %PEGASUS_INCLUDE_DEST_PATH/Pegasus/Common/Array.h
4316              %attr(-,root,root) %PEGASUS_INCLUDE_DEST_PATH/Pegasus/Common/ArrayInter.h
4317              %attr(-,root,root) %PEGASUS_INCLUDE_DEST_PATH/Pegasus/Common/Char16.h
4318              %attr(-,root,root) %PEGASUS_INCLUDE_DEST_PATH/Pegasus/Common/CIMClass.h 
4319              %attr(-,root,root) %PEGASUS_INCLUDE_DEST_PATH/Pegasus/Common/CIMDateTime.h
4320              %attr(-,root,root) %PEGASUS_INCLUDE_DEST_PATH/Pegasus/Common/CIMFlavor.h
4321              %attr(-,root,root) %PEGASUS_INCLUDE_DEST_PATH/Pegasus/Common/CIMIndication.h 
4322              %attr(-,root,root) %PEGASUS_INCLUDE_DEST_PATH/Pegasus/Common/CIMInstance.h
4323              %attr(-,root,root) %PEGASUS_INCLUDE_DEST_PATH/Pegasus/Common//CIMMethod.h
4324              %attr(-,root,root) %PEGASUS_INCLUDE_DEST_PATH/Pegasus/Common/CIMName.h
4325              %attr(-,root,root) %PEGASUS_INCLUDE_DEST_PATH/Pegasus/Common/CIMObject.h
4326              %attr(-,root,root) %PEGASUS_INCLUDE_DEST_PATH/Pegasus/Common/CIMObjectPath.h
4327              %attr(-,root,root) %PEGASUS_INCLUDE_DEST_PATH/Pegasus/Common/CIMParameter.h
4328              %attr(-,root,root) %PEGASUS_INCLUDE_DEST_PATH/Pegasus/Common/CIMParamValue.h
4329 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_INCLUDE_DEST_PATH/Pegasus/Common/CIMProperty.h
4330              %attr(-,root,root) %PEGASUS_INCLUDE_DEST_PATH/Pegasus/Common/CIMPropertyList.h
4331              %attr(-,root,root) %PEGASUS_INCLUDE_DEST_PATH/Pegasus/Common/CIMQualifierDecl.h
4332              %attr(-,root,root) %PEGASUS_INCLUDE_DEST_PATH/Pegasus/Common/CIMQualifier.h
4333              %attr(-,root,root) %PEGASUS_INCLUDE_DEST_PATH/Pegasus/Common/CIMScope.h
4334              %attr(-,root,root) %PEGASUS_INCLUDE_DEST_PATH/Pegasus/Common/CIMStatusCode.h
4335              %attr(-,root,root) %PEGASUS_INCLUDE_DEST_PATH/Pegasus/Common/CIMType.h
4336              %attr(-,root,root) %PEGASUS_INCLUDE_DEST_PATH/Pegasus/Common/CIMValue.h
4337              %attr(-,root,root) %PEGASUS_INCLUDE_DEST_PATH/Pegasus/Common/Config.h
4338              %attr(-,root,root) %PEGASUS_INCLUDE_DEST_PATH/Pegasus/Common/ContentLanguageElement.h
4339              %attr(-,root,root) %PEGASUS_INCLUDE_DEST_PATH/Pegasus/Common/ContentLanguages.h
4340              %attr(-,root,root) %PEGASUS_INCLUDE_DEST_PATH/Pegasus/Common/Exception.h
4341              %attr(-,root,root) %PEGASUS_INCLUDE_DEST_PATH/Pegasus/Common/Formatter.h
4342              %attr(-,root,root) %PEGASUS_INCLUDE_DEST_PATH/Pegasus/Common/LanguageElementContainer.h
4343              %attr(-,root,root) %PEGASUS_INCLUDE_DEST_PATH/Pegasus/Common/LanguageElement.h
4344              %attr(-,root,root) %PEGASUS_INCLUDE_DEST_PATH/Pegasus/Common/Linkage.h
4345              %attr(-,root,root) %PEGASUS_INCLUDE_DEST_PATH/Pegasus/Common/MessageLoader.h
4346              %attr(-,root,root) %PEGASUS_INCLUDE_DEST_PATH/Pegasus/Common/OperationContext.h
4347              %ifarch ia64
4348 w.otsuka 1.4 %attr(-,root,root) %PEGASUS_INCLUDE_DEST_PATH/Pegasus/Common/Platform_LINUX_IA64_GNU.h
4349 w.otsuka 1.1 %else
4350              %attr(-,root,root) %PEGASUS_INCLUDE_DEST_PATH/Pegasus/Common/Platform_LINUX_IX86_GNU.h
4351              %endif
4352              %attr(-,root,root) %PEGASUS_INCLUDE_DEST_PATH/Pegasus/Common/ResponseHandler.h
4353              %attr(-,root,root) %PEGASUS_INCLUDE_DEST_PATH/Pegasus/Common/SSLContext.h
4354              %attr(-,root,root) %PEGASUS_INCLUDE_DEST_PATH/Pegasus/Common/String.h
4355              %attr(-,root,root) %PEGASUS_INCLUDE_DEST_PATH/Pegasus/Consumer/CIMIndicationConsumer.h
4356              %attr(-,root,root) %PEGASUS_INCLUDE_DEST_PATH/Pegasus/Consumer/Linkage.h
4357              %attr(-,root,root) %PEGASUS_INCLUDE_DEST_PATH/Pegasus/Provider/CIMAssociationProvider.h
4358              %attr(-,root,root) %PEGASUS_INCLUDE_DEST_PATH/Pegasus/Provider/CIMIndicationConsumerProvider.h
4359              %attr(-,root,root) %PEGASUS_INCLUDE_DEST_PATH/Pegasus/Provider/CIMIndicationProvider.h
4360              %attr(-,root,root) %PEGASUS_INCLUDE_DEST_PATH/Pegasus/Provider/CIMInstanceProvider.h
4361              %attr(-,root,root) %PEGASUS_INCLUDE_DEST_PATH/Pegasus/Provider/CIMMethodProvider.h
4362              %attr(-,root,root) %PEGASUS_INCLUDE_DEST_PATH/Pegasus/Provider/CIMOMHandle.h
4363              %attr(-,root,root) %PEGASUS_INCLUDE_DEST_PATH/Pegasus/Provider/CIMProvider.h
4364              %attr(-,root,root) %PEGASUS_INCLUDE_DEST_PATH/Pegasus/Provider/Linkage.h
4365              %attr(-,root,root) %PEGASUS_INCLUDE_DEST_PATH/Pegasus/Provider/ProviderException.h
4366              %attr(-,root,root) %PEGASUS_INCLUDE_DEST_PATH/Pegasus/Provider/CMPI/CmpiArgs.h
4367              %attr(-,root,root) %PEGASUS_INCLUDE_DEST_PATH/Pegasus/Provider/CMPI/CmpiArray.h
4368              %attr(-,root,root) %PEGASUS_INCLUDE_DEST_PATH/Pegasus/Provider/CMPI/CmpiAssociationMI.h
4369              %attr(-,root,root) %PEGASUS_INCLUDE_DEST_PATH/Pegasus/Provider/CMPI/CmpiBaseMI.h
4370 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_INCLUDE_DEST_PATH/Pegasus/Provider/CMPI/CmpiBooleanData.h
4371              %attr(-,root,root) %PEGASUS_INCLUDE_DEST_PATH/Pegasus/Provider/CMPI/CmpiBroker.h
4372              %attr(-,root,root) %PEGASUS_INCLUDE_DEST_PATH/Pegasus/Provider/CMPI/CmpiCharData.h
4373              %attr(-,root,root) %PEGASUS_INCLUDE_DEST_PATH/Pegasus/Provider/CMPI/CmpiContext.h
4374              %attr(-,root,root) %PEGASUS_INCLUDE_DEST_PATH/Pegasus/Provider/CMPI/CmpiData.h
4375              %attr(-,root,root) %PEGASUS_INCLUDE_DEST_PATH/Pegasus/Provider/CMPI/CmpiDateTime.h
4376              %attr(-,root,root) %PEGASUS_INCLUDE_DEST_PATH/Pegasus/Provider/CMPI/cmpidt.h
4377              %attr(-,root,root) %PEGASUS_INCLUDE_DEST_PATH/Pegasus/Provider/CMPI/CmpiEnumeration.h
4378              %attr(-,root,root) %PEGASUS_INCLUDE_DEST_PATH/Pegasus/Provider/CMPI/cmpift.h
4379              %attr(-,root,root) %PEGASUS_INCLUDE_DEST_PATH/Pegasus/Provider/CMPI/CmpiIndicationMI.h
4380              %attr(-,root,root) %PEGASUS_INCLUDE_DEST_PATH/Pegasus/Provider/CMPI/CmpiInstance.h
4381              %attr(-,root,root) %PEGASUS_INCLUDE_DEST_PATH/Pegasus/Provider/CMPI/CmpiInstanceMI.h
4382              %attr(-,root,root) %PEGASUS_INCLUDE_DEST_PATH/Pegasus/Provider/CMPI/cmpimacs.h
4383              %attr(-,root,root) %PEGASUS_INCLUDE_DEST_PATH/Pegasus/Provider/CMPI/CmpiMethodMI.h
4384              %attr(-,root,root) %PEGASUS_INCLUDE_DEST_PATH/Pegasus/Provider/CMPI/CmpiObject.h
4385              %attr(-,root,root) %PEGASUS_INCLUDE_DEST_PATH/Pegasus/Provider/CMPI/CmpiObjectPath.h
4386              %attr(-,root,root) %PEGASUS_INCLUDE_DEST_PATH/Pegasus/Provider/CMPI/cmpipl.h
4387              %attr(-,root,root) %PEGASUS_INCLUDE_DEST_PATH/Pegasus/Provider/CMPI/CmpiPropertyMI.h
4388              %attr(-,root,root) %PEGASUS_INCLUDE_DEST_PATH/Pegasus/Provider/CMPI/CmpiProviderBase.h
4389              %attr(-,root,root) %PEGASUS_INCLUDE_DEST_PATH/Pegasus/Provider/CMPI/CmpiResult.h
4390              %attr(-,root,root) %PEGASUS_INCLUDE_DEST_PATH/Pegasus/Provider/CMPI/CmpiSelectExp.h
4391 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_INCLUDE_DEST_PATH/Pegasus/Provider/CMPI/CmpiStatus.h
4392              %attr(-,root,root) %PEGASUS_INCLUDE_DEST_PATH/Pegasus/Provider/CMPI/CmpiString.h
4393              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/AcceptLanguageElement.html
4394              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/AcceptLanguages.html
4395              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/AlreadyConnectedException.html
4396              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/AlreadyExistsException.html
4397              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/ArrayPEGASUS_ARRAY_T.html
4398              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/BindFailedException.html
4399              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CannotConnectException.html
4400              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CannotCreateSocketException.html
4401              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CBAssociatorNames.html
4402              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CBAssociators.html
4403              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CBAttachThread.html
4404              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CBbrokerName.html
4405              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CBBrokerVersion.html
4406              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CBCreateInstance.html
4407              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CBDeleteInstance.html
4408              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CBDeliverIndication.html
4409              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CBDetachThread.html
4410              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CBEnumInstanceNames.html
4411              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CBEnumInstances.html
4412 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CBExecQuery.html
4413              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CBGetClassification.html
4414              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CBGetInstance.html
4415              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CBGetProperty.html
4416              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CBInvokeMethod.html
4417              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CBPrepareAttachThread.html
4418              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CBReferenceNames.html
4419              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CBReferences.html
4420              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CBSetInstance.html
4421              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CBSetProperty.html
4422              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CDGetType.html
4423              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CDIsOfType.html
4424              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CDToString.html
4425              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/Char16.html
4426              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CIMAccessDeniedException.html
4427              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CIMAssociationProvider.html
4428              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CIMClassHier.html
4429              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CIMClass.html
4430              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CIMClient.html
4431              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CIMClientHTTPErrorException.html
4432              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CIMClientMalformedHTTPException.html
4433 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CIMClientResponseException.html
4434              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CIMClientXmlException.html
4435              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CIMConstClass.html
4436              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CIMConstInstance.html
4437              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CIMConstMethod.html
4438              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CIMConstObject.html
4439              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CIMConstParameter.html
4440              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CIMConstProperty.html
4441              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CIMConstQualifierDecl.html
4442              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CIMConstQualifier.html
4443              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CIMDateTime.html
4444              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CIMException.html
4445              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CIMFlavor.html
4446              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CIMIndicationConsumer.html
4447              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CIMIndicationConsumerProvider.html
4448              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CIMIndicationProvider.html
4449              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CIMInstance.html
4450              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CIMInstanceProvider.html
4451              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CIMInvalidClassException.html
4452              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CIMInvalidParameterException.html
4453              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CIMInvalidQueryException.html
4454 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CIMKeyBinding.html
4455              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CIMMethod.html
4456              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CIMMethodNotFoundException.html
4457              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CIMMethodProvider.html
4458              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CIMName.html
4459              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CIMNamespaceName.html
4460              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CIMNotSupportedException.html
4461              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CIMObjectAlreadyExistsException.html
4462              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CIMObject.html
4463              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CIMObjectNotFoundException.html
4464              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CIMObjectPath.html
4465              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CIMOperationFailedException.html
4466              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CIMParameter.html
4467              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CIMParamValue.html
4468              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CIMProperty.html
4469              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CIMPropertyList.html
4470              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CIMPropertyNotFoundException.html
4471              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CIMProvider.html
4472              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CIMQualifierDecl.html
4473              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CIMQualifier.html
4474              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CIMScope.html
4475 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CIMStatusCode.html
4476              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CIMType.html
4477              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/cimTypeToString.html
4478              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CIMValue.html
4479              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/ClientClassHier.html
4480              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMAddArg.html
4481              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMAddContextEntry.html
4482              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMAddKey.html
4483              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMAssociationMIFactory.html
4484              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMAssociationMIStub.html
4485              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMClassPathIsA.html
4486              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMEvaluatePredicate.html
4487              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMEvaluateSelExp.html
4488              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMGetArgAt.html
4489              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMGetArgCount.html
4490              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMGetArg.html
4491              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMGetArrayCount.html
4492              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMGetArrayElementAt.html
4493              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMGetArrayType.html
4494              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMGetBinaryFormat.html
4495              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMGetCharsPtr.html
4496 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMGetClassName.html
4497              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMGetCod.html
4498              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMGetContextEntryAt.html
4499              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMGetContextEntryCount.html
4500              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMGetContextEntry.html
4501              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMGetDoc.html
4502              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMGetHostname.html
4503              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMGetKeyAt.html
4504              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMGetKeyCount.html
4505              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMGetKey.html
4506              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMGetNameSpace.html
4507              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMGetNext.html
4508              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMGetObjectPath.html
4509              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMGetPredicateAt.html
4510              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMGetPredicateCount.html
4511              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMGetPredicateData.html
4512              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMGetPredicate.html
4513              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMGetPropertyAt.html
4514              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMGetPropertyCount.html
4515              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMGetProperty.html
4516              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMGetSelExpString.html
4517 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMGetStringFormat.html
4518              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMGetSubCondAt.html
4519              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMGetSubCondCountAndType.html
4520              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMHasNext.html
4521              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMIndicationMIStub.html
4522              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMInstanceMIFactory.html
4523              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMInstanceMIStub.html
4524              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMIsArray.html
4525              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMIsInterval.html
4526              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMIsKeyValue.html
4527              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMIsNullObject.html
4528              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMIsNullValue.html
4529              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMMethodMIFactory.html
4530              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMMethodMIStub.html
4531              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMNewArgs.html
4532              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMNewArray.html
4533              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMNewDateTimeFromBinary.html
4534              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMNewDateTimeFromChars.html
4535              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMNewDateTime.html
4536              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMNewInstance.html
4537              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMNewObjectPath.html
4538 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMNewSelectExp.html
4539              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMNewString.html
4540              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/_CMPIArgsFT.html
4541              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CmpiArgs.html
4542              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/_CMPIArgs.html
4543              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/_CMPIArrayFT.html
4544              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CmpiArray.html
4545              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/_CMPIArray.html
4546              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/_CMPIAssociationMIFT.html
4547              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMPIAssociationMIFT.html
4548              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CmpiBooleanData.html
4549              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/_CMPIBrokerEncFT.html
4550              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/_CMPIBrokerExtFT.html
4551              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/_CMPIBrokerFT.html
4552              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CmpiBroker.html
4553              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/_CMPIBroker.html
4554              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CmpiCharData.html
4555              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMPI_C_Hier.html
4556              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMPIClassHier.html
4557              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/_CMPIContextFT.html
4558              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CmpiContext.html
4559 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/_CMPIContext.html
4560              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CmpiData.html
4561              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/_CMPIDateTimeFT.html
4562              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CmpiDateTime.html
4563              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/_CMPIDateTime.html
4564              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/_CMPIEnumerationFT.html
4565              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CmpiEnumeration.html
4566              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/_CMPIEnumeration.html
4567              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/_CMPIIndicationMIFT.html
4568              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMPIIndicationMIFT.html
4569              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/_CMPIInstanceFT.html
4570              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CmpiInstance.html
4571              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/_CMPIInstance.html
4572              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/_CMPIInstanceMIFT.html
4573              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMPIInstanceMIFT.html
4574              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/_CMPIMethodMIFT.html
4575              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMPIMethodMIFT.html
4576              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CmpiObject.html
4577              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/_CMPIObjectPathFT.html
4578              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CmpiObjectPath.html
4579              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/_CMPIObjectPath.html
4580 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/_CMPIPredicateFT.html
4581              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/_CMPIPredicate.html
4582              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/_CMPIPropertyMIFT.html
4583              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMPIPropertyMIFT.html
4584              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/_CMPIResultFT.html
4585              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CmpiResult.html
4586              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/_CMPIResult.html
4587              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/_CMPISelectCondFT.html
4588              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/_CMPISelectCond.html
4589              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/_CMPISelectExpFT.html
4590              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CmpiSelectExp.html
4591              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/_CMPISelectExp.html
4592              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CmpiStatus.html
4593              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/_CMPIStringFT.html
4594              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CmpiString.html
4595              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/_CMPIString.html
4596              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/_CMPISubCondFT.html
4597              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/_CMPISubCond.html
4598              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMPropertyMIFactory.html
4599              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMPropertyMIStub.html
4600              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMReturnData.html
4601 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMReturnDone.html
4602              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMReturn.html
4603              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMReturnInstance.html
4604              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMReturnObjectPath.html
4605              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMReturnWithChars.html
4606              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMReturnWithString.html
4607              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMSetArrayElementAt.html
4608              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMSetClassName.html
4609              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMSetHostAndNameSpaceFromObjectPath.html
4610              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMSetHostname.html
4611              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMSetNameSpaceFromObjectPath.html
4612              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMSetNameSpace.html
4613              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMSetPropertyFilter.html
4614              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMSetProperty.html
4615              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMSetStatus.html
4616              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMSetStatusWithChars.html
4617              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMSetStatusWithString.html
4618              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMToArray.html
4619              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CommonClassHier.html
4620              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/ConnectionTimeoutException.html
4621              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/Container.html
4622 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/ContentLanguageListContainer.html
4623              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CString.html
4624              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/DateTimeOutOfRangeException.html
4625              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/DynamicCastFailedException.html
4626              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/Exception.html
4627              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/Formatter.html
4628              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/General.html
4629              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/HIER.html
4630              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/icon1.gif
4631              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/icon2.gif
4632              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/IdentityContainer.html
4633              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/index.html
4634              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/IndexOutOfBoundsException.html
4635              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/IndicationConsumerClassHier.html
4636              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/IndicationResponseHandler.html
4637              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/InstanceResponseHandler.html
4638              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/InvalidDateTimeFormatException.html
4639              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/InvalidLocatorException.html
4640              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/InvalidNameException.html
4641              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/InvalidNamespaceNameException.html
4642              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/LanguageElementContainer.html
4643 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/LanguageElement.html
4644              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/MalformedObjectNameException.html
4645              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/MessageLoaderParms.html
4646              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/MethodResultResponseHandler.html
4647              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/NotConnectedException.html
4648              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/ObjectPathResponseHandler.html
4649              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/ObjectResponseHandler.html
4650              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/OperationContext.html
4651              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/operator.10.html
4652              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/operator.11.html
4653              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/operator.12.html
4654              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/operator.2.html
4655              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/operator.3.html
4656              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/operator.4.html
4657              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/operator.5.html
4658              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/operator.6.html
4659              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/operator.7.html
4660              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/operator.8.html
4661              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/operator.9.html
4662              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/operator.html
4663              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/ostream.html
4664 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/Pegasus_Array_h.html
4665              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/Pegasus_MessageLoader_h.html
4666              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/ProviderClassHier.html
4667              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/ResponseHandler.html
4668              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/SSLCallbackInfo.html
4669              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/SSLCertificateInfo.html
4670              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/SSLContext.html
4671              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/SSLException.htm
4672              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/String.html
4673              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/SubscriptionInstanceNamesContainer.html
4674              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/SubscriptionLanguageListContainer.html
4675              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/TimeoutContainer.html
4676              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/TypeMismatchException.html
4677              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/UninitializedObjectException.html
4678              %attr(-,root,root) %PEGASUS_SAMPLES_DEST_PATH/Makefile 
4679              %attr(-,root,root) %PEGASUS_SAMPLES_DEST_PATH/mak/common.mak 
4680              %attr(-,root,root) %PEGASUS_SAMPLES_DEST_PATH/mak/config.mak 
4681              %attr(-,root,root) %PEGASUS_SAMPLES_DEST_PATH/mak/library.mak 
4682              %ifarch ia64
4683 w.otsuka 1.4 %attr(-,root,root) %PEGASUS_SAMPLES_DEST_PATH/mak/LINUX_IA64_GNU.mak
4684 w.otsuka 1.1 %else
4685 w.otsuka 1.4 %attr(-,root,root) %PEGASUS_SAMPLES_DEST_PATH/mak/LINUX_IX86_GNU.mak
4686 w.otsuka 1.1 %endif
4687              %attr(-,root,root) %PEGASUS_SAMPLES_DEST_PATH/mak/program.mak 
4688              %attr(-,root,root) %PEGASUS_SAMPLES_DEST_PATH/mak/recurse.mak 
4689              %attr(-,root,root) %PEGASUS_SAMPLES_DEST_PATH/Clients/Makefile 
4690              %attr(-,root,root) %PEGASUS_SAMPLES_DEST_PATH/Clients/DefaultC++/Makefile
4691              %attr(-,root,root) %PEGASUS_SAMPLES_DEST_PATH/Clients/DefaultC++/EnumInstances/EnumInstances.cpp 
4692              %attr(-,root,root) %PEGASUS_SAMPLES_DEST_PATH/Clients/DefaultC++/EnumInstances/Makefile 
4693              %attr(-,root,root) %PEGASUS_SAMPLES_DEST_PATH/Clients/DefaultC++/InvokeMethod/InvokeMethod.cpp 
4694              %attr(-,root,root) %PEGASUS_SAMPLES_DEST_PATH/Clients/DefaultC++/InvokeMethod/Makefile 
4695              %attr(-,root,root) %PEGASUS_SAMPLES_DEST_PATH/Providers/Makefile
4696              %attr(-,root,root) %PEGASUS_SAMPLES_DEST_PATH/Providers/CMPI/Makefile
4697              %attr(-,root,root) %PEGASUS_SAMPLES_DEST_PATH/Providers/CMPI/FilesAndDirectories/CWS_Directory.c 
4698              %attr(-,root,root) %PEGASUS_SAMPLES_DEST_PATH/Providers/CMPI/FilesAndDirectories/CWS_DirectoryContainsFile.c 
4699              %attr(-,root,root) %PEGASUS_SAMPLES_DEST_PATH/Providers/CMPI/FilesAndDirectories/CWS_FileUtils.c 
4700              %attr(-,root,root) %PEGASUS_SAMPLES_DEST_PATH/Providers/CMPI/FilesAndDirectories/CWS_FileUtils.h 
4701              %attr(-,root,root) %PEGASUS_SAMPLES_DEST_PATH/Providers/CMPI/FilesAndDirectories/CWS_PlainFile.c 
4702              %attr(-,root,root) %PEGASUS_SAMPLES_DEST_PATH/Providers/CMPI/FilesAndDirectories/cwssimdata.c 
4703              %attr(-,root,root) %PEGASUS_SAMPLES_DEST_PATH/Providers/CMPI/FilesAndDirectories/cwstest.c 
4704              %attr(-,root,root) %PEGASUS_SAMPLES_DEST_PATH/Providers/CMPI/FilesAndDirectories/cwsutil.c 
4705              %attr(-,root,root) %PEGASUS_SAMPLES_DEST_PATH/Providers/CMPI/FilesAndDirectories/cwsutil.h 
4706              %attr(-,root,root) %PEGASUS_SAMPLES_DEST_PATH/Providers/CMPI/FilesAndDirectories/Makefile 
4707 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_SAMPLES_DEST_PATH/Providers/DefaultC++/Makefile
4708              %attr(-,root,root) %PEGASUS_SAMPLES_DEST_PATH/Providers/DefaultC++/InstanceProvider/EnumerateInstancesrspgood.xml 
4709              %attr(-,root,root) %PEGASUS_SAMPLES_DEST_PATH/Providers/DefaultC++/InstanceProvider/EnumerateInstances.xml 
4710              %attr(-,root,root) %PEGASUS_SAMPLES_DEST_PATH/Providers/DefaultC++/InstanceProvider/InstanceProvider.cpp 
4711              %attr(-,root,root) %PEGASUS_SAMPLES_DEST_PATH/Providers/DefaultC++/InstanceProvider/InstanceProvider.h 
4712              %attr(-,root,root) %PEGASUS_SAMPLES_DEST_PATH/Providers/DefaultC++/InstanceProvider/InstanceProviderMain.cpp 
4713              %attr(-,root,root) %PEGASUS_SAMPLES_DEST_PATH/Providers/DefaultC++/InstanceProvider/Makefile 
4714              %attr(-,root,root) %PEGASUS_SAMPLES_DEST_PATH/Providers/DefaultC++/MethodProvider/InvokeMethodrspgood.xml 
4715              %attr(-,root,root) %PEGASUS_SAMPLES_DEST_PATH/Providers/DefaultC++/MethodProvider/InvokeMethod.xml 
4716              %attr(-,root,root) %PEGASUS_SAMPLES_DEST_PATH/Providers/DefaultC++/MethodProvider/Makefile 
4717              %attr(-,root,root) %PEGASUS_SAMPLES_DEST_PATH/Providers/DefaultC++/MethodProvider/MethodProvider.cpp 
4718              %attr(-,root,root) %PEGASUS_SAMPLES_DEST_PATH/Providers/DefaultC++/MethodProvider/MethodProvider.h 
4719              %attr(-,root,root) %PEGASUS_SAMPLES_DEST_PATH/Providers/DefaultC++/MethodProvider/MethodProviderMain.cpp 
4720              %attr(-,root,root) %PEGASUS_SAMPLES_DEST_PATH/Providers/CMPI/FilesAndDirectories/tests/AssocDirNames12001rspgood.xml 
4721              %attr(-,root,root) %PEGASUS_SAMPLES_DEST_PATH/Providers/CMPI/FilesAndDirectories/tests/AssocDirNames12001.xml 
4722              %attr(-,root,root) %PEGASUS_SAMPLES_DEST_PATH/Providers/CMPI/FilesAndDirectories/tests/DeleteDirInstance10003rspgood.xml 
4723              %attr(-,root,root) %PEGASUS_SAMPLES_DEST_PATH/Providers/CMPI/FilesAndDirectories/tests/DeleteDirInstance10003.xml 
4724              %attr(-,root,root) %PEGASUS_SAMPLES_DEST_PATH/Providers/CMPI/FilesAndDirectories/tests/EnumerateDir10001rspgood.xml 
4725              %attr(-,root,root) %PEGASUS_SAMPLES_DEST_PATH/Providers/CMPI/FilesAndDirectories/tests/EnumerateDir10001.xml 
4726              %attr(-,root,root) %PEGASUS_SAMPLES_DEST_PATH/Providers/CMPI/FilesAndDirectories/tests/EnumerateDirNames10000rspgood.xml 
4727              %attr(-,root,root) %PEGASUS_SAMPLES_DEST_PATH/Providers/CMPI/FilesAndDirectories/tests/EnumerateDirNames10000.xml 
4728 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_SAMPLES_DEST_PATH/Providers/CMPI/FilesAndDirectories/tests/GetDirInstance10002rspgood.xml 
4729              %attr(-,root,root) %PEGASUS_SAMPLES_DEST_PATH/Providers/CMPI/FilesAndDirectories/tests/GetDirInstance10002.xml 
4730              %attr(-,root,root) %PEGASUS_SAMPLES_DEST_PATH/Providers/CMPI/FilesAndDirectories/tests/Makefile 
4731              %attr(-,root,root) %PEGASUS_SAMPLES_DEST_PATH/Providers/CMPI/FilesAndDirectories/tests/PlainFileMethodCall11001rspgood.xml 
4732              %attr(-,root,root) %PEGASUS_SAMPLES_DEST_PATH/Providers/CMPI/FilesAndDirectories/tests/PlainFileMethodCall11001.xml 
4733              %attr(-,root,root) %PEGASUS_SAMPLES_DEST_PATH/Providers/CMPI/FilesAndDirectories/tests/ReferenceDirNames12002rspgood.xml 
4734              %attr(-,root,root) %PEGASUS_SAMPLES_DEST_PATH/Providers/CMPI/FilesAndDirectories/tests/ReferenceDirNames12002.xml 
4735              %attr(-,root,root) %PEGASUS_SAMPLES_DEST_PATH/Providers/Load/Makefile
4736              %attr(-,root,root) %PEGASUS_SAMPLES_DEST_PATH/Providers/Load/CWS_FilesAndDir.mof
4737              %attr(-,root,root) %PEGASUS_SAMPLES_DEST_PATH/Providers/Load/CWS_FilesAndDirR.mof
4738              %attr(-,root,root) %PEGASUS_SAMPLES_DEST_PATH/Providers/Load/InstanceProviderR.mof
4739              %attr(-,root,root) %PEGASUS_SAMPLES_DEST_PATH/Providers/Load/MethodProviderR.mof
4740              %attr(-,root,root) %PEGASUS_SAMPLES_DEST_PATH/Providers/Load/SampleProviderSchema.mof

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2