(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              %define PEGASUS_PROD_DIR       /opt/tog-pegasus
 109 w.otsuka 1.1 %define PEGASUS_DEST_LIB_DIR   %PEGASUS_PROD_DIR/lib
 110              %define PEGASUS_PROVIDER_DIR   %PEGASUS_PROD_DIR/providers
 111              %define PEGASUS_PROVIDER_LIB_DIR    %PEGASUS_PROVIDER_DIR/lib
 112              %define PEGASUS_SBIN_DIR       %PEGASUS_PROD_DIR/sbin
 113              %define PEGASUS_BIN_DIR        %PEGASUS_PROD_DIR/bin
 114              %define PEGASUS_PRODSHARE_DIR  %PEGASUS_PROD_DIR/share
 115              %define PEGASUS_MAN_DIR        %PEGASUS_PRODSHARE_DIR/man
 116              %define PEGASUS_MANUSER_DIR    %PEGASUS_MAN_DIR/man1
 117              %define PEGASUS_MANADMIN_DIR   %PEGASUS_MAN_DIR/man8
 118              %define PEGASUS_VARDATA_DIR    /var/opt/tog-pegasus
 119              %define PEGASUS_REPOSITORY_DIR      %PEGASUS_VARDATA_DIR/repository
 120              %define PEGASUS_VARDATA_CACHE_DIR   %PEGASUS_VARDATA_DIR/cache
 121              %define PEGASUS_LOCAL_AUTH_DIR      %PEGASUS_VARDATA_CACHE_DIR/localauth
 122              %define PEGASUS_MOF_DIR            %PEGASUS_PROD_DIR/mof
 123              %define PEGASUS_CONFIG_DIR         /etc/opt/tog-pegasus
 124              %define PEGASUS_VARRUN_DIR         /var/run/tog-pegasus
 125              %define PEGASUS_LOCAL_DOMAIN_SOCKET_DIR %PEGASUS_VARRUN_DIR/socket
 126              %define PAM_CONF                   /etc/pam.d
 127              %define PEGASUS_LOG_DIR            %PEGASUS_VARDATA_DIR/log
 128              %define PEGASUS_LICENSE_FILE       license.txt
 129              %define PEGASUS_PLANNED_CONFIG_FILE cimserver_planned.conf
 130 w.otsuka 1.1 %define PEGASUS_PEM_DIR            %PEGASUS_CONFIG_DIR
 131              %define PEGASUS_SSL_KEY_FILE       file.pem
 132              %define PEGASUS_SSL_CERT_FILE      server.pem
 133              %define PEGASUS_SSL_TRUSTSTORE     client.pem
 134              #
 135              # Make directories
 136              mkdir -p $RPM_BUILD_ROOT%PEGASUS_VARDATA_DIR/{log,cache,repository}
 137              mkdir -p $RPM_BUILD_ROOT/%PEGASUS_LOCAL_AUTH_DIR
 138              mkdir -p $RPM_BUILD_ROOT/%PEGASUS_PROVIDER_LIB_DIR
 139              mkdir -p $RPM_BUILD_ROOT/%PEGASUS_CONFIG_DIR 
 140              mkdir -p $RPM_BUILD_ROOT/%PEGASUS_LOG_DIR
 141              mkdir -p $RPM_BUILD_ROOT/%PEGASUS_MAN_DIR/{man1,man8}
 142 w.otsuka 1.3 mkdir -p $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/{CIM28,Pegasus}
 143 w.otsuka 1.1 mkdir -p $RPM_BUILD_ROOT%PEGASUS_LOCAL_DOMAIN_SOCKET_DIR
 144              
 145              export PEGASUS_ROOT=$RPM_BUILD_DIR/$RPM_PACKAGE_NAME-$RPM_PACKAGE_VERSION
 146              export PEGASUS_HOME=$RPM_BUILD_ROOT/usr/pegasus
 147              
 148              #
 149              # Init scripts
 150              install -D -m 0755  $PEGASUS_ROOT/rpm/tog-pegasus.rc $RPM_BUILD_ROOT/etc/init.d/tog-pegasus
 151              
 152              #
 153              # Programs
 154              install -D -m 0544  $PEGASUS_HOME/bin/cimauth   $RPM_BUILD_ROOT%PEGASUS_SBIN_DIR/cimauth
 155              install -D -m 0544  $PEGASUS_HOME/bin/cimserver $RPM_BUILD_ROOT%PEGASUS_SBIN_DIR/cimserver
 156              install -D -m 0544  $PEGASUS_HOME/bin/cimservera $RPM_BUILD_ROOT%PEGASUS_SBIN_DIR/cimservera
 157              install -D -m 0544  $PEGASUS_HOME/bin/cimuser   $RPM_BUILD_ROOT%PEGASUS_SBIN_DIR/cimuser
 158              install -D -m 0555  $PEGASUS_HOME/bin/cimconfig $RPM_BUILD_ROOT%PEGASUS_SBIN_DIR/cimconfig
 159              install -D -m 0555  $PEGASUS_HOME/bin/cimmof    $RPM_BUILD_ROOT%PEGASUS_BIN_DIR/cimmof
 160              install -D -m 0555  $PEGASUS_HOME/bin/cimmofl   $RPM_BUILD_ROOT%PEGASUS_BIN_DIR/cimmofl
 161              install -D -m 0555  $PEGASUS_HOME/bin/cimprovider $RPM_BUILD_ROOT%PEGASUS_BIN_DIR/cimprovider
 162              install -D -m 0555  $PEGASUS_HOME/bin/osinfo    $RPM_BUILD_ROOT%PEGASUS_BIN_DIR/osinfo
 163              install -D -m 0555  $PEGASUS_HOME/bin/wbemexec  $RPM_BUILD_ROOT%PEGASUS_BIN_DIR/wbemexec
 164 w.otsuka 1.1 
 165              
 166              # Libraries
 167              
 168              install -D -m 0755  $PEGASUS_HOME/lib/libCIMxmlIndicationHandler.so.1    $RPM_BUILD_ROOT%PEGASUS_DEST_LIB_DIR/libCIMxmlIndicationHandler.so.1
 169              install -D -m 0755  $PEGASUS_HOME/lib/libConfigSettingProvider.so.1    $RPM_BUILD_ROOT%PEGASUS_DEST_LIB_DIR/libConfigSettingProvider.so.1
 170              install -D -m 0755  $PEGASUS_HOME/lib/libNamespaceProvider.so.1    $RPM_BUILD_ROOT%PEGASUS_DEST_LIB_DIR/libNamespaceProvider.so.1
 171              install -D -m 0755  $PEGASUS_HOME/lib/libProviderRegistrationProvider.so.1    $RPM_BUILD_ROOT%PEGASUS_DEST_LIB_DIR/libProviderRegistrationProvider.so.1
 172              install -D -m 0755  $PEGASUS_HOME/lib/libUserAuthProvider.so.1    $RPM_BUILD_ROOT%PEGASUS_DEST_LIB_DIR/libUserAuthProvider.so.1
 173              install -D -m 0755  $PEGASUS_HOME/lib/libpegauthentication.so.1    $RPM_BUILD_ROOT%PEGASUS_DEST_LIB_DIR/libpegauthentication.so.1
 174              install -D -m 0755  $PEGASUS_HOME/lib/libpegclient.so.1    $RPM_BUILD_ROOT%PEGASUS_DEST_LIB_DIR/libpegclient.so.1
 175              install -D -m 0755  $PEGASUS_HOME/lib/libpegcliutils.so.1    $RPM_BUILD_ROOT%PEGASUS_DEST_LIB_DIR/libpegcliutils.so.1
 176              install -D -m 0755  $PEGASUS_HOME/lib/libpegcommon.so.1    $RPM_BUILD_ROOT%PEGASUS_DEST_LIB_DIR/libpegcommon.so.1
 177              install -D -m 0755  $PEGASUS_HOME/lib/libpegcompiler.so.1    $RPM_BUILD_ROOT%PEGASUS_DEST_LIB_DIR/libpegcompiler.so.1
 178              install -D -m 0755  $PEGASUS_HOME/lib/libpegconfig.so.1    $RPM_BUILD_ROOT%PEGASUS_DEST_LIB_DIR/libpegconfig.so.1
 179              install -D -m 0755  $PEGASUS_HOME/lib/libpegexportclient.so.1    $RPM_BUILD_ROOT%PEGASUS_DEST_LIB_DIR/libpegexportclient.so.1
 180              install -D -m 0755  $PEGASUS_HOME/lib/libpegexportserver.so.1    $RPM_BUILD_ROOT%PEGASUS_DEST_LIB_DIR/libpegexportserver.so.1
 181              install -D -m 0755  $PEGASUS_HOME/lib/libpeggetoopt.so.1    $RPM_BUILD_ROOT%PEGASUS_DEST_LIB_DIR/libpeggetoopt.so.1
 182              install -D -m 0755  $PEGASUS_HOME/lib/libpeghandlerservice.so.1    $RPM_BUILD_ROOT%PEGASUS_DEST_LIB_DIR/libpeghandlerservice.so.1
 183              install -D -m 0755  $PEGASUS_HOME/lib/libpegindicationservice.so.1    $RPM_BUILD_ROOT%PEGASUS_DEST_LIB_DIR/libpegindicationservice.so.1
 184              install -D -m 0755  $PEGASUS_HOME/lib/libpeglistener.so.1    $RPM_BUILD_ROOT%PEGASUS_DEST_LIB_DIR/libpeglistener.so.1
 185 w.otsuka 1.1 install -D -m 0755  $PEGASUS_HOME/lib/libpegprm.so.1    $RPM_BUILD_ROOT%PEGASUS_DEST_LIB_DIR/libpegprm.so.1
 186              install -D -m 0755  $PEGASUS_HOME/lib/libpegprovidermanager.so.1    $RPM_BUILD_ROOT%PEGASUS_DEST_LIB_DIR/libpegprovidermanager.so.1
 187              install -D -m 0755  $PEGASUS_HOME/lib/libpegprovider.so.1    $RPM_BUILD_ROOT%PEGASUS_DEST_LIB_DIR/libpegprovider.so.1
 188              install -D -m 0755  $PEGASUS_HOME/lib/libpegrepository.so.1    $RPM_BUILD_ROOT%PEGASUS_DEST_LIB_DIR/libpegrepository.so.1
 189              install -D -m 0755  $PEGASUS_HOME/lib/libpegserver.so.1    $RPM_BUILD_ROOT%PEGASUS_DEST_LIB_DIR/libpegserver.so.1
 190              install -D -m 0755  $PEGASUS_HOME/lib/libpeguser.so.1    $RPM_BUILD_ROOT%PEGASUS_DEST_LIB_DIR/libpeguser.so.1
 191              install -D -m 0755  $PEGASUS_HOME/lib/libpegwql.so.1    $RPM_BUILD_ROOT%PEGASUS_DEST_LIB_DIR/libpegwql.so.1
 192              install -D -m 0755  $PEGASUS_HOME/lib/libCMPIProviderManager.so.1   $RPM_BUILD_ROOT%PEGASUS_DEST_LIB_DIR/libCMPIProviderManager.so.1
 193              install -D -m 0755  $PEGASUS_HOME/lib/libcmpiCppImpl.so.1   $RPM_BUILD_ROOT%PEGASUS_DEST_LIB_DIR/libcmpiCppImpl.so.1
 194              install -D -m 0755  $PEGASUS_HOME/lib/libDefaultProviderManager.so.1   $RPM_BUILD_ROOT%PEGASUS_DEST_LIB_DIR/libDefaultProviderManager.so.1 
 195              
 196              install -D -m 0755  $PEGASUS_HOME/lib/libComputerSystemProvider.so.1    $RPM_BUILD_ROOT%PEGASUS_PROVIDER_LIB_DIR/libComputerSystemProvider.so.1
 197              install -D -m 0755  $PEGASUS_HOME/lib/libOSProvider.so.1    $RPM_BUILD_ROOT%PEGASUS_PROVIDER_LIB_DIR/libOSProvider.so.1
 198              install -D -m 0755  $PEGASUS_HOME/lib/libProcessProvider.so.1    $RPM_BUILD_ROOT%PEGASUS_PROVIDER_LIB_DIR/libProcessProvider.so.1
 199              
 200              #
 201              # CIM schema
 202              #
 203 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
 204              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/Application28_BIOS.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Application28_BIOS.mof
 205              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/Application28_CheckAction.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Application28_CheckAction.mof
 206              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/Application28_DeploymentModel.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Application28_DeploymentModel.mof
 207              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/Application28_InstalledProduct.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Application28_InstalledProduct.mof
 208              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/Application28_J2eeAppServer.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Application28_J2eeAppServer.mof
 209              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/Application28_J2eeAppServerStats.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Application28_J2eeAppServerStats.mof
 210              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/Application28_SystemSoftware.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Application28_SystemSoftware.mof
 211              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/CIM_Application28.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/CIM_Application28.mof
 212              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/CIM_Core28.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/CIM_Core28.mof
 213              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/CIM_Database28.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/CIM_Database28.mof
 214              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/CIM_Device28.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/CIM_Device28.mof
 215              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/CIM_Event28.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/CIM_Event28.mof
 216              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/CIM_Interop28.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/CIM_Interop28.mof 
 217              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/CIM_IPsecPolicy28.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/CIM_IPsecPolicy28.mof 
 218              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/CIM_Metrics28.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/CIM_Metrics28.mof
 219              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/CIM_Network28.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/CIM_Network28.mof
 220              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/CIM_Physical28.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/CIM_Physical28.mof
 221              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/CIM_Policy28.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/CIM_Policy28.mof
 222              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/CIM_Schema28.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/CIM_Schema28.mof
 223              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/CIM_Support28.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/CIM_Support28.mof
 224 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
 225              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/CIM_User28.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/CIM_User28.mof
 226              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/Core28_Capabilities.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Core28_Capabilities.mof
 227              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/Core28_Collection.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Core28_Collection.mof
 228              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/Core28_CoreElements.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Core28_CoreElements.mof
 229              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/Core28_Device.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Core28_Device.mof
 230              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/Core28_MethodParms.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Core28_MethodParms.mof
 231              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/Core28_Physical.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Core28_Physical.mof
 232              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/Core28_PowerMgmt.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Core28_PowerMgmt.mof
 233              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/Core28_ProductFRU.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Core28_ProductFRU.mof
 234              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/Core28_Qualifiers.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Core28_Qualifiers.mof
 235              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/Core28_Redundancy.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Core28_Redundancy.mof
 236              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/Core28_Service.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Core28_Service.mof
 237              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/Core28_Settings.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Core28_Settings.mof
 238              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/Core28_Software.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Core28_Software.mof
 239              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/Core28_Statistics.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Core28_Statistics.mof
 240              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/Core28_StorageExtent.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Core28_StorageExtent.mof
 241              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/Database28_Statistics.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Database28_Statistics.mof
 242              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/Database28_Storage.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Database28_Storage.mof
 243              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/Database28_System.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Database28_System.mof
 244              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/Device28_Controller.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Device28_Controller.mof
 245 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
 246              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/Device28_DeviceElements.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Device28_DeviceElements.mof
 247              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/Device28_DiskGroup.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Device28_DiskGroup.mof
 248              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/Device28_FC.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Device28_FC.mof
 249              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/Device28_IB.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Device28_IB.mof
 250              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/Device28_Memory.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Device28_Memory.mof
 251              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/Device28_Modems.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Device28_Modems.mof
 252              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/Device28_NetworkAdapter.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Device28_NetworkAdapter.mof
 253              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/Device28_Ports.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Device28_Ports.mof
 254              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/Device28_Printing.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Device28_Printing.mof
 255              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/Device28_Processor.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Device28_Processor.mof
 256              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/Device28_ProtocolController.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Device28_ProtocolController.mof
 257              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/Device28_SccExtents.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Device28_SccExtents.mof
 258              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/Device28_Sensors.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Device28_Sensors.mof
 259              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/Device28_StorageDevices.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Device28_StorageDevices.mof
 260              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/Device28_StorageExtents.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Device28_StorageExtents.mof
 261              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/Device28_StorageLib.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Device28_StorageLib.mof
 262              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/Device28_StorageServices.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Device28_StorageServices.mof
 263              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/Device28_USB.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Device28_USB.mof
 264              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/Device28_UserDevices.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Device28_UserDevices.mof
 265              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/Metrics28_BaseMetric.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Metrics28_BaseMetric.mof
 266 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
 267              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/Network28_BGP.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Network28_BGP.mof
 268              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/Network28_Buffers.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Network28_Buffers.mof
 269              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/Network28_Collections.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Network28_Collections.mof
 270              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/Network28_Filtering.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Network28_Filtering.mof
 271              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/Network28_IPsec.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Network28_IPsec.mof
 272              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/Network28_OSPF.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Network28_OSPF.mof
 273              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/Network28_Pipes.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Network28_Pipes.mof
 274              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/Network28_ProtocolEndpoints.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Network28_ProtocolEndpoints.mof
 275              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/Network28_QoS.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Network28_QoS.mof
 276              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/Network28_Routes.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Network28_Routes.mof
 277              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/Network28_RoutingForwarding.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Network28_RoutingForwarding.mof
 278              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/Network28_SNMP.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Network28_SNMP.mof
 279              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/Network28_SwitchingBridging.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Network28_SwitchingBridging.mof
 280              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/Network28_Systems.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Network28_Systems.mof
 281              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/Network28_VLAN.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Network28_VLAN.mof
 282              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/Physical28_Component.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Physical28_Component.mof
 283              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/Physical28_Connector.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Physical28_Connector.mof
 284              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/Physical28_Link.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Physical28_Link.mof
 285              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/Physical28_Misc.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Physical28_Misc.mof
 286              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/Physical28_Package.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Physical28_Package.mof
 287 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
 288              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/Physical28_StoragePackage.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Physical28_StoragePackage.mof
 289              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/System28_Boot.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/System28_Boot.mof
 290              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/System28_Diagnostics.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/System28_Diagnostics.mof
 291              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/System28_FileElements.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/System28_FileElements.mof
 292              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/System28_Logs.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/System28_Logs.mof
 293              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/System28_OperatingSystem.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/System28_OperatingSystem.mof
 294              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/System28_Processing.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/System28_Processing.mof
 295              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/System28_SystemElements.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/System28_SystemElements.mof
 296              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/System28_SystemResources.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/System28_SystemResources.mof
 297              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/System28_Time.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/System28_Time.mof
 298              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/System28_Unix.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/System28_Unix.mof
 299              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/User28_AccessControl.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/User28_AccessControl.mof
 300              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/User28_Account.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/User28_Account.mof
 301              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/User28_AuthenticationReqmt.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/User28_AuthenticationReqmt.mof
 302              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/User28_Credential.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/User28_Credential.mof
 303              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/User28_Group.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/User28_Group.mof
 304              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/User28_Identity.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/User28_Identity.mof
 305              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/User28_Kerberos.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/User28_Kerberos.mof
 306              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/User28_Org.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/User28_Org.mof
 307              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/User28_PrivilegeManagementService.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/User28_PrivilegeManagementService.mof
 308 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
 309              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/User28_PublicKey.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/User28_PublicKey.mof
 310              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/User28_Role.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/User28_Role.mof
 311              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/User28_SecurityLevel.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/User28_SecurityLevel.mof
 312              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/User28_SecurityServices.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/User28_SecurityServices.mof
 313              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/User28_SharedSecret.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/User28_SharedSecret.mof
 314              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/User28_StorageHardwareID.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/User28_StorageHardwareID.mof
 315              install -D -m 0644  $PEGASUS_ROOT/Schemas/CIM28/User28_UsersAccess.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/User28_UsersAccess.mof
 316 w.otsuka 1.1 
 317              #
 318              # Pegasus' schema
 319              #
 320              
 321              # Internal:
 322 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
 323              install -D -m 0644  $PEGASUS_ROOT/Schemas/Pegasus/Internal/VER20/PG_ConfigSetting20.mof  $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/Pegasus/PG_ConfigSetting20.mof
 324              install -D -m 0644  $PEGASUS_ROOT/Schemas/Pegasus/Internal/VER20/PG_InternalSchema20.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/Pegasus/PG_InternalSchema20.mof
 325              install -D -m 0644  $PEGASUS_ROOT/Schemas/Pegasus/Internal/VER20/PG_ShutdownService20.mof           $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/Pegasus/PG_ShutdownService20.mof
 326              install -D -m 0644  $PEGASUS_ROOT/Schemas/Pegasus/Internal/VER20/PG_User20.mof           $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/Pegasus/PG_User20.mof
 327 w.otsuka 1.1 
 328              # InterOp:
 329 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
 330              install -D -m 0644  $PEGASUS_ROOT/Schemas/Pegasus/InterOp/VER20/PG_InterOpSchema20.mof   $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/Pegasus/PG_InterOpSchema20.mof
 331              install -D -m 0644  $PEGASUS_ROOT/Schemas/Pegasus/InterOp/VER20/PG_ProviderModule20.mof  $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/Pegasus/PG_ProviderModule20.mof
 332 w.otsuka 1.1 
 333              #
 334              # Pegasus Default Providers' schema
 335              #
 336 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
 337              install -D -m 0644  $PEGASUS_ROOT/Schemas/Pegasus/ManagedSystem/VER20/PG_ComputerSystem20R.mof                               $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/Pegasus/PG_ComputerSystem20R.mof
 338              install -D -m 0644  $PEGASUS_ROOT/Schemas/Pegasus/ManagedSystem/VER20/PG_ManagedSystemSchema20.mof                               $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/Pegasus/PG_ManagedSystemSchema20.mof
 339              install -D -m 0644  $PEGASUS_ROOT/Schemas/Pegasus/ManagedSystem/VER20/PG_ManagedSystemSchema20R.mof                               $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/Pegasus/PG_ManagedSystemSchema20R.mof
 340              install -D -m 0644  $PEGASUS_ROOT/Schemas/Pegasus/ManagedSystem/VER20/PG_OperatingSystem20.mof                               $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/Pegasus/PG_OperatingSystem20.mof
 341              install -D -m 0644  $PEGASUS_ROOT/Schemas/Pegasus/ManagedSystem/VER20/PG_OperatingSystem20R.mof                               $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/Pegasus/PG_OperatingSystem20R.mof
 342              install -D -m 0644  $PEGASUS_ROOT/Schemas/Pegasus/ManagedSystem/VER20/PG_UnixProcess20.mof                               $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/Pegasus/PG_UnixProcess20.mof
 343              install -D -m 0644  $PEGASUS_ROOT/Schemas/Pegasus/ManagedSystem/VER20/PG_UnixProcess20R.mof                               $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/Pegasus/PG_UnixProcess20R.mof
 344 w.otsuka 1.1 #
 345              # Initial Repository
 346              #
 347              mkdir -p  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root
 348              mkdir -p  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root/classes
 349              mkdir -p  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root/instances
 350              mkdir -p  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root/qualifiers
 351              mkdir -p  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_Internal
 352              mkdir -p  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_Internal/classes
 353              mkdir -p  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_Internal/instances
 354              mkdir -p  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers
 355              mkdir -p  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp
 356              mkdir -p  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes
 357              mkdir -p  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/instances
 358              mkdir -p  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers
 359              mkdir -p  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2
 360              mkdir -p  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes
 361              mkdir -p  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/instances
 362              mkdir -p  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers
 363              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.#
 364              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.#
 365 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.#
 366              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.#
 367              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.#
 368              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_Internal/qualifiers/Abstract  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/Abstract
 369              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_Internal/qualifiers/Aggregate  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/Aggregate
 370              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_Internal/qualifiers/Aggregation  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/Aggregation
 371              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_Internal/qualifiers/Alias  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/Alias
 372              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_Internal/qualifiers/ArrayType  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/ArrayType
 373              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_Internal/qualifiers/ASSOCIATION  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/ASSOCIATION
 374              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_Internal/qualifiers/BitMap  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/BitMap
 375              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_Internal/qualifiers/BitValues  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/BitValues
 376              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_Internal/qualifiers/Composition  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/Composition
 377              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_Internal/qualifiers/Counter  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/Counter
 378              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_Internal/qualifiers/Delete  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/Delete
 379              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_Internal/qualifiers/Deprecated  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/Deprecated
 380              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_Internal/qualifiers/Description  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/Description
 381              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_Internal/qualifiers/DisplayName  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/DisplayName
 382              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_Internal/qualifiers/DN  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/DN
 383              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_Internal/qualifiers/EmbeddedObject  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/EmbeddedObject
 384              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_Internal/qualifiers/Exception  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/Exception
 385              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_Internal/qualifiers/Expensive  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/Expensive
 386 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
 387              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_Internal/qualifiers/Gauge  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/Gauge
 388              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_Internal/qualifiers/Ifdeleted  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/Ifdeleted
 389              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_Internal/qualifiers/In  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/In
 390              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_Internal/qualifiers/INDICATION  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/INDICATION
 391              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_Internal/qualifiers/Invisible  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/Invisible
 392              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_Internal/qualifiers/Key  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/Key
 393              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_Internal/qualifiers/Large  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/Large
 394              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_Internal/qualifiers/MappingStrings  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/MappingStrings
 395              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_Internal/qualifiers/Max  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/Max
 396              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_Internal/qualifiers/MaxLen  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/MaxLen
 397              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_Internal/qualifiers/MaxValue  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/MaxValue
 398              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_Internal/qualifiers/Min  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/Min
 399              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_Internal/qualifiers/MinLen  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/MinLen
 400              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_Internal/qualifiers/MinValue  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/MinValue
 401              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_Internal/qualifiers/ModelCorrespondence  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/ModelCorrespondence
 402              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_Internal/qualifiers/Nonlocal  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/Nonlocal
 403              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_Internal/qualifiers/NonlocalType  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/NonlocalType
 404              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_Internal/qualifiers/NullValue  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/NullValue
 405              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_Internal/qualifiers/Octetstring  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/Octetstring
 406              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_Internal/qualifiers/Out  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/Out
 407 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
 408              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_Internal/qualifiers/Propagated  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/Propagated
 409              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_Internal/qualifiers/PropertyUsage  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/PropertyUsage
 410              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_Internal/qualifiers/Provider  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/Provider
 411              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_Internal/qualifiers/Read  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/Read
 412              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_Internal/qualifiers/Required  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/Required
 413              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_Internal/qualifiers/Revision  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/Revision
 414              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_Internal/qualifiers/CLASS  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/CLASS
 415              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_Internal/qualifiers/Source  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/Source
 416              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_Internal/qualifiers/SourceType  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/SourceType
 417              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_Internal/qualifiers/Static  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/Static
 418              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_Internal/qualifiers/Syntax  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/Syntax
 419              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_Internal/qualifiers/SyntaxType  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/SyntaxType
 420              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_Internal/qualifiers/Terminal  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/Terminal
 421              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_Internal/qualifiers/TriggerType  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/TriggerType
 422              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_Internal/qualifiers/Units  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/Units
 423              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_Internal/qualifiers/UnknownValues  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/UnknownValues
 424              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_Internal/qualifiers/UnsupportedValues  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/UnsupportedValues
 425              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_Internal/qualifiers/ValueMap  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/ValueMap
 426              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_Internal/qualifiers/Values  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/Values
 427              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_Internal/qualifiers/Version  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/Version
 428 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
 429              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_Internal/qualifiers/Write  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/Write
 430              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.#
 431              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/classes/associations  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/associations
 432              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.#
 433              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
 434              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.#
 435              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
 436              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.#
 437              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
 438              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
 439              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
 440              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
 441              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
 442              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
 443              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
 444              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.#
 445              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
 446              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
 447              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
 448              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
 449 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
 450              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
 451              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
 452              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.#
 453              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.#
 454              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
 455              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
 456              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
 457              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
 458              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.#
 459              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
 460              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
 461              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
 462              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
 463              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
 464              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
 465              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
 466              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
 467              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
 468              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
 469              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
 470 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
 471              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.#
 472              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
 473              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
 474              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
 475              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
 476              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
 477              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.#
 478              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
 479              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
 480              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
 481              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
 482              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
 483              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
 484              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
 485              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
 486              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.#
 487              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
 488              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
 489              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
 490              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
 491 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
 492              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.#
 493              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
 494              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
 495              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
 496              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
 497              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.#
 498              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
 499              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
 500              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
 501              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
 502              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
 503              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.#
 504              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.#
 505              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.#
 506              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
 507              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.#
 508              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
 509              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.#
 510              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.#
 511              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
 512 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
 513              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
 514              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.#
 515              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.#
 516              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.#
 517              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
 518              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.#
 519              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
 520              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
 521              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
 522              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.#
 523              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
 524              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.#
 525              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
 526              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.#
 527              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
 528              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
 529              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
 530              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
 531              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.#
 532              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.#
 533 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.#
 534              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.#
 535              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.#
 536              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.#
 537              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
 538              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
 539              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.#
 540              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
 541              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.#
 542              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.#
 543              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
 544              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.#
 545              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.#
 546              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
 547              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
 548              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
 549              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
 550              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
 551              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
 552              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
 553              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
 554 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
 555              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
 556              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
 557              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
 558              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.#
 559              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.#
 560              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
 561              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
 562              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.#
 563              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
 564              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
 565              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
 566              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
 567              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
 568              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
 569              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
 570              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
 571              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
 572              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
 573              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
 574              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
 575 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
 576              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
 577              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
 578              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
 579              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
 580              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
 581              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
 582              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
 583              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.#
 584              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
 585              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
 586              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
 587              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
 588              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
 589              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
 590              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
 591              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
 592              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
 593              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
 594              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
 595              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
 596 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
 597              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
 598              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/qualifiers/Abstract  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/Abstract
 599              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/qualifiers/Aggregate  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/Aggregate
 600              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/qualifiers/Aggregation  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/Aggregation
 601              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/qualifiers/Alias  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/Alias
 602              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/qualifiers/ArrayType  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/ArrayType
 603              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/qualifiers/ASSOCIATION  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/ASSOCIATION
 604              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/qualifiers/BitMap  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/BitMap
 605              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/qualifiers/BitValues  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/BitValues
 606              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/qualifiers/Composition  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/Composition
 607              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/qualifiers/Counter  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/Counter
 608              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/qualifiers/Delete  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/Delete
 609              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/qualifiers/Deprecated  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/Deprecated
 610              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/qualifiers/Description  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/Description
 611              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/qualifiers/DisplayName  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/DisplayName
 612              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/qualifiers/DN  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/DN
 613              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/qualifiers/EmbeddedObject  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/EmbeddedObject
 614              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/qualifiers/Exception  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/Exception
 615              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/qualifiers/Expensive  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/Expensive
 616              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/qualifiers/Experimental  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/Experimental
 617 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
 618              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/qualifiers/Ifdeleted  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/Ifdeleted
 619              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/qualifiers/In  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/In
 620              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/qualifiers/INDICATION  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/INDICATION
 621              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/qualifiers/Invisible  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/Invisible
 622              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/qualifiers/Key  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/Key
 623              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/qualifiers/Large  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/Large
 624              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/qualifiers/MappingStrings  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/MappingStrings
 625              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/qualifiers/Max  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/Max
 626              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/qualifiers/MaxLen  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/MaxLen
 627              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/qualifiers/MaxValue  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/MaxValue
 628              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/qualifiers/Min  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/Min
 629              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/qualifiers/MinLen  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/MinLen
 630              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/qualifiers/MinValue  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/MinValue
 631              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/qualifiers/ModelCorrespondence  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/ModelCorrespondence
 632              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/qualifiers/Nonlocal  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/Nonlocal
 633              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/qualifiers/NonlocalType  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/NonlocalType
 634              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/qualifiers/NullValue  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/NullValue
 635              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/qualifiers/Octetstring  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/Octetstring
 636              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/qualifiers/Out  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/Out
 637              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/qualifiers/Override  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/Override
 638 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
 639              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/qualifiers/PropertyUsage  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/PropertyUsage
 640              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/qualifiers/Provider  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/Provider
 641              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/qualifiers/Read  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/Read
 642              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/qualifiers/Required  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/Required
 643              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/qualifiers/Revision  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/Revision
 644              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/qualifiers/CLASS  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/CLASS
 645              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/qualifiers/Source  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/Source
 646              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/qualifiers/SourceType  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/SourceType
 647              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/qualifiers/Static  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/Static
 648              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/qualifiers/Syntax  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/Syntax
 649              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/qualifiers/SyntaxType  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/SyntaxType
 650              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/qualifiers/Terminal  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/Terminal
 651              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/qualifiers/TriggerType  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/TriggerType
 652              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/qualifiers/Units  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/Units
 653              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/qualifiers/UnknownValues  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/UnknownValues
 654              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/qualifiers/UnsupportedValues  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/UnsupportedValues
 655              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/qualifiers/ValueMap  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/ValueMap
 656              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/qualifiers/Values  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/Values
 657              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/qualifiers/Version  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/Version
 658              install -D -m 0755  $PEGASUS_HOME/repository/root#PG_InterOp/qualifiers/Weak  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/Weak
 659 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
 660              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ManagedElement.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ManagedElement.#
 661              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/associations  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/associations
 662              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_Dependency.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Dependency.#
 663              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
 664              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_Component.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Component.#
 665              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
 666              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_LogicalIdentity.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_LogicalIdentity.#
 667              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
 668              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
 669              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
 670              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
 671              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
 672              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
 673              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
 674              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_Synchronized.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Synchronized.#
 675              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
 676              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
 677              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
 678              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
 679              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
 680 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
 681              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
 682              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ServiceAvailableToElement.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ServiceAvailableToElement.#
 683              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ServiceAffectsElement.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ServiceAffectsElement.#
 684              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
 685              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
 686              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
 687              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
 688              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_SAPAvailableForElement.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SAPAvailableForElement.#
 689              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
 690              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
 691              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
 692              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
 693              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
 694              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
 695              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
 696              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
 697              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
 698              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
 699              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
 700              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
 701 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.#
 702              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
 703              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
 704              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
 705              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
 706              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
 707              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_InstalledSoftwareIdentity.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_InstalledSoftwareIdentity.#
 708              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
 709              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
 710              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
 711              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
 712              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
 713              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
 714              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
 715              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
 716              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_MemberOfCollection.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_MemberOfCollection.#
 717              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
 718              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
 719              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
 720              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
 721              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
 722 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.#
 723              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
 724              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
 725              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
 726              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
 727              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ActsAsSpare.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ActsAsSpare.#
 728              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
 729              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
 730              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
 731              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
 732              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
 733              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ProductParentChild.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ProductParentChild.#
 734              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_CompatibleProduct.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_CompatibleProduct.#
 735              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ProductProductDependency.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ProductProductDependency.#
 736              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
 737              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ProductSupport.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ProductSupport.#
 738              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
 739              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ProductFRU.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ProductFRU.#
 740              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ReplaceableProductFRU.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ReplaceableProductFRU.#
 741              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
 742              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
 743 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
 744              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ProductPhysicalElements.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ProductPhysicalElements.#
 745              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_FRUPhysicalElements.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_FRUPhysicalElements.#
 746              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_FRUIncludesProduct.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_FRUIncludesProduct.#
 747              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
 748              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ElementCapabilities.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ElementCapabilities.#
 749              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
 750              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
 751              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
 752              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ElementSettingData.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ElementSettingData.#
 753              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
 754              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ElementProfile.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ElementProfile.#
 755              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
 756              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ElementSetting.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ElementSetting.#
 757              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
 758              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
 759              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
 760              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
 761              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ConfigurationComponent.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ConfigurationComponent.#
 762              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ElementConfiguration.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ElementConfiguration.#
 763              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_CollectionConfiguration.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_CollectionConfiguration.#
 764 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.#
 765              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_SettingContext.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SettingContext.#
 766              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_CollectionSetting.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_CollectionSetting.#
 767              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
 768              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
 769              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_SystemSettingContext.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SystemSettingContext.#
 770              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
 771              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ElementStatisticalData.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ElementStatisticalData.#
 772              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_RelatedStatisticalData.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_RelatedStatisticalData.#
 773              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
 774              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_Statistics.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Statistics.#
 775              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_RelatedStatistics.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_RelatedStatistics.#
 776              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
 777              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
 778              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
 779              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
 780              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
 781              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
 782              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
 783              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
 784              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
 785 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
 786              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
 787              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
 788              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ParameterValueSources.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ParameterValueSources.#
 789              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ParametersForMethod.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ParametersForMethod.#
 790              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
 791              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
 792              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
 793              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
 794              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
 795              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
 796              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
 797              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
 798              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
 799              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
 800              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
 801              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
 802              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
 803              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
 804              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
 805              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
 806 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
 807              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
 808              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
 809              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
 810              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
 811              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
 812              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_AdjacentSlots.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AdjacentSlots.#
 813              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
 814              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
 815              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
 816              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
 817              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
 818              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
 819              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
 820              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
 821              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
 822              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
 823              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
 824              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
 825              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
 826              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
 827 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
 828              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
 829              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
 830              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
 831              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ParticipatesInSet.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ParticipatesInSet.#
 832              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
 833              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ElementCapacity.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ElementCapacity.#
 834              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
 835              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
 836              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
 837              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
 838              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
 839              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
 840              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
 841              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
 842              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
 843              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
 844              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
 845              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_Export.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Export.#
 846              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
 847              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
 848 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
 849              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
 850              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
 851              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
 852              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
 853              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
 854              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
 855              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
 856              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
 857              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
 858              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
 859              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
 860              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
 861              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
 862              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
 863              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
 864              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
 865              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
 866              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
 867              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
 868              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
 869 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
 870              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
 871              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
 872              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
 873              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
 874              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
 875              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
 876              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
 877              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ServiceProcess.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ServiceProcess.#
 878              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
 879              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
 880              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_OwningJobElement.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_OwningJobElement.#
 881              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_AffectedJobElement.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AffectedJobElement.#
 882              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
 883              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
 884              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
 885              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
 886              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
 887              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
 888              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
 889              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
 890 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
 891              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
 892              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
 893              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
 894              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
 895              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
 896              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
 897              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
 898              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
 899              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
 900              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
 901              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
 902              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
 903              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
 904              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
 905              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
 906              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
 907              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
 908              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
 909              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
 910              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
 911 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
 912              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
 913              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
 914              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
 915              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
 916              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
 917              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
 918              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_RecordInLog.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_RecordInLog.#
 919              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
 920              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
 921              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
 922              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
 923              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
 924              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
 925              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_DiagnosticResult.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DiagnosticResult.#
 926              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
 927              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_DiagnosticResultForMSE.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DiagnosticResultForMSE.#
 928              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_DiagnosticResultForTest.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DiagnosticResultForTest.#
 929              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
 930              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
 931              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_DiagnosticResultInPackage.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DiagnosticResultInPackage.#
 932 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
 933              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_Indication.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Indication.#
 934              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
 935              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
 936              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
 937              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_IndicationSubscription.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_IndicationSubscription.#
 938              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
 939              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
 940              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
 941              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
 942              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
 943              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
 944              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
 945              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
 946              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
 947              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
 948              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
 949              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
 950              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
 951              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
 952              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
 953 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
 954              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
 955              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
 956              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
 957              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
 958              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
 959              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
 960              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
 961              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
 962              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
 963              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
 964              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
 965              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
 966              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
 967              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_SystemInNamespace.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SystemInNamespace.#
 968              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
 969              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
 970              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
 971              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
 972              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
 973              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
 974 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.#
 975              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
 976              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_CollectionInSystem.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_CollectionInSystem.#
 977              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
 978              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_OrgStructure.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_OrgStructure.#
 979              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_CollectionInOrganization.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_CollectionInOrganization.#
 980              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
 981              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
 982              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
 983              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
 984              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
 985              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
 986              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
 987              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
 988              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
 989              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
 990              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
 991              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
 992              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
 993              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
 994              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
 995 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
 996              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
 997              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
 998              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
 999              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
1000              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
1001              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
1002              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
1003              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
1004              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
1005              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
1006              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
1007              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
1008              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
1009              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
1010              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
1011              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
1012              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
1013              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_IdentityContext.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_IdentityContext.#
1014              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_AssignedIdentity.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AssignedIdentity.#
1015              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
1016 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
1017              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ElementSecuritySensitivity.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ElementSecuritySensitivity.#
1018              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
1019              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
1020              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
1021              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
1022              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
1023              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
1024              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
1025              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
1026              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
1027              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
1028              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
1029              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
1030              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
1031              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
1032              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
1033              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
1034              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
1035              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
1036              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
1037 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
1038              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
1039              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
1040              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
1041              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
1042              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
1043              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
1044              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
1045              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
1046              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_AuthorizedSubject.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AuthorizedSubject.#
1047              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_AuthorizedTarget.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AuthorizedTarget.#
1048              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
1049              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
1050              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
1051              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
1052              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
1053              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
1054              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
1055              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
1056              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
1057              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
1058 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
1059              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
1060              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
1061              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
1062              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
1063              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
1064              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
1065              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
1066              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
1067              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
1068              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ApplicationSystemDirectory.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ApplicationSystemDirectory.#
1069              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
1070              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
1071              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
1072              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
1073              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
1074              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ProductSoftwareFeatures.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ProductSoftwareFeatures.#
1075              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
1076              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
1077              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
1078              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_FRUIncludesSoftwareFeature.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_FRUIncludesSoftwareFeature.#
1079 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
1080              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
1081              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
1082              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_InstalledProductImage.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_InstalledProductImage.#
1083              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
1084              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
1085              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
1086              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
1087              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
1088              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
1089              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
1090              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
1091              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
1092              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
1093              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
1094              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
1095              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
1096              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_SoftwareElementChecks.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SoftwareElementChecks.#
1097              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_DirectorySpecificationFile.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DirectorySpecificationFile.#
1098              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
1099              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
1100 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
1101              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
1102              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
1103              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
1104              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
1105              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
1106              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
1107              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
1108              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ActionSequence.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ActionSequence.#
1109              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_SoftwareElementActions.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SoftwareElementActions.#
1110              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ToDirectorySpecification.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ToDirectorySpecification.#
1111              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_FromDirectorySpecification.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_FromDirectorySpecification.#
1112              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_ToDirectoryAction.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ToDirectoryAction.#
1113              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_FromDirectoryAction.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_FromDirectoryAction.#
1114              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_InstalledSoftwareElement.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_InstalledSoftwareElement.#
1115              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
1116              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
1117              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
1118              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
1119              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
1120              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
1121 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
1122              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
1123              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
1124              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
1125              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
1126              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
1127              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
1128              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
1129              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
1130              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
1131              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
1132              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
1133              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
1134              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
1135              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
1136              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
1137              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
1138              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
1139              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
1140              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
1141              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
1142 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
1143              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
1144              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
1145              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
1146              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
1147              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
1148              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
1149              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
1150              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
1151              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
1152              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
1153              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
1154              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
1155              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
1156              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
1157              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
1158              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
1159              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
1160              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
1161              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
1162              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
1163 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
1164              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
1165              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
1166              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
1167              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
1168              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
1169              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
1170              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
1171              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
1172              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
1173              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
1174              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
1175              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
1176              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
1177              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
1178              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
1179              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
1180              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
1181              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
1182              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
1183              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
1184 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
1185              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
1186              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
1187              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
1188              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
1189              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
1190              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
1191              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
1192              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
1193              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
1194              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
1195              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
1196              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
1197              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
1198              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
1199              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
1200              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
1201              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
1202              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
1203              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
1204              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
1205 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
1206              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
1207              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
1208              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
1209              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
1210              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
1211              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
1212              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
1213              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
1214              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
1215              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
1216              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
1217              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
1218              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
1219              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
1220              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
1221              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
1222              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_UoWDefTraceLevelType.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_UoWDefTraceLevelType.#
1223              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
1224              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
1225              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
1226 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
1227              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_NetworksInAdminDomain.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_NetworksInAdminDomain.#
1228              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
1229              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
1230              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
1231              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
1232              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
1233              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
1234              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
1235              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
1236              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
1237              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
1238              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
1239              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
1240              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
1241              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
1242              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
1243              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
1244              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
1245              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
1246              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
1247 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
1248              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
1249              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
1250              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
1251              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
1252              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
1253              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
1254              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
1255              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
1256              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
1257              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
1258              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
1259              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
1260              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
1261              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
1262              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
1263              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
1264              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
1265              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
1266              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
1267              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
1268 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
1269              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
1270              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_LogicalNetworkService.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_LogicalNetworkService.#
1271              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
1272              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
1273              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
1274              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
1275              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
1276              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
1277              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
1278              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
1279              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
1280              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
1281              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
1282              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
1283              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
1284              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
1285              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
1286              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
1287              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
1288              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
1289 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
1290              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
1291              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
1292              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
1293              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
1294              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
1295              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
1296              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
1297              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
1298              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
1299              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
1300              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
1301              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
1302              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
1303              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
1304              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
1305              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
1306              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
1307              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
1308              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
1309              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
1310 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
1311              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
1312              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
1313              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
1314              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
1315              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
1316              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
1317              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
1318              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_BGPClustersInAS.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_BGPClustersInAS.#
1319              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
1320              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
1321              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
1322              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
1323              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
1324              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
1325              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
1326              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
1327              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
1328              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
1329              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
1330              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
1331 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
1332              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
1333              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
1334              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
1335              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
1336              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
1337              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
1338              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
1339              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
1340              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
1341              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
1342              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
1343              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
1344              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
1345              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
1346              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
1347              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
1348              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
1349              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
1350              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
1351              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
1352 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
1353              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
1354              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
1355              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
1356              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
1357              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
1358              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
1359              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
1360              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
1361              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
1362              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
1363              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
1364              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
1365              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
1366              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
1367              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
1368              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
1369              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
1370              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
1371              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
1372              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
1373 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
1374              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
1375              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
1376              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
1377              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
1378              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_AFRelatedServices.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AFRelatedServices.#
1379              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
1380              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
1381              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
1382              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
1383              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
1384              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_NextService.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_NextService.#
1385              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
1386              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
1387              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
1388              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
1389              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
1390              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
1391              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
1392              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
1393              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
1394 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
1395              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_NextServiceAfterMeter.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_NextServiceAfterMeter.#
1396              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
1397              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
1398              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
1399              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
1400              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
1401              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
1402              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
1403              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
1404              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
1405              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
1406              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
1407              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
1408              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
1409              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
1410              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
1411              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
1412              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
1413              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
1414              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
1415 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
1416              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
1417              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
1418              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
1419              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
1420              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
1421              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_QueueToSchedule.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_QueueToSchedule.#
1422              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
1423              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_SchedulingServiceToSchedule.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SchedulingServiceToSchedule.#
1424              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
1425              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
1426              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
1427              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
1428              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
1429              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
1430              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
1431              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
1432              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
1433              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
1434              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
1435              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
1436 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
1437              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
1438              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
1439              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
1440              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
1441              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
1442              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
1443              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
1444              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
1445              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
1446              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
1447              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
1448              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
1449              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
1450              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
1451              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
1452              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
1453              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
1454              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
1455              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
1456              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
1457 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
1458              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
1459              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
1460              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
1461              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
1462              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
1463              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
1464              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
1465              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
1466              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
1467              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
1468              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
1469              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
1470              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
1471              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
1472              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
1473              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
1474              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
1475              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
1476              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
1477              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
1478 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
1479              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
1480              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
1481              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
1482              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
1483              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
1484              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
1485              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
1486              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
1487              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
1488              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
1489              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
1490              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
1491              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
1492              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
1493              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
1494              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
1495              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
1496              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
1497              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
1498              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
1499 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
1500              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
1501              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
1502              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
1503              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
1504              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
1505              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
1506              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
1507              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
1508              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
1509              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
1510              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
1511              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
1512              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
1513              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
1514              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
1515              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
1516              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
1517              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
1518              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
1519              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
1520 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
1521              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
1522              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
1523              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
1524              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
1525              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
1526              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
1527              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
1528              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
1529              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
1530              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
1531              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
1532              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
1533              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
1534              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
1535              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
1536              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
1537              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
1538              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
1539              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
1540              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
1541 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
1542              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
1543              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
1544              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_FibrePortActiveLogin.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_FibrePortActiveLogin.#
1545              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
1546              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
1547              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
1548              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
1549              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
1550              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
1551              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
1552              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
1553              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
1554              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
1555              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
1556              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
1557              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
1558              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
1559              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
1560              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
1561              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
1562 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
1563              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
1564              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
1565              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
1566              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
1567              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
1568              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
1569              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
1570              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
1571              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
1572              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
1573              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
1574              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
1575              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
1576              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
1577              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
1578              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
1579              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
1580              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
1581              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
1582              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
1583 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
1584              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
1585              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
1586              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_StorageDefect.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_StorageDefect.#
1587              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
1588              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
1589              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
1590              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
1591              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
1592              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
1593              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
1594              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
1595              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
1596              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
1597              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
1598              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
1599              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
1600              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
1601              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
1602              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
1603              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
1604 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
1605              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
1606              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
1607              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
1608              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
1609              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
1610              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
1611              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
1612              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
1613              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
1614              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
1615              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
1616              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
1617              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
1618              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
1619              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
1620              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
1621              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
1622              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
1623              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
1624              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
1625 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
1626              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
1627              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
1628              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
1629              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
1630              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
1631              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
1632              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
1633              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
1634              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
1635              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
1636              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
1637              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
1638              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
1639              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
1640              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
1641              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
1642              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
1643              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
1644              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
1645              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
1646 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
1647              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
1648              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
1649              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
1650              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
1651              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
1652              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
1653              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
1654              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
1655              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
1656              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
1657              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
1658              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
1659              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
1660              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
1661              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
1662              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
1663              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
1664              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
1665              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
1666              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
1667 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
1668              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
1669              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
1670              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
1671              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
1672              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
1673              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
1674              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
1675              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
1676              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
1677              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
1678              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
1679              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
1680              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
1681              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
1682              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
1683              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
1684              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
1685              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
1686              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
1687              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
1688 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
1689              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
1690              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
1691              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
1692              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
1693              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
1694              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
1695              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
1696              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
1697              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
1698              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
1699              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
1700              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
1701              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
1702              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
1703              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
1704              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
1705              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
1706              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
1707              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
1708              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
1709 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
1710              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
1711              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
1712              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
1713              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
1714              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
1715              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
1716              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
1717              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
1718              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
1719              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
1720              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
1721              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
1722              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
1723              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
1724              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
1725              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
1726              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
1727              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
1728              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
1729              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
1730 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
1731              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
1732              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
1733              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
1734              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
1735              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
1736              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
1737              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
1738              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
1739              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
1740              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
1741              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
1742              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
1743              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
1744              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
1745              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
1746              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
1747              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
1748              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
1749              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
1750              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
1751 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
1752              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
1753              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
1754              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
1755              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
1756              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/classes/CIM_PolicySetAppliesToElement.#  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PolicySetAppliesToElement.#
1757              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
1758              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
1759              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
1760              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
1761              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
1762              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
1763              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
1764              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
1765              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
1766              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
1767              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
1768              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
1769              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
1770              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
1771              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
1772 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
1773              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
1774              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
1775              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
1776              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
1777              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
1778              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
1779              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
1780              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
1781              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
1782              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
1783              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
1784              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
1785              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
1786              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
1787              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
1788              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
1789              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
1790              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
1791              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
1792              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
1793 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
1794              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
1795              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
1796              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
1797              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
1798              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
1799              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
1800              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
1801              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
1802              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
1803              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
1804              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
1805              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
1806              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
1807              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
1808              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
1809              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
1810              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
1811              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
1812              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
1813              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
1814 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
1815              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
1816              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
1817              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
1818              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
1819              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
1820              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
1821              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
1822              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
1823              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
1824              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
1825              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
1826              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
1827              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
1828              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
1829              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
1830              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
1831              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
1832              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
1833              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
1834              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
1835 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
1836              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
1837              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
1838              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
1839              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
1840              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
1841              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
1842              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
1843              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
1844              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
1845              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
1846              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
1847              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
1848              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
1849              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
1850              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
1851              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
1852              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
1853              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
1854              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/qualifiers/Abstract  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/Abstract
1855              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/qualifiers/Aggregate  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/Aggregate
1856 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
1857              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/qualifiers/Alias  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/Alias
1858              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/qualifiers/ArrayType  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/ArrayType
1859              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/qualifiers/ASSOCIATION  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/ASSOCIATION
1860              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/qualifiers/BitMap  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/BitMap
1861              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/qualifiers/BitValues  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/BitValues
1862              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/qualifiers/Composition  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/Composition
1863              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/qualifiers/Counter  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/Counter
1864              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/qualifiers/Delete  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/Delete
1865              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/qualifiers/Deprecated  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/Deprecated
1866              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/qualifiers/Description  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/Description
1867              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/qualifiers/DisplayName  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/DisplayName
1868              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/qualifiers/DN  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/DN
1869              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/qualifiers/EmbeddedObject  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/EmbeddedObject
1870              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/qualifiers/Exception  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/Exception
1871              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/qualifiers/Expensive  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/Expensive
1872              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/qualifiers/Experimental  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/Experimental
1873              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/qualifiers/Gauge  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/Gauge
1874              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/qualifiers/Ifdeleted  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/Ifdeleted
1875              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/qualifiers/In  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/In
1876              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/qualifiers/INDICATION  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/INDICATION
1877 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
1878              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/qualifiers/Key  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/Key
1879              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/qualifiers/Large  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/Large
1880              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/qualifiers/MappingStrings  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/MappingStrings
1881              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/qualifiers/Max  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/Max
1882              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/qualifiers/MaxLen  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/MaxLen
1883              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/qualifiers/MaxValue  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/MaxValue
1884              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/qualifiers/Min  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/Min
1885              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/qualifiers/MinLen  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/MinLen
1886              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/qualifiers/MinValue  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/MinValue
1887              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/qualifiers/ModelCorrespondence  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/ModelCorrespondence
1888              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/qualifiers/Nonlocal  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/Nonlocal
1889              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/qualifiers/NonlocalType  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/NonlocalType
1890              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/qualifiers/NullValue  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/NullValue
1891              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/qualifiers/Octetstring  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/Octetstring
1892              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/qualifiers/Out  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/Out
1893              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/qualifiers/Override  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/Override
1894              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/qualifiers/Propagated  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/Propagated
1895              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/qualifiers/PropertyUsage  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/PropertyUsage
1896              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/qualifiers/Provider  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/Provider
1897              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/qualifiers/Read  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/Read
1898 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
1899              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/qualifiers/Revision  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/Revision
1900              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/qualifiers/CLASS  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/CLASS
1901              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/qualifiers/Source  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/Source
1902              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/qualifiers/SourceType  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/SourceType
1903              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/qualifiers/Static  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/Static
1904              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/qualifiers/Syntax  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/Syntax
1905              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/qualifiers/SyntaxType  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/SyntaxType
1906              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/qualifiers/Terminal  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/Terminal
1907              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/qualifiers/TriggerType  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/TriggerType
1908              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/qualifiers/Units  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/Units
1909              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/qualifiers/UnknownValues  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/UnknownValues
1910              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/qualifiers/UnsupportedValues  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/UnsupportedValues
1911              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/qualifiers/ValueMap  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/ValueMap
1912              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/qualifiers/Values  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/Values
1913              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/qualifiers/Version  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/Version
1914              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/qualifiers/Weak  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/Weak
1915              install -D -m 0755  $PEGASUS_HOME/repository/root#cimv2/qualifiers/Write  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/Write
1916              
1917              #
1918              # SSL Files
1919 w.otsuka 1.1 #
1920              install -D -m 0644  $PEGASUS_ROOT/src/Server/ssl.cnf $RPM_BUILD_ROOT%PEGASUS_CONFIG_DIR/ssl.orig
1921              
1922              #
1923              # cimserver config files
1924              #
1925              install -D -m 0644  $PEGASUS_ROOT/src/Server/%PEGASUS_PLANNED_CONFIG_FILE $RPM_BUILD_ROOT%PEGASUS_VARDATA_DIR/%PEGASUS_PLANNED_CONFIG_FILE
1926              
1927              #
1928              # WBEM pam authentication
1929              #
1930              install -D -m 0644  $PEGASUS_ROOT/rpm/wbem $RPM_BUILD_ROOT%PAM_CONF/wbem
1931              
1932              #
1933              # repository install script
1934              #
1935 w.otsuka 1.3 echo "PEGASUS_MOF_DIR="%PEGASUS_MOF_DIR > initrepository.in
1936              echo "PEGASUS_REPOSITORY_DIR="%PEGASUS_REPOSITORY_DIR >> initrepository.in
1937              echo "PEGASUS_BIN_DIR="%PEGASUS_BIN_DIR >> initrepository.in
1938              echo "PEGASUS_CIM_SCHEMA=28" >> initrepository.in
1939              cat initrepository.in $PEGASUS_ROOT/installs/scripts/init_repository > $RPM_BUILD_ROOT%PEGASUS_SBIN_DIR/init_repository
1940              chmod 0544 $RPM_BUILD_ROOT%PEGASUS_SBIN_DIR/init_repository
1941 w.otsuka 1.1 
1942              #
1943              # man pages
1944              #
1945              install -D -m 0444  $PEGASUS_ROOT/rpm/manLinux/man1.Z/cimmof.1 $RPM_BUILD_ROOT%PEGASUS_MANUSER_DIR/cimmof.1.gz
1946              install -D -m 0444  $PEGASUS_ROOT/rpm/manLinux/man1.Z/cimprovider.1 $RPM_BUILD_ROOT%PEGASUS_MANUSER_DIR/cimprovider.1.gz
1947              install -D -m 0444  $PEGASUS_ROOT/rpm/manLinux/man1.Z/osinfo.1 $RPM_BUILD_ROOT%PEGASUS_MANUSER_DIR/osinfo.1.gz
1948              install -D -m 0444  $PEGASUS_ROOT/rpm/manLinux/man1.Z/wbemexec.1 $RPM_BUILD_ROOT%PEGASUS_MANUSER_DIR/wbemexec.1.gz
1949              install -D -m 0444  $PEGASUS_ROOT/rpm/manLinux/man1m.Z/cimauth.1m $RPM_BUILD_ROOT%PEGASUS_MANADMIN_DIR/cimauth.8.gz
1950              install -D -m 0444  $PEGASUS_ROOT/rpm/manLinux/man1m.Z/cimconfig.1m $RPM_BUILD_ROOT%PEGASUS_MANADMIN_DIR/cimconfig.8.gz
1951              install -D -m 0444  $PEGASUS_ROOT/rpm/manLinux/man1m.Z/cimprovider.1m $RPM_BUILD_ROOT%PEGASUS_MANADMIN_DIR/cimprovider.8.gz
1952              install -D -m 0444  $PEGASUS_ROOT/rpm/manLinux/man1m.Z/cimserver.1m $RPM_BUILD_ROOT%PEGASUS_MANADMIN_DIR/cimserver.8.gz
1953              
1954              install -D -m 0444  $PEGASUS_ROOT/doc/%PEGASUS_LICENSE_FILE $RPM_BUILD_ROOT%PEGASUS_PROD_DIR/%PEGASUS_LICENSE_FILE
1955              #
1956              # SDK
1957              #
1958              %define PEGASUS_INCLUDE_DEST_PATH /opt/tog-pegasus/include
1959              %define PEGASUS_HTML_DEST_PATH    /opt/tog-pegasus/share/html
1960              %define PEGASUS_SAMPLES_DEST_PATH /opt/tog-pegasus/share/samples
1961              %define INCLUDE_DEST_PATH    $RPM_BUILD_ROOT%PEGASUS_INCLUDE_DEST_PATH
1962 w.otsuka 1.1 %define HTML_DEST_PATH       $RPM_BUILD_ROOT%PEGASUS_HTML_DEST_PATH
1963              %define SAMPLES_DEST_PATH     $RPM_BUILD_ROOT%PEGASUS_SAMPLES_DEST_PATH
1964              %define SDK_STAGE_LOC        $PEGASUS_HOME/stageSDK
1965              mkdir -p %INCLUDE_DEST_PATH/{Client,Common,Consumer,Handler,Provider}
1966              mkdir -p %INCLUDE_DEST_PATH/Provider/CMPI
1967              mkdir -p %HTML_DEST_PATH
1968              mkdir -p %SAMPLES_DEST_PATH/{Clients,mak,Providers}
1969              mkdir -p %SAMPLES_DEST_PATH/Providers/Load
1970              install -D -m 0444 %SDK_STAGE_LOC/include/Pegasus/Client/CIMClientException.h %INCLUDE_DEST_PATH/Pegasus/Client/CIMClientException.h
1971              install -D -m 0444 %SDK_STAGE_LOC/include/Pegasus/Client/CIMClient.h %INCLUDE_DEST_PATH/Pegasus/Client/CIMClient.h
1972              install -D -m 0444 %SDK_STAGE_LOC/include/Pegasus/Client/Linkage.h %INCLUDE_DEST_PATH/Pegasus/Client/Linkage.h
1973              install -D -m 0444 %SDK_STAGE_LOC/include/Pegasus/Common/AcceptLanguages.h %INCLUDE_DEST_PATH/Pegasus/Common/AcceptLanguages.h
1974              install -D -m 0444 %SDK_STAGE_LOC/include/Pegasus/Common/AcceptLanguageElement.h %INCLUDE_DEST_PATH/Pegasus/Common/AcceptLanguageElement.h
1975              install -D -m 0444 %SDK_STAGE_LOC/include/Pegasus/Common/Array.h %INCLUDE_DEST_PATH/Pegasus/Common/Array.h
1976              install -D -m 0444 %SDK_STAGE_LOC/include/Pegasus/Common/ArrayInter.h %INCLUDE_DEST_PATH/Pegasus/Common/ArrayInter.h
1977              install -D -m 0444 %SDK_STAGE_LOC/include/Pegasus/Common/Char16.h %INCLUDE_DEST_PATH/Pegasus/Common/Char16.h
1978              install -D -m 0444 %SDK_STAGE_LOC/include/Pegasus/Common/CIMClass.h %INCLUDE_DEST_PATH/Pegasus/Common/CIMClass.h 
1979              install -D -m 0444 %SDK_STAGE_LOC/include/Pegasus/Common/CIMDateTime.h %INCLUDE_DEST_PATH/Pegasus/Common/CIMDateTime.h
1980              install -D -m 0444 %SDK_STAGE_LOC/include/Pegasus/Common/CIMFlavor.h %INCLUDE_DEST_PATH/Pegasus/Common/CIMFlavor.h
1981              install -D -m 0444 %SDK_STAGE_LOC/include/Pegasus/Common/CIMIndication.h %INCLUDE_DEST_PATH/Pegasus/Common/CIMIndication.h 
1982              install -D -m 0444 %SDK_STAGE_LOC/include/Pegasus/Common/CIMInstance.h %INCLUDE_DEST_PATH/Pegasus/Common/CIMInstance.h
1983 w.otsuka 1.1 install -D -m 0444 %SDK_STAGE_LOC/include/Pegasus/Common/CIMMethod.h %INCLUDE_DEST_PATH/Pegasus/Common//CIMMethod.h
1984              install -D -m 0444 %SDK_STAGE_LOC/include/Pegasus/Common/CIMName.h %INCLUDE_DEST_PATH/Pegasus/Common/CIMName.h
1985              install -D -m 0444 %SDK_STAGE_LOC/include/Pegasus/Common/CIMObject.h %INCLUDE_DEST_PATH/Pegasus/Common/CIMObject.h
1986              install -D -m 0444 %SDK_STAGE_LOC/include/Pegasus/Common/CIMObjectPath.h %INCLUDE_DEST_PATH/Pegasus/Common/CIMObjectPath.h
1987              install -D -m 0444 %SDK_STAGE_LOC/include/Pegasus/Common/CIMParameter.h %INCLUDE_DEST_PATH/Pegasus/Common/CIMParameter.h
1988              install -D -m 0444 %SDK_STAGE_LOC/include/Pegasus/Common/CIMParamValue.h %INCLUDE_DEST_PATH/Pegasus/Common/CIMParamValue.h
1989              install -D -m 0444 %SDK_STAGE_LOC/include/Pegasus/Common/CIMProperty.h %INCLUDE_DEST_PATH/Pegasus/Common/CIMProperty.h
1990              install -D -m 0444 %SDK_STAGE_LOC/include/Pegasus/Common/CIMPropertyList.h %INCLUDE_DEST_PATH/Pegasus/Common/CIMPropertyList.h
1991              install -D -m 0444 %SDK_STAGE_LOC/include/Pegasus/Common/CIMQualifierDecl.h %INCLUDE_DEST_PATH/Pegasus/Common/CIMQualifierDecl.h
1992              install -D -m 0444 %SDK_STAGE_LOC/include/Pegasus/Common/CIMQualifier.h %INCLUDE_DEST_PATH/Pegasus/Common/CIMQualifier.h
1993              install -D -m 0444 %SDK_STAGE_LOC/include/Pegasus/Common/CIMScope.h %INCLUDE_DEST_PATH/Pegasus/Common/CIMScope.h
1994              install -D -m 0444 %SDK_STAGE_LOC/include/Pegasus/Common/CIMStatusCode.h %INCLUDE_DEST_PATH/Pegasus/Common/CIMStatusCode.h
1995              install -D -m 0444 %SDK_STAGE_LOC/include/Pegasus/Common/CIMType.h %INCLUDE_DEST_PATH/Pegasus/Common/CIMType.h
1996              install -D -m 0444 %SDK_STAGE_LOC/include/Pegasus/Common/CIMValue.h %INCLUDE_DEST_PATH/Pegasus/Common/CIMValue.h
1997              install -D -m 0444 %SDK_STAGE_LOC/include/Pegasus/Common/Config.h %INCLUDE_DEST_PATH/Pegasus/Common/Config.h
1998              install -D -m 0444 %SDK_STAGE_LOC/include/Pegasus/Common/ContentLanguageElement.h %INCLUDE_DEST_PATH/Pegasus/Common/ContentLanguageElement.h
1999              install -D -m 0444 %SDK_STAGE_LOC/include/Pegasus/Common/ContentLanguages.h %INCLUDE_DEST_PATH/Pegasus/Common/ContentLanguages.h
2000              install -D -m 0444 %SDK_STAGE_LOC/include/Pegasus/Common/Exception.h %INCLUDE_DEST_PATH/Pegasus/Common/Exception.h
2001              install -D -m 0444 %SDK_STAGE_LOC/include/Pegasus/Common/Formatter.h %INCLUDE_DEST_PATH/Pegasus/Common/Formatter.h
2002              install -D -m 0444 %SDK_STAGE_LOC/include/Pegasus/Common/LanguageElementContainer.h %INCLUDE_DEST_PATH/Pegasus/Common/LanguageElementContainer.h
2003              install -D -m 0444 %SDK_STAGE_LOC/include/Pegasus/Common/LanguageElement.h %INCLUDE_DEST_PATH/Pegasus/Common/LanguageElement.h
2004 w.otsuka 1.1 install -D -m 0444 %SDK_STAGE_LOC/include/Pegasus/Common/Linkage.h %INCLUDE_DEST_PATH/Pegasus/Common/Linkage.h
2005              install -D -m 0444 %SDK_STAGE_LOC/include/Pegasus/Common/MessageLoader.h %INCLUDE_DEST_PATH/Pegasus/Common/MessageLoader.h
2006              install -D -m 0444 %SDK_STAGE_LOC/include/Pegasus/Common/OperationContext.h %INCLUDE_DEST_PATH/Pegasus/Common/OperationContext.h
2007              %ifarch ia64
2008              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
2009              %else
2010              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
2011              %endif
2012              install -D -m 0444 %SDK_STAGE_LOC/include/Pegasus/Common/ResponseHandler.h %INCLUDE_DEST_PATH/Pegasus/Common/ResponseHandler.h
2013              install -D -m 0444 %SDK_STAGE_LOC/include/Pegasus/Common/SSLContext.h %INCLUDE_DEST_PATH/Pegasus/Common/SSLContext.h
2014              install -D -m 0444 %SDK_STAGE_LOC/include/Pegasus/Common/String.h %INCLUDE_DEST_PATH/Pegasus/Common/String.h
2015              install -D -m 0444 %SDK_STAGE_LOC/include/Pegasus/Consumer/CIMIndicationConsumer.h %INCLUDE_DEST_PATH/Pegasus/Consumer/CIMIndicationConsumer.h
2016              install -D -m 0444 %SDK_STAGE_LOC/include/Pegasus/Consumer/Linkage.h %INCLUDE_DEST_PATH/Pegasus/Consumer/Linkage.h
2017              install -D -m 0444 %SDK_STAGE_LOC/include/Pegasus/Provider/CIMAssociationProvider.h %INCLUDE_DEST_PATH/Pegasus/Provider/CIMAssociationProvider.h
2018              install -D -m 0444 %SDK_STAGE_LOC/include/Pegasus/Provider/CIMIndicationConsumerProvider.h %INCLUDE_DEST_PATH/Pegasus/Provider/CIMIndicationConsumerProvider.h
2019              install -D -m 0444 %SDK_STAGE_LOC/include/Pegasus/Provider/CIMIndicationProvider.h %INCLUDE_DEST_PATH/Pegasus/Provider/CIMIndicationProvider.h
2020              install -D -m 0444 %SDK_STAGE_LOC/include/Pegasus/Provider/CIMInstanceProvider.h %INCLUDE_DEST_PATH/Pegasus/Provider/CIMInstanceProvider.h
2021              install -D -m 0444 %SDK_STAGE_LOC/include/Pegasus/Provider/CIMMethodProvider.h %INCLUDE_DEST_PATH/Pegasus/Provider/CIMMethodProvider.h
2022              install -D -m 0444 %SDK_STAGE_LOC/include/Pegasus/Provider/CIMOMHandle.h %INCLUDE_DEST_PATH/Pegasus/Provider/CIMOMHandle.h
2023              install -D -m 0444 %SDK_STAGE_LOC/include/Pegasus/Provider/CIMProvider.h %INCLUDE_DEST_PATH/Pegasus/Provider/CIMProvider.h
2024              install -D -m 0444 %SDK_STAGE_LOC/include/Pegasus/Provider/Linkage.h %INCLUDE_DEST_PATH/Pegasus/Provider/Linkage.h
2025 w.otsuka 1.1 install -D -m 0444 %SDK_STAGE_LOC/include/Pegasus/Provider/ProviderException.h %INCLUDE_DEST_PATH/Pegasus/Provider/ProviderException.h
2026              install -D -m 0444 %SDK_STAGE_LOC/include/Pegasus/Provider/CMPI/CmpiArgs.h %INCLUDE_DEST_PATH/Pegasus/Provider/CMPI/CmpiArgs.h
2027              install -D -m 0444 %SDK_STAGE_LOC/include/Pegasus/Provider/CMPI/CmpiArray.h %INCLUDE_DEST_PATH/Pegasus/Provider/CMPI/CmpiArray.h
2028              install -D -m 0444 %SDK_STAGE_LOC/include/Pegasus/Provider/CMPI/CmpiAssociationMI.h %INCLUDE_DEST_PATH/Pegasus/Provider/CMPI/CmpiAssociationMI.h
2029              install -D -m 0444 %SDK_STAGE_LOC/include/Pegasus/Provider/CMPI/CmpiBaseMI.h %INCLUDE_DEST_PATH/Pegasus/Provider/CMPI/CmpiBaseMI.h
2030              install -D -m 0444 %SDK_STAGE_LOC/include/Pegasus/Provider/CMPI/CmpiBooleanData.h %INCLUDE_DEST_PATH/Pegasus/Provider/CMPI/CmpiBooleanData.h
2031              install -D -m 0444 %SDK_STAGE_LOC/include/Pegasus/Provider/CMPI/CmpiBroker.h %INCLUDE_DEST_PATH/Pegasus/Provider/CMPI/CmpiBroker.h
2032              install -D -m 0444 %SDK_STAGE_LOC/include/Pegasus/Provider/CMPI/CmpiCharData.h %INCLUDE_DEST_PATH/Pegasus/Provider/CMPI/CmpiCharData.h
2033              install -D -m 0444 %SDK_STAGE_LOC/include/Pegasus/Provider/CMPI/CmpiContext.h %INCLUDE_DEST_PATH/Pegasus/Provider/CMPI/CmpiContext.h
2034              install -D -m 0444 %SDK_STAGE_LOC/include/Pegasus/Provider/CMPI/CmpiData.h %INCLUDE_DEST_PATH/Pegasus/Provider/CMPI/CmpiData.h
2035              install -D -m 0444 %SDK_STAGE_LOC/include/Pegasus/Provider/CMPI/CmpiDateTime.h %INCLUDE_DEST_PATH/Pegasus/Provider/CMPI/CmpiDateTime.h
2036              install -D -m 0444 %SDK_STAGE_LOC/include/Pegasus/Provider/CMPI/cmpidt.h %INCLUDE_DEST_PATH/Pegasus/Provider/CMPI/cmpidt.h
2037              install -D -m 0444 %SDK_STAGE_LOC/include/Pegasus/Provider/CMPI/CmpiEnumeration.h %INCLUDE_DEST_PATH/Pegasus/Provider/CMPI/CmpiEnumeration.h
2038              install -D -m 0444 %SDK_STAGE_LOC/include/Pegasus/Provider/CMPI/cmpift.h %INCLUDE_DEST_PATH/Pegasus/Provider/CMPI/cmpift.h
2039              install -D -m 0444 %SDK_STAGE_LOC/include/Pegasus/Provider/CMPI/CmpiIndicationMI.h %INCLUDE_DEST_PATH/Pegasus/Provider/CMPI/CmpiIndicationMI.h
2040              install -D -m 0444 %SDK_STAGE_LOC/include/Pegasus/Provider/CMPI/CmpiInstance.h %INCLUDE_DEST_PATH/Pegasus/Provider/CMPI/CmpiInstance.h
2041              install -D -m 0444 %SDK_STAGE_LOC/include/Pegasus/Provider/CMPI/CmpiInstanceMI.h %INCLUDE_DEST_PATH/Pegasus/Provider/CMPI/CmpiInstanceMI.h
2042              install -D -m 0444 %SDK_STAGE_LOC/include/Pegasus/Provider/CMPI/cmpimacs.h %INCLUDE_DEST_PATH/Pegasus/Provider/CMPI/cmpimacs.h
2043              install -D -m 0444 %SDK_STAGE_LOC/include/Pegasus/Provider/CMPI/CmpiMethodMI.h %INCLUDE_DEST_PATH/Pegasus/Provider/CMPI/CmpiMethodMI.h
2044              install -D -m 0444 %SDK_STAGE_LOC/include/Pegasus/Provider/CMPI/CmpiObject.h %INCLUDE_DEST_PATH/Pegasus/Provider/CMPI/CmpiObject.h
2045              install -D -m 0444 %SDK_STAGE_LOC/include/Pegasus/Provider/CMPI/CmpiObjectPath.h %INCLUDE_DEST_PATH/Pegasus/Provider/CMPI/CmpiObjectPath.h
2046 w.otsuka 1.1 install -D -m 0444 $PEGASUS_ROOT/src/Pegasus/Provider/CMPI/cmpipl.h %INCLUDE_DEST_PATH/Pegasus/Provider/CMPI/cmpipl.h
2047              install -D -m 0444 %SDK_STAGE_LOC/include/Pegasus/Provider/CMPI/CmpiPropertyMI.h %INCLUDE_DEST_PATH/Pegasus/Provider/CMPI/CmpiPropertyMI.h
2048              install -D -m 0444 %SDK_STAGE_LOC/include/Pegasus/Provider/CMPI/CmpiProviderBase.h %INCLUDE_DEST_PATH/Pegasus/Provider/CMPI/CmpiProviderBase.h
2049              install -D -m 0444 %SDK_STAGE_LOC/include/Pegasus/Provider/CMPI/CmpiResult.h %INCLUDE_DEST_PATH/Pegasus/Provider/CMPI/CmpiResult.h
2050              install -D -m 0444 %SDK_STAGE_LOC/include/Pegasus/Provider/CMPI/CmpiSelectExp.h %INCLUDE_DEST_PATH/Pegasus/Provider/CMPI/CmpiSelectExp.h
2051              install -D -m 0444 %SDK_STAGE_LOC/include/Pegasus/Provider/CMPI/CmpiStatus.h %INCLUDE_DEST_PATH/Pegasus/Provider/CMPI/CmpiStatus.h
2052              install -D -m 0444 %SDK_STAGE_LOC/include/Pegasus/Provider/CMPI/CmpiString.h %INCLUDE_DEST_PATH/Pegasus/Provider/CMPI/CmpiString.h
2053              install -D -m 0444 %SDK_STAGE_LOC/html/AcceptLanguageElement.html %HTML_DEST_PATH/AcceptLanguageElement.html
2054              install -D -m 0444 %SDK_STAGE_LOC/html/AcceptLanguages.html %HTML_DEST_PATH/AcceptLanguages.html
2055              install -D -m 0444 %SDK_STAGE_LOC/html/AlreadyConnectedException.html %HTML_DEST_PATH/AlreadyConnectedException.html
2056              install -D -m 0444 %SDK_STAGE_LOC/html/AlreadyExistsException.html %HTML_DEST_PATH/AlreadyExistsException.html
2057              install -D -m 0444 %SDK_STAGE_LOC/html/ArrayPEGASUS_ARRAY_T.html %HTML_DEST_PATH/ArrayPEGASUS_ARRAY_T.html
2058              install -D -m 0444 %SDK_STAGE_LOC/html/BindFailedException.html %HTML_DEST_PATH/BindFailedException.html
2059              install -D -m 0444 %SDK_STAGE_LOC/html/CannotConnectException.html %HTML_DEST_PATH/CannotConnectException.html
2060              install -D -m 0444 %SDK_STAGE_LOC/html/CannotCreateSocketException.html %HTML_DEST_PATH/CannotCreateSocketException.html
2061              install -D -m 0444 %SDK_STAGE_LOC/html/CBAssociatorNames.html %HTML_DEST_PATH/CBAssociatorNames.html
2062              install -D -m 0444 %SDK_STAGE_LOC/html/CBAssociators.html %HTML_DEST_PATH/CBAssociators.html
2063              install -D -m 0444 %SDK_STAGE_LOC/html/CBAttachThread.html %HTML_DEST_PATH/CBAttachThread.html
2064              install -D -m 0444 %SDK_STAGE_LOC/html/CBbrokerName.html %HTML_DEST_PATH/CBbrokerName.html
2065              install -D -m 0444 %SDK_STAGE_LOC/html/CBBrokerVersion.html %HTML_DEST_PATH/CBBrokerVersion.html
2066              install -D -m 0444 %SDK_STAGE_LOC/html/CBCreateInstance.html %HTML_DEST_PATH/CBCreateInstance.html
2067 w.otsuka 1.1 install -D -m 0444 %SDK_STAGE_LOC/html/CBDeleteInstance.html %HTML_DEST_PATH/CBDeleteInstance.html
2068              install -D -m 0444 %SDK_STAGE_LOC/html/CBDeliverIndication.html %HTML_DEST_PATH/CBDeliverIndication.html
2069              install -D -m 0444 %SDK_STAGE_LOC/html/CBDetachThread.html %HTML_DEST_PATH/CBDetachThread.html
2070              install -D -m 0444 %SDK_STAGE_LOC/html/CBEnumInstanceNames.html %HTML_DEST_PATH/CBEnumInstanceNames.html
2071              install -D -m 0444 %SDK_STAGE_LOC/html/CBEnumInstances.html %HTML_DEST_PATH/CBEnumInstances.html
2072              install -D -m 0444 %SDK_STAGE_LOC/html/CBExecQuery.html %HTML_DEST_PATH/CBExecQuery.html
2073              install -D -m 0444 %SDK_STAGE_LOC/html/CBGetClassification.html %HTML_DEST_PATH/CBGetClassification.html
2074              install -D -m 0444 %SDK_STAGE_LOC/html/CBGetInstance.html %HTML_DEST_PATH/CBGetInstance.html
2075              install -D -m 0444 %SDK_STAGE_LOC/html/CBGetProperty.html %HTML_DEST_PATH/CBGetProperty.html
2076              install -D -m 0444 %SDK_STAGE_LOC/html/CBInvokeMethod.html %HTML_DEST_PATH/CBInvokeMethod.html
2077              install -D -m 0444 %SDK_STAGE_LOC/html/CBPrepareAttachThread.html %HTML_DEST_PATH/CBPrepareAttachThread.html
2078              install -D -m 0444 %SDK_STAGE_LOC/html/CBReferenceNames.html %HTML_DEST_PATH/CBReferenceNames.html
2079              install -D -m 0444 %SDK_STAGE_LOC/html/CBReferences.html %HTML_DEST_PATH/CBReferences.html
2080              install -D -m 0444 %SDK_STAGE_LOC/html/CBSetInstance.html %HTML_DEST_PATH/CBSetInstance.html
2081              install -D -m 0444 %SDK_STAGE_LOC/html/CBSetProperty.html %HTML_DEST_PATH/CBSetProperty.html
2082              install -D -m 0444 %SDK_STAGE_LOC/html/CDGetType.html %HTML_DEST_PATH/CDGetType.html
2083              install -D -m 0444 %SDK_STAGE_LOC/html/CDIsOfType.html %HTML_DEST_PATH/CDIsOfType.html
2084              install -D -m 0444 %SDK_STAGE_LOC/html/CDToString.html %HTML_DEST_PATH/CDToString.html
2085              install -D -m 0444 %SDK_STAGE_LOC/html/Char16.html %HTML_DEST_PATH/Char16.html
2086              install -D -m 0444 %SDK_STAGE_LOC/html/CIMAccessDeniedException.html %HTML_DEST_PATH/CIMAccessDeniedException.html
2087              install -D -m 0444 %SDK_STAGE_LOC/html/CIMAssociationProvider.html %HTML_DEST_PATH/CIMAssociationProvider.html
2088 w.otsuka 1.1 install -D -m 0444 %SDK_STAGE_LOC/html/CIMClassHier.html %HTML_DEST_PATH/CIMClassHier.html
2089              install -D -m 0444 %SDK_STAGE_LOC/html/CIMClass.html %HTML_DEST_PATH/CIMClass.html
2090              install -D -m 0444 %SDK_STAGE_LOC/html/CIMClient.html %HTML_DEST_PATH/CIMClient.html
2091              install -D -m 0444 %SDK_STAGE_LOC/html/CIMClientHTTPErrorException.html %HTML_DEST_PATH/CIMClientHTTPErrorException.html
2092              install -D -m 0444 %SDK_STAGE_LOC/html/CIMClientMalformedHTTPException.html %HTML_DEST_PATH/CIMClientMalformedHTTPException.html
2093              install -D -m 0444 %SDK_STAGE_LOC/html/CIMClientResponseException.html %HTML_DEST_PATH/CIMClientResponseException.html
2094              install -D -m 0444 %SDK_STAGE_LOC/html/CIMClientXmlException.html %HTML_DEST_PATH/CIMClientXmlException.html
2095              install -D -m 0444 %SDK_STAGE_LOC/html/CIMConstClass.html %HTML_DEST_PATH/CIMConstClass.html
2096              install -D -m 0444 %SDK_STAGE_LOC/html/CIMConstInstance.html %HTML_DEST_PATH/CIMConstInstance.html
2097              install -D -m 0444 %SDK_STAGE_LOC/html/CIMConstMethod.html %HTML_DEST_PATH/CIMConstMethod.html
2098              install -D -m 0444 %SDK_STAGE_LOC/html/CIMConstObject.html %HTML_DEST_PATH/CIMConstObject.html
2099              install -D -m 0444 %SDK_STAGE_LOC/html/CIMConstParameter.html %HTML_DEST_PATH/CIMConstParameter.html
2100              install -D -m 0444 %SDK_STAGE_LOC/html/CIMConstProperty.html %HTML_DEST_PATH/CIMConstProperty.html
2101              install -D -m 0444 %SDK_STAGE_LOC/html/CIMConstQualifierDecl.html %HTML_DEST_PATH/CIMConstQualifierDecl.html
2102              install -D -m 0444 %SDK_STAGE_LOC/html/CIMConstQualifier.html %HTML_DEST_PATH/CIMConstQualifier.html
2103              install -D -m 0444 %SDK_STAGE_LOC/html/CIMDateTime.html %HTML_DEST_PATH/CIMDateTime.html
2104              install -D -m 0444 %SDK_STAGE_LOC/html/CIMException.html %HTML_DEST_PATH/CIMException.html
2105              install -D -m 0444 %SDK_STAGE_LOC/html/CIMFlavor.html %HTML_DEST_PATH/CIMFlavor.html
2106              install -D -m 0444 %SDK_STAGE_LOC/html/CIMIndicationConsumer.html %HTML_DEST_PATH/CIMIndicationConsumer.html
2107              install -D -m 0444 %SDK_STAGE_LOC/html/CIMIndicationConsumerProvider.html %HTML_DEST_PATH/CIMIndicationConsumerProvider.html
2108              install -D -m 0444 %SDK_STAGE_LOC/html/CIMIndicationProvider.html %HTML_DEST_PATH/CIMIndicationProvider.html
2109 w.otsuka 1.1 install -D -m 0444 %SDK_STAGE_LOC/html/CIMInstance.html %HTML_DEST_PATH/CIMInstance.html
2110              install -D -m 0444 %SDK_STAGE_LOC/html/CIMInstanceProvider.html %HTML_DEST_PATH/CIMInstanceProvider.html
2111              install -D -m 0444 %SDK_STAGE_LOC/html/CIMInvalidClassException.html %HTML_DEST_PATH/CIMInvalidClassException.html
2112              install -D -m 0444 %SDK_STAGE_LOC/html/CIMInvalidParameterException.html %HTML_DEST_PATH/CIMInvalidParameterException.html
2113              install -D -m 0444 %SDK_STAGE_LOC/html/CIMInvalidQueryException.html %HTML_DEST_PATH/CIMInvalidQueryException.html
2114              install -D -m 0444 %SDK_STAGE_LOC/html/CIMKeyBinding.html %HTML_DEST_PATH/CIMKeyBinding.html
2115              install -D -m 0444 %SDK_STAGE_LOC/html/CIMMethod.html %HTML_DEST_PATH/CIMMethod.html
2116              install -D -m 0444 %SDK_STAGE_LOC/html/CIMMethodNotFoundException.html %HTML_DEST_PATH/CIMMethodNotFoundException.html
2117              install -D -m 0444 %SDK_STAGE_LOC/html/CIMMethodProvider.html %HTML_DEST_PATH/CIMMethodProvider.html
2118              install -D -m 0444 %SDK_STAGE_LOC/html/CIMName.html %HTML_DEST_PATH/CIMName.html
2119              install -D -m 0444 %SDK_STAGE_LOC/html/CIMNamespaceName.html %HTML_DEST_PATH/CIMNamespaceName.html
2120              install -D -m 0444 %SDK_STAGE_LOC/html/CIMNotSupportedException.html %HTML_DEST_PATH/CIMNotSupportedException.html
2121              install -D -m 0444 %SDK_STAGE_LOC/html/CIMObjectAlreadyExistsException.html %HTML_DEST_PATH/CIMObjectAlreadyExistsException.html
2122              install -D -m 0444 %SDK_STAGE_LOC/html/CIMObject.html %HTML_DEST_PATH/CIMObject.html
2123              install -D -m 0444 %SDK_STAGE_LOC/html/CIMObjectNotFoundException.html %HTML_DEST_PATH/CIMObjectNotFoundException.html
2124              install -D -m 0444 %SDK_STAGE_LOC/html/CIMObjectPath.html %HTML_DEST_PATH/CIMObjectPath.html
2125              install -D -m 0444 %SDK_STAGE_LOC/html/CIMOperationFailedException.html %HTML_DEST_PATH/CIMOperationFailedException.html
2126              install -D -m 0444 %SDK_STAGE_LOC/html/CIMParameter.html %HTML_DEST_PATH/CIMParameter.html
2127              install -D -m 0444 %SDK_STAGE_LOC/html/CIMParamValue.html %HTML_DEST_PATH/CIMParamValue.html
2128              install -D -m 0444 %SDK_STAGE_LOC/html/CIMProperty.html %HTML_DEST_PATH/CIMProperty.html
2129              install -D -m 0444 %SDK_STAGE_LOC/html/CIMPropertyList.html %HTML_DEST_PATH/CIMPropertyList.html
2130 w.otsuka 1.1 install -D -m 0444 %SDK_STAGE_LOC/html/CIMPropertyNotFoundException.html %HTML_DEST_PATH/CIMPropertyNotFoundException.html
2131              install -D -m 0444 %SDK_STAGE_LOC/html/CIMProvider.html %HTML_DEST_PATH/CIMProvider.html
2132              install -D -m 0444 %SDK_STAGE_LOC/html/CIMQualifierDecl.html %HTML_DEST_PATH/CIMQualifierDecl.html
2133              install -D -m 0444 %SDK_STAGE_LOC/html/CIMQualifier.html %HTML_DEST_PATH/CIMQualifier.html
2134              install -D -m 0444 %SDK_STAGE_LOC/html/CIMScope.html %HTML_DEST_PATH/CIMScope.html
2135              install -D -m 0444 %SDK_STAGE_LOC/html/CIMStatusCode.html %HTML_DEST_PATH/CIMStatusCode.html
2136              install -D -m 0444 %SDK_STAGE_LOC/html/CIMType.html %HTML_DEST_PATH/CIMType.html
2137              install -D -m 0444 %SDK_STAGE_LOC/html/cimTypeToString.html %HTML_DEST_PATH/cimTypeToString.html
2138              install -D -m 0444 %SDK_STAGE_LOC/html/CIMValue.html %HTML_DEST_PATH/CIMValue.html
2139              install -D -m 0444 %SDK_STAGE_LOC/html/ClientClassHier.html %HTML_DEST_PATH/ClientClassHier.html
2140              install -D -m 0444 %SDK_STAGE_LOC/html/CMAddArg.html %HTML_DEST_PATH/CMAddArg.html
2141              install -D -m 0444 %SDK_STAGE_LOC/html/CMAddContextEntry.html %HTML_DEST_PATH/CMAddContextEntry.html
2142              install -D -m 0444 %SDK_STAGE_LOC/html/CMAddKey.html %HTML_DEST_PATH/CMAddKey.html
2143              install -D -m 0444 %SDK_STAGE_LOC/html/CMAssociationMIFactory.html %HTML_DEST_PATH/CMAssociationMIFactory.html
2144              install -D -m 0444 %SDK_STAGE_LOC/html/CMAssociationMIStub.html %HTML_DEST_PATH/CMAssociationMIStub.html
2145              install -D -m 0444 %SDK_STAGE_LOC/html/CMClassPathIsA.html %HTML_DEST_PATH/CMClassPathIsA.html
2146              install -D -m 0444 %SDK_STAGE_LOC/html/CMEvaluatePredicate.html %HTML_DEST_PATH/CMEvaluatePredicate.html
2147              install -D -m 0444 %SDK_STAGE_LOC/html/CMEvaluateSelExp.html %HTML_DEST_PATH/CMEvaluateSelExp.html
2148              install -D -m 0444 %SDK_STAGE_LOC/html/CMGetArgAt.html %HTML_DEST_PATH/CMGetArgAt.html
2149              install -D -m 0444 %SDK_STAGE_LOC/html/CMGetArgCount.html %HTML_DEST_PATH/CMGetArgCount.html
2150              install -D -m 0444 %SDK_STAGE_LOC/html/CMGetArg.html %HTML_DEST_PATH/CMGetArg.html
2151 w.otsuka 1.1 install -D -m 0444 %SDK_STAGE_LOC/html/CMGetArrayCount.html %HTML_DEST_PATH/CMGetArrayCount.html
2152              install -D -m 0444 %SDK_STAGE_LOC/html/CMGetArrayElementAt.html %HTML_DEST_PATH/CMGetArrayElementAt.html
2153              install -D -m 0444 %SDK_STAGE_LOC/html/CMGetArrayType.html %HTML_DEST_PATH/CMGetArrayType.html
2154              install -D -m 0444 %SDK_STAGE_LOC/html/CMGetBinaryFormat.html %HTML_DEST_PATH/CMGetBinaryFormat.html
2155              install -D -m 0444 %SDK_STAGE_LOC/html/CMGetCharsPtr.html %HTML_DEST_PATH/CMGetCharsPtr.html
2156              install -D -m 0444 %SDK_STAGE_LOC/html/CMGetClassName.html %HTML_DEST_PATH/CMGetClassName.html
2157              install -D -m 0444 %SDK_STAGE_LOC/html/CMGetCod.html %HTML_DEST_PATH/CMGetCod.html
2158              install -D -m 0444 %SDK_STAGE_LOC/html/CMGetContextEntryAt.html %HTML_DEST_PATH/CMGetContextEntryAt.html
2159              install -D -m 0444 %SDK_STAGE_LOC/html/CMGetContextEntryCount.html %HTML_DEST_PATH/CMGetContextEntryCount.html
2160              install -D -m 0444 %SDK_STAGE_LOC/html/CMGetContextEntry.html %HTML_DEST_PATH/CMGetContextEntry.html
2161              install -D -m 0444 %SDK_STAGE_LOC/html/CMGetDoc.html %HTML_DEST_PATH/CMGetDoc.html
2162              install -D -m 0444 %SDK_STAGE_LOC/html/CMGetHostname.html %HTML_DEST_PATH/CMGetHostname.html
2163              install -D -m 0444 %SDK_STAGE_LOC/html/CMGetKeyAt.html %HTML_DEST_PATH/CMGetKeyAt.html
2164              install -D -m 0444 %SDK_STAGE_LOC/html/CMGetKeyCount.html %HTML_DEST_PATH/CMGetKeyCount.html
2165              install -D -m 0444 %SDK_STAGE_LOC/html/CMGetKey.html %HTML_DEST_PATH/CMGetKey.html
2166              install -D -m 0444 %SDK_STAGE_LOC/html/CMGetNameSpace.html %HTML_DEST_PATH/CMGetNameSpace.html
2167              install -D -m 0444 %SDK_STAGE_LOC/html/CMGetNext.html %HTML_DEST_PATH/CMGetNext.html
2168              install -D -m 0444 %SDK_STAGE_LOC/html/CMGetObjectPath.html %HTML_DEST_PATH/CMGetObjectPath.html
2169              install -D -m 0444 %SDK_STAGE_LOC/html/CMGetPredicateAt.html %HTML_DEST_PATH/CMGetPredicateAt.html
2170              install -D -m 0444 %SDK_STAGE_LOC/html/CMGetPredicateCount.html %HTML_DEST_PATH/CMGetPredicateCount.html
2171              install -D -m 0444 %SDK_STAGE_LOC/html/CMGetPredicateData.html %HTML_DEST_PATH/CMGetPredicateData.html
2172 w.otsuka 1.1 install -D -m 0444 %SDK_STAGE_LOC/html/CMGetPredicate.html %HTML_DEST_PATH/CMGetPredicate.html
2173              install -D -m 0444 %SDK_STAGE_LOC/html/CMGetPropertyAt.html %HTML_DEST_PATH/CMGetPropertyAt.html
2174              install -D -m 0444 %SDK_STAGE_LOC/html/CMGetPropertyCount.html %HTML_DEST_PATH/CMGetPropertyCount.html
2175              install -D -m 0444 %SDK_STAGE_LOC/html/CMGetProperty.html %HTML_DEST_PATH/CMGetProperty.html
2176              install -D -m 0444 %SDK_STAGE_LOC/html/CMGetSelExpString.html %HTML_DEST_PATH/CMGetSelExpString.html
2177              install -D -m 0444 %SDK_STAGE_LOC/html/CMGetStringFormat.html %HTML_DEST_PATH/CMGetStringFormat.html
2178              install -D -m 0444 %SDK_STAGE_LOC/html/CMGetSubCondAt.html %HTML_DEST_PATH/CMGetSubCondAt.html
2179              install -D -m 0444 %SDK_STAGE_LOC/html/CMGetSubCondCountAndType.html %HTML_DEST_PATH/CMGetSubCondCountAndType.html
2180              install -D -m 0444 %SDK_STAGE_LOC/html/CMHasNext.html %HTML_DEST_PATH/CMHasNext.html
2181              install -D -m 0444 %SDK_STAGE_LOC/html/CMIndicationMIStub.html %HTML_DEST_PATH/CMIndicationMIStub.html
2182              install -D -m 0444 %SDK_STAGE_LOC/html/CMInstanceMIFactory.html %HTML_DEST_PATH/CMInstanceMIFactory.html
2183              install -D -m 0444 %SDK_STAGE_LOC/html/CMInstanceMIStub.html %HTML_DEST_PATH/CMInstanceMIStub.html
2184              install -D -m 0444 %SDK_STAGE_LOC/html/CMIsArray.html %HTML_DEST_PATH/CMIsArray.html
2185              install -D -m 0444 %SDK_STAGE_LOC/html/CMIsInterval.html %HTML_DEST_PATH/CMIsInterval.html
2186              install -D -m 0444 %SDK_STAGE_LOC/html/CMIsKeyValue.html %HTML_DEST_PATH/CMIsKeyValue.html
2187              install -D -m 0444 %SDK_STAGE_LOC/html/CMIsNullObject.html %HTML_DEST_PATH/CMIsNullObject.html
2188              install -D -m 0444 %SDK_STAGE_LOC/html/CMIsNullValue.html %HTML_DEST_PATH/CMIsNullValue.html
2189              install -D -m 0444 %SDK_STAGE_LOC/html/CMMethodMIFactory.html %HTML_DEST_PATH/CMMethodMIFactory.html
2190              install -D -m 0444 %SDK_STAGE_LOC/html/CMMethodMIStub.html %HTML_DEST_PATH/CMMethodMIStub.html
2191              install -D -m 0444 %SDK_STAGE_LOC/html/CMNewArgs.html %HTML_DEST_PATH/CMNewArgs.html
2192              install -D -m 0444 %SDK_STAGE_LOC/html/CMNewArray.html %HTML_DEST_PATH/CMNewArray.html
2193 w.otsuka 1.1 install -D -m 0444 %SDK_STAGE_LOC/html/CMNewDateTimeFromBinary.html %HTML_DEST_PATH/CMNewDateTimeFromBinary.html
2194              install -D -m 0444 %SDK_STAGE_LOC/html/CMNewDateTimeFromChars.html %HTML_DEST_PATH/CMNewDateTimeFromChars.html
2195              install -D -m 0444 %SDK_STAGE_LOC/html/CMNewDateTime.html %HTML_DEST_PATH/CMNewDateTime.html
2196              install -D -m 0444 %SDK_STAGE_LOC/html/CMNewInstance.html %HTML_DEST_PATH/CMNewInstance.html
2197              install -D -m 0444 %SDK_STAGE_LOC/html/CMNewObjectPath.html %HTML_DEST_PATH/CMNewObjectPath.html
2198              install -D -m 0444 %SDK_STAGE_LOC/html/CMNewSelectExp.html %HTML_DEST_PATH/CMNewSelectExp.html
2199              install -D -m 0444 %SDK_STAGE_LOC/html/CMNewString.html %HTML_DEST_PATH/CMNewString.html
2200              install -D -m 0444 %SDK_STAGE_LOC/html/_CMPIArgsFT.html %HTML_DEST_PATH/_CMPIArgsFT.html
2201              install -D -m 0444 %SDK_STAGE_LOC/html/CmpiArgs.html %HTML_DEST_PATH/CmpiArgs.html
2202              install -D -m 0444 %SDK_STAGE_LOC/html/_CMPIArgs.html %HTML_DEST_PATH/_CMPIArgs.html
2203              install -D -m 0444 %SDK_STAGE_LOC/html/_CMPIArrayFT.html %HTML_DEST_PATH/_CMPIArrayFT.html
2204              install -D -m 0444 %SDK_STAGE_LOC/html/CmpiArray.html %HTML_DEST_PATH/CmpiArray.html
2205              install -D -m 0444 %SDK_STAGE_LOC/html/_CMPIArray.html %HTML_DEST_PATH/_CMPIArray.html
2206              install -D -m 0444 %SDK_STAGE_LOC/html/_CMPIAssociationMIFT.html %HTML_DEST_PATH/_CMPIAssociationMIFT.html
2207              install -D -m 0444 %SDK_STAGE_LOC/html/CMPIAssociationMIFT.html %HTML_DEST_PATH/CMPIAssociationMIFT.html
2208              install -D -m 0444 %SDK_STAGE_LOC/html/CmpiBooleanData.html %HTML_DEST_PATH/CmpiBooleanData.html
2209              install -D -m 0444 %SDK_STAGE_LOC/html/_CMPIBrokerEncFT.html %HTML_DEST_PATH/_CMPIBrokerEncFT.html
2210              install -D -m 0444 %SDK_STAGE_LOC/html/_CMPIBrokerExtFT.html %HTML_DEST_PATH/_CMPIBrokerExtFT.html
2211              install -D -m 0444 %SDK_STAGE_LOC/html/_CMPIBrokerFT.html %HTML_DEST_PATH/_CMPIBrokerFT.html
2212              install -D -m 0444 %SDK_STAGE_LOC/html/CmpiBroker.html %HTML_DEST_PATH/CmpiBroker.html
2213              install -D -m 0444 %SDK_STAGE_LOC/html/_CMPIBroker.html %HTML_DEST_PATH/_CMPIBroker.html
2214 w.otsuka 1.1 install -D -m 0444 %SDK_STAGE_LOC/html/CmpiCharData.html %HTML_DEST_PATH/CmpiCharData.html
2215              install -D -m 0444 %SDK_STAGE_LOC/html/CMPI_C_Hier.html %HTML_DEST_PATH/CMPI_C_Hier.html
2216              install -D -m 0444 %SDK_STAGE_LOC/html/CMPIClassHier.html %HTML_DEST_PATH/CMPIClassHier.html
2217              install -D -m 0444 %SDK_STAGE_LOC/html/_CMPIContextFT.html %HTML_DEST_PATH/_CMPIContextFT.html
2218              install -D -m 0444 %SDK_STAGE_LOC/html/CmpiContext.html %HTML_DEST_PATH/CmpiContext.html
2219              install -D -m 0444 %SDK_STAGE_LOC/html/_CMPIContext.html %HTML_DEST_PATH/_CMPIContext.html
2220              install -D -m 0444 %SDK_STAGE_LOC/html/CmpiData.html %HTML_DEST_PATH/CmpiData.html
2221              install -D -m 0444 %SDK_STAGE_LOC/html/_CMPIDateTimeFT.html %HTML_DEST_PATH/_CMPIDateTimeFT.html
2222              install -D -m 0444 %SDK_STAGE_LOC/html/CmpiDateTime.html %HTML_DEST_PATH/CmpiDateTime.html
2223              install -D -m 0444 %SDK_STAGE_LOC/html/_CMPIDateTime.html %HTML_DEST_PATH/_CMPIDateTime.html
2224              install -D -m 0444 %SDK_STAGE_LOC/html/_CMPIEnumerationFT.html %HTML_DEST_PATH/_CMPIEnumerationFT.html
2225              install -D -m 0444 %SDK_STAGE_LOC/html/CmpiEnumeration.html %HTML_DEST_PATH/CmpiEnumeration.html
2226              install -D -m 0444 %SDK_STAGE_LOC/html/_CMPIEnumeration.html %HTML_DEST_PATH/_CMPIEnumeration.html
2227              install -D -m 0444 %SDK_STAGE_LOC/html/_CMPIIndicationMIFT.html %HTML_DEST_PATH/_CMPIIndicationMIFT.html
2228              install -D -m 0444 %SDK_STAGE_LOC/html/CMPIIndicationMIFT.html %HTML_DEST_PATH/CMPIIndicationMIFT.html
2229              install -D -m 0444 %SDK_STAGE_LOC/html/_CMPIInstanceFT.html %HTML_DEST_PATH/_CMPIInstanceFT.html
2230              install -D -m 0444 %SDK_STAGE_LOC/html/CmpiInstance.html %HTML_DEST_PATH/CmpiInstance.html
2231              install -D -m 0444 %SDK_STAGE_LOC/html/_CMPIInstance.html %HTML_DEST_PATH/_CMPIInstance.html
2232              install -D -m 0444 %SDK_STAGE_LOC/html/_CMPIInstanceMIFT.html %HTML_DEST_PATH/_CMPIInstanceMIFT.html
2233              install -D -m 0444 %SDK_STAGE_LOC/html/CMPIInstanceMIFT.html %HTML_DEST_PATH/CMPIInstanceMIFT.html
2234              install -D -m 0444 %SDK_STAGE_LOC/html/_CMPIMethodMIFT.html %HTML_DEST_PATH/_CMPIMethodMIFT.html
2235 w.otsuka 1.1 install -D -m 0444 %SDK_STAGE_LOC/html/CMPIMethodMIFT.html %HTML_DEST_PATH/CMPIMethodMIFT.html
2236              install -D -m 0444 %SDK_STAGE_LOC/html/CmpiObject.html %HTML_DEST_PATH/CmpiObject.html
2237              install -D -m 0444 %SDK_STAGE_LOC/html/_CMPIObjectPathFT.html %HTML_DEST_PATH/_CMPIObjectPathFT.html
2238              install -D -m 0444 %SDK_STAGE_LOC/html/CmpiObjectPath.html %HTML_DEST_PATH/CmpiObjectPath.html
2239              install -D -m 0444 %SDK_STAGE_LOC/html/_CMPIObjectPath.html %HTML_DEST_PATH/_CMPIObjectPath.html
2240              install -D -m 0444 %SDK_STAGE_LOC/html/_CMPIPredicateFT.html %HTML_DEST_PATH/_CMPIPredicateFT.html
2241              install -D -m 0444 %SDK_STAGE_LOC/html/_CMPIPredicate.html %HTML_DEST_PATH/_CMPIPredicate.html
2242              install -D -m 0444 %SDK_STAGE_LOC/html/_CMPIPropertyMIFT.html %HTML_DEST_PATH/_CMPIPropertyMIFT.html
2243              install -D -m 0444 %SDK_STAGE_LOC/html/CMPIPropertyMIFT.html %HTML_DEST_PATH/CMPIPropertyMIFT.html
2244              install -D -m 0444 %SDK_STAGE_LOC/html/_CMPIResultFT.html %HTML_DEST_PATH/_CMPIResultFT.html
2245              install -D -m 0444 %SDK_STAGE_LOC/html/CmpiResult.html %HTML_DEST_PATH/CmpiResult.html
2246              install -D -m 0444 %SDK_STAGE_LOC/html/_CMPIResult.html %HTML_DEST_PATH/_CMPIResult.html
2247              install -D -m 0444 %SDK_STAGE_LOC/html/_CMPISelectCondFT.html %HTML_DEST_PATH/_CMPISelectCondFT.html
2248              install -D -m 0444 %SDK_STAGE_LOC/html/_CMPISelectCond.html %HTML_DEST_PATH/_CMPISelectCond.html
2249              install -D -m 0444 %SDK_STAGE_LOC/html/_CMPISelectExpFT.html %HTML_DEST_PATH/_CMPISelectExpFT.html
2250              install -D -m 0444 %SDK_STAGE_LOC/html/CmpiSelectExp.html %HTML_DEST_PATH/CmpiSelectExp.html
2251              install -D -m 0444 %SDK_STAGE_LOC/html/_CMPISelectExp.html %HTML_DEST_PATH/_CMPISelectExp.html
2252              install -D -m 0444 %SDK_STAGE_LOC/html/CmpiStatus.html %HTML_DEST_PATH/CmpiStatus.html
2253              install -D -m 0444 %SDK_STAGE_LOC/html/_CMPIStringFT.html %HTML_DEST_PATH/_CMPIStringFT.html
2254              install -D -m 0444 %SDK_STAGE_LOC/html/CmpiString.html %HTML_DEST_PATH/CmpiString.html
2255              install -D -m 0444 %SDK_STAGE_LOC/html/_CMPIString.html %HTML_DEST_PATH/_CMPIString.html
2256 w.otsuka 1.1 install -D -m 0444 %SDK_STAGE_LOC/html/_CMPISubCondFT.html %HTML_DEST_PATH/_CMPISubCondFT.html
2257              install -D -m 0444 %SDK_STAGE_LOC/html/_CMPISubCond.html %HTML_DEST_PATH/_CMPISubCond.html
2258              install -D -m 0444 %SDK_STAGE_LOC/html/CMPropertyMIFactory.html %HTML_DEST_PATH/CMPropertyMIFactory.html
2259              install -D -m 0444 %SDK_STAGE_LOC/html/CMPropertyMIStub.html %HTML_DEST_PATH/CMPropertyMIStub.html
2260              install -D -m 0444 %SDK_STAGE_LOC/html/CMReturnData.html %HTML_DEST_PATH/CMReturnData.html
2261              install -D -m 0444 %SDK_STAGE_LOC/html/CMReturnDone.html %HTML_DEST_PATH/CMReturnDone.html
2262              install -D -m 0444 %SDK_STAGE_LOC/html/CMReturn.html %HTML_DEST_PATH/CMReturn.html
2263              install -D -m 0444 %SDK_STAGE_LOC/html/CMReturnInstance.html %HTML_DEST_PATH/CMReturnInstance.html
2264              install -D -m 0444 %SDK_STAGE_LOC/html/CMReturnObjectPath.html %HTML_DEST_PATH/CMReturnObjectPath.html
2265              install -D -m 0444 %SDK_STAGE_LOC/html/CMReturnWithChars.html %HTML_DEST_PATH/CMReturnWithChars.html
2266              install -D -m 0444 %SDK_STAGE_LOC/html/CMReturnWithString.html %HTML_DEST_PATH/CMReturnWithString.html
2267              install -D -m 0444 %SDK_STAGE_LOC/html/CMSetArrayElementAt.html %HTML_DEST_PATH/CMSetArrayElementAt.html
2268              install -D -m 0444 %SDK_STAGE_LOC/html/CMSetClassName.html %HTML_DEST_PATH/CMSetClassName.html
2269              install -D -m 0444 %SDK_STAGE_LOC/html/CMSetHostAndNameSpaceFromObjectPath.html %HTML_DEST_PATH/CMSetHostAndNameSpaceFromObjectPath.html
2270              install -D -m 0444 %SDK_STAGE_LOC/html/CMSetHostname.html %HTML_DEST_PATH/CMSetHostname.html
2271              install -D -m 0444 %SDK_STAGE_LOC/html/CMSetNameSpaceFromObjectPath.html %HTML_DEST_PATH/CMSetNameSpaceFromObjectPath.html
2272              install -D -m 0444 %SDK_STAGE_LOC/html/CMSetNameSpace.html %HTML_DEST_PATH/CMSetNameSpace.html
2273              install -D -m 0444 %SDK_STAGE_LOC/html/CMSetPropertyFilter.html %HTML_DEST_PATH/CMSetPropertyFilter.html
2274              install -D -m 0444 %SDK_STAGE_LOC/html/CMSetProperty.html %HTML_DEST_PATH/CMSetProperty.html
2275              install -D -m 0444 %SDK_STAGE_LOC/html/CMSetStatus.html %HTML_DEST_PATH/CMSetStatus.html
2276              install -D -m 0444 %SDK_STAGE_LOC/html/CMSetStatusWithChars.html %HTML_DEST_PATH/CMSetStatusWithChars.html
2277 w.otsuka 1.1 install -D -m 0444 %SDK_STAGE_LOC/html/CMSetStatusWithString.html %HTML_DEST_PATH/CMSetStatusWithString.html
2278              install -D -m 0444 %SDK_STAGE_LOC/html/CMToArray.html %HTML_DEST_PATH/CMToArray.html
2279              install -D -m 0444 %SDK_STAGE_LOC/html/CommonClassHier.html %HTML_DEST_PATH/CommonClassHier.html
2280              install -D -m 0444 %SDK_STAGE_LOC/html/ConnectionTimeoutException.html %HTML_DEST_PATH/ConnectionTimeoutException.html
2281              install -D -m 0444 %SDK_STAGE_LOC/html/Container.html %HTML_DEST_PATH/Container.html
2282              install -D -m 0444 %SDK_STAGE_LOC/html/ContentLanguageListContainer.html %HTML_DEST_PATH/ContentLanguageListContainer.html
2283              install -D -m 0444 %SDK_STAGE_LOC/html/CString.html %HTML_DEST_PATH/CString.html
2284              install -D -m 0444 %SDK_STAGE_LOC/html/DateTimeOutOfRangeException.html %HTML_DEST_PATH/DateTimeOutOfRangeException.html
2285              install -D -m 0444 %SDK_STAGE_LOC/html/DynamicCastFailedException.html %HTML_DEST_PATH/DynamicCastFailedException.html
2286              install -D -m 0444 %SDK_STAGE_LOC/html/Exception.html %HTML_DEST_PATH/Exception.html
2287              install -D -m 0444 %SDK_STAGE_LOC/html/Formatter.html %HTML_DEST_PATH/Formatter.html
2288              install -D -m 0444 %SDK_STAGE_LOC/html/General.html %HTML_DEST_PATH/General.html
2289              install -D -m 0444 %SDK_STAGE_LOC/html/HIER.html %HTML_DEST_PATH/HIER.html
2290              install -D -m 0444 %SDK_STAGE_LOC/html/icon1.gif %HTML_DEST_PATH/icon1.gif
2291              install -D -m 0444 %SDK_STAGE_LOC/html/icon2.gif %HTML_DEST_PATH/icon2.gif
2292              install -D -m 0444 %SDK_STAGE_LOC/html/IdentityContainer.html %HTML_DEST_PATH/IdentityContainer.html
2293              install -D -m 0444 %SDK_STAGE_LOC/html/index.html %HTML_DEST_PATH/index.html
2294              install -D -m 0444 %SDK_STAGE_LOC/html/IndexOutOfBoundsException.html %HTML_DEST_PATH/IndexOutOfBoundsException.html
2295              install -D -m 0444 %SDK_STAGE_LOC/html/IndicationConsumerClassHier.html %HTML_DEST_PATH/IndicationConsumerClassHier.html
2296              install -D -m 0444 %SDK_STAGE_LOC/html/IndicationResponseHandler.html %HTML_DEST_PATH/IndicationResponseHandler.html
2297              install -D -m 0444 %SDK_STAGE_LOC/html/InstanceResponseHandler.html %HTML_DEST_PATH/InstanceResponseHandler.html
2298 w.otsuka 1.1 install -D -m 0444 %SDK_STAGE_LOC/html/InvalidDateTimeFormatException.html %HTML_DEST_PATH/InvalidDateTimeFormatException.html
2299              install -D -m 0444 %SDK_STAGE_LOC/html/InvalidLocatorException.html %HTML_DEST_PATH/InvalidLocatorException.html
2300              install -D -m 0444 %SDK_STAGE_LOC/html/InvalidNameException.html %HTML_DEST_PATH/InvalidNameException.html
2301              install -D -m 0444 %SDK_STAGE_LOC/html/InvalidNamespaceNameException.html %HTML_DEST_PATH/InvalidNamespaceNameException.html
2302              install -D -m 0444 %SDK_STAGE_LOC/html/LanguageElementContainer.html %HTML_DEST_PATH/LanguageElementContainer.html
2303              install -D -m 0444 %SDK_STAGE_LOC/html/LanguageElement.html %HTML_DEST_PATH/LanguageElement.html
2304              install -D -m 0444 %SDK_STAGE_LOC/html/MalformedObjectNameException.html %HTML_DEST_PATH/MalformedObjectNameException.html
2305              install -D -m 0444 %SDK_STAGE_LOC/html/MessageLoaderParms.html %HTML_DEST_PATH/MessageLoaderParms.html
2306              install -D -m 0444 %SDK_STAGE_LOC/html/MethodResultResponseHandler.html %HTML_DEST_PATH/MethodResultResponseHandler.html
2307              install -D -m 0444 %SDK_STAGE_LOC/html/NotConnectedException.html %HTML_DEST_PATH/NotConnectedException.html
2308              install -D -m 0444 %SDK_STAGE_LOC/html/ObjectPathResponseHandler.html %HTML_DEST_PATH/ObjectPathResponseHandler.html
2309              install -D -m 0444 %SDK_STAGE_LOC/html/ObjectResponseHandler.html %HTML_DEST_PATH/ObjectResponseHandler.html
2310              install -D -m 0444 %SDK_STAGE_LOC/html/OperationContext.html %HTML_DEST_PATH/OperationContext.html
2311              install -D -m 0444 %SDK_STAGE_LOC/html/operator.10.html %HTML_DEST_PATH/operator.10.html
2312              install -D -m 0444 %SDK_STAGE_LOC/html/operator.11.html %HTML_DEST_PATH/operator.11.html
2313              install -D -m 0444 %SDK_STAGE_LOC/html/operator.12.html %HTML_DEST_PATH/operator.12.html
2314              install -D -m 0444 %SDK_STAGE_LOC/html/operator.2.html %HTML_DEST_PATH/operator.2.html
2315              install -D -m 0444 %SDK_STAGE_LOC/html/operator.3.html %HTML_DEST_PATH/operator.3.html
2316              install -D -m 0444 %SDK_STAGE_LOC/html/operator.4.html %HTML_DEST_PATH/operator.4.html
2317              install -D -m 0444 %SDK_STAGE_LOC/html/operator.5.html %HTML_DEST_PATH/operator.5.html
2318              install -D -m 0444 %SDK_STAGE_LOC/html/operator.6.html %HTML_DEST_PATH/operator.6.html
2319 w.otsuka 1.1 install -D -m 0444 %SDK_STAGE_LOC/html/operator.7.html %HTML_DEST_PATH/operator.7.html
2320              install -D -m 0444 %SDK_STAGE_LOC/html/operator.8.html %HTML_DEST_PATH/operator.8.html
2321              install -D -m 0444 %SDK_STAGE_LOC/html/operator.9.html %HTML_DEST_PATH/operator.9.html
2322              install -D -m 0444 %SDK_STAGE_LOC/html/operator.html %HTML_DEST_PATH/operator.html
2323              install -D -m 0444 %SDK_STAGE_LOC/html/ostream.html %HTML_DEST_PATH/ostream.html
2324              install -D -m 0444 %SDK_STAGE_LOC/html/Pegasus_Array_h.html %HTML_DEST_PATH/Pegasus_Array_h.html
2325              install -D -m 0444 %SDK_STAGE_LOC/html/Pegasus_MessageLoader_h.html %HTML_DEST_PATH/Pegasus_MessageLoader_h.html
2326              install -D -m 0444 %SDK_STAGE_LOC/html/ProviderClassHier.html %HTML_DEST_PATH/ProviderClassHier.html
2327              install -D -m 0444 %SDK_STAGE_LOC/html/ResponseHandler.html %HTML_DEST_PATH/ResponseHandler.html
2328              install -D -m 0444 %SDK_STAGE_LOC/html/SSLCallbackInfo.html %HTML_DEST_PATH/SSLCallbackInfo.html
2329              install -D -m 0444 %SDK_STAGE_LOC/html/SSLCertificateInfo.html %HTML_DEST_PATH/SSLCertificateInfo.html
2330              install -D -m 0444 %SDK_STAGE_LOC/html/SSLContext.html %HTML_DEST_PATH/SSLContext.html
2331              install -D -m 0444 %SDK_STAGE_LOC/html/SSLException.html %HTML_DEST_PATH/SSLException.htm
2332              install -D -m 0444 %SDK_STAGE_LOC/html/String.html %HTML_DEST_PATH/String.html
2333              install -D -m 0444 %SDK_STAGE_LOC/html/SubscriptionInstanceNamesContainer.html %HTML_DEST_PATH/SubscriptionInstanceNamesContainer.html
2334              install -D -m 0444 %SDK_STAGE_LOC/html/SubscriptionLanguageListContainer.html %HTML_DEST_PATH/SubscriptionLanguageListContainer.html
2335              install -D -m 0444 %SDK_STAGE_LOC/html/TimeoutContainer.html %HTML_DEST_PATH/TimeoutContainer.html
2336              install -D -m 0444 %SDK_STAGE_LOC/html/TypeMismatchException.html %HTML_DEST_PATH/TypeMismatchException.html
2337              install -D -m 0444 %SDK_STAGE_LOC/html/UninitializedObjectException.html %HTML_DEST_PATH/UninitializedObjectException.html
2338              install -D -m 0444 %SDK_STAGE_LOC/samples/Makefile %SAMPLES_DEST_PATH/Makefile 
2339              install -D -m 0444 %SDK_STAGE_LOC/samples/mak/common.mak %SAMPLES_DEST_PATH/mak/common.mak 
2340 w.otsuka 1.1 install -D -m 0444 %SDK_STAGE_LOC/samples/mak/config.mak %SAMPLES_DEST_PATH/mak/config.mak 
2341              install -D -m 0444 %SDK_STAGE_LOC/samples/mak/library.mak %SAMPLES_DEST_PATH/mak/library.mak 
2342              install -D -m 0444 %SDK_STAGE_LOC/samples/mak/program.mak %SAMPLES_DEST_PATH/mak/program.mak
2343              install -D -m 0444 %SDK_STAGE_LOC/samples/mak/recurse.mak %SAMPLES_DEST_PATH/mak/recurse.mak
2344              install -D -m 0444 %SDK_STAGE_LOC/samples/Clients/Makefile %SAMPLES_DEST_PATH/Clients/Makefile
2345              install -D -m 0444 %SDK_STAGE_LOC/samples/Clients/DefaultC++/Makefile %SAMPLES_DEST_PATH/Clients/DefaultC++/Makefile
2346              install -D -m 0444 %SDK_STAGE_LOC/samples/Clients/DefaultC++/EnumInstances/EnumInstances.cpp %SAMPLES_DEST_PATH/Clients/DefaultC++/EnumInstances/EnumInstances.cpp 
2347              install -D -m 0444 %SDK_STAGE_LOC/samples/Clients/DefaultC++/EnumInstances/Makefile %SAMPLES_DEST_PATH/Clients/DefaultC++/EnumInstances/Makefile 
2348              install -D -m 0444 %SDK_STAGE_LOC/samples/Clients/DefaultC++/InvokeMethod/InvokeMethod.cpp %SAMPLES_DEST_PATH/Clients/DefaultC++/InvokeMethod/InvokeMethod.cpp 
2349              install -D -m 0444 %SDK_STAGE_LOC/samples/Clients/DefaultC++/InvokeMethod/Makefile %SAMPLES_DEST_PATH/Clients/DefaultC++/InvokeMethod/Makefile 
2350              install -D -m 0444 %SDK_STAGE_LOC/samples/Providers/Makefile %SAMPLES_DEST_PATH/Providers/Makefile
2351              install -D -m 0444 $PEGASUS_ROOT/src/SDK/samples/Providers/CMPI/Makefile %SAMPLES_DEST_PATH/Providers/CMPI/Makefile
2352              install -D -m 0444 %SDK_STAGE_LOC/samples/Providers/CMPI/FilesAndDirectories/CWS_Directory.c %SAMPLES_DEST_PATH/Providers/CMPI/FilesAndDirectories/CWS_Directory.c 
2353              install -D -m 0444 %SDK_STAGE_LOC/samples/Providers/CMPI/FilesAndDirectories/CWS_DirectoryContainsFile.c %SAMPLES_DEST_PATH/Providers/CMPI/FilesAndDirectories/CWS_DirectoryContainsFile.c 
2354              install -D -m 0444 %SDK_STAGE_LOC/samples/Providers/CMPI/FilesAndDirectories/CWS_FileUtils.c %SAMPLES_DEST_PATH/Providers/CMPI/FilesAndDirectories/CWS_FileUtils.c 
2355              install -D -m 0444 %SDK_STAGE_LOC/samples/Providers/CMPI/FilesAndDirectories/CWS_FileUtils.h %SAMPLES_DEST_PATH/Providers/CMPI/FilesAndDirectories/CWS_FileUtils.h 
2356              install -D -m 0444 %SDK_STAGE_LOC/samples/Providers/CMPI/FilesAndDirectories/CWS_PlainFile.c %SAMPLES_DEST_PATH/Providers/CMPI/FilesAndDirectories/CWS_PlainFile.c 
2357              install -D -m 0444 %SDK_STAGE_LOC/samples/Providers/CMPI/FilesAndDirectories/cwssimdata.c %SAMPLES_DEST_PATH/Providers/CMPI/FilesAndDirectories/cwssimdata.c 
2358              install -D -m 0444 %SDK_STAGE_LOC/samples/Providers/CMPI/FilesAndDirectories/cwstest.c %SAMPLES_DEST_PATH/Providers/CMPI/FilesAndDirectories/cwstest.c 
2359              install -D -m 0444 %SDK_STAGE_LOC/samples/Providers/CMPI/FilesAndDirectories/cwsutil.c %SAMPLES_DEST_PATH/Providers/CMPI/FilesAndDirectories/cwsutil.c 
2360              install -D -m 0444 %SDK_STAGE_LOC/samples/Providers/CMPI/FilesAndDirectories/cwsutil.h %SAMPLES_DEST_PATH/Providers/CMPI/FilesAndDirectories/cwsutil.h 
2361 w.otsuka 1.1 install -D -m 0444 %SDK_STAGE_LOC/samples/Providers/CMPI/FilesAndDirectories/Makefile %SAMPLES_DEST_PATH/Providers/CMPI/FilesAndDirectories/Makefile 
2362              install -D -m 0444 %SDK_STAGE_LOC/samples/Providers/DefaultC++/Makefile %SAMPLES_DEST_PATH/Providers/DefaultC++/Makefile
2363              install -D -m 0444 %SDK_STAGE_LOC/samples/Providers/DefaultC++/InstanceProvider/EnumerateInstancesrspgood.xml %SAMPLES_DEST_PATH/Providers/DefaultC++/InstanceProvider/EnumerateInstancesrspgood.xml 
2364              install -D -m 0444 %SDK_STAGE_LOC/samples/Providers/DefaultC++/InstanceProvider/EnumerateInstances.xml %SAMPLES_DEST_PATH/Providers/DefaultC++/InstanceProvider/EnumerateInstances.xml 
2365              install -D -m 0444 %SDK_STAGE_LOC/samples/Providers/DefaultC++/InstanceProvider/InstanceProvider.cpp %SAMPLES_DEST_PATH/Providers/DefaultC++/InstanceProvider/InstanceProvider.cpp 
2366              install -D -m 0444 %SDK_STAGE_LOC/samples/Providers/DefaultC++/InstanceProvider/InstanceProvider.h %SAMPLES_DEST_PATH/Providers/DefaultC++/InstanceProvider/InstanceProvider.h 
2367              install -D -m 0444 %SDK_STAGE_LOC/samples/Providers/DefaultC++/InstanceProvider/InstanceProviderMain.cpp %SAMPLES_DEST_PATH/Providers/DefaultC++/InstanceProvider/InstanceProviderMain.cpp 
2368              install -D -m 0444 %SDK_STAGE_LOC/samples/Providers/DefaultC++/InstanceProvider/Makefile %SAMPLES_DEST_PATH/Providers/DefaultC++/InstanceProvider/Makefile 
2369              install -D -m 0444 %SDK_STAGE_LOC/samples/Providers/DefaultC++/MethodProvider/InvokeMethodrspgood.xml %SAMPLES_DEST_PATH/Providers/DefaultC++/MethodProvider/InvokeMethodrspgood.xml 
2370              install -D -m 0444 %SDK_STAGE_LOC/samples/Providers/DefaultC++/MethodProvider/InvokeMethod.xml %SAMPLES_DEST_PATH/Providers/DefaultC++/MethodProvider/InvokeMethod.xml 
2371              install -D -m 0444 %SDK_STAGE_LOC/samples/Providers/DefaultC++/MethodProvider/Makefile %SAMPLES_DEST_PATH/Providers/DefaultC++/MethodProvider/Makefile 
2372              install -D -m 0444 %SDK_STAGE_LOC/samples/Providers/DefaultC++/MethodProvider/MethodProvider.cpp %SAMPLES_DEST_PATH/Providers/DefaultC++/MethodProvider/MethodProvider.cpp 
2373              install -D -m 0444 %SDK_STAGE_LOC/samples/Providers/DefaultC++/MethodProvider/MethodProvider.h %SAMPLES_DEST_PATH/Providers/DefaultC++/MethodProvider/MethodProvider.h 
2374              install -D -m 0444 %SDK_STAGE_LOC/samples/Providers/DefaultC++/MethodProvider/MethodProviderMain.cpp %SAMPLES_DEST_PATH/Providers/DefaultC++/MethodProvider/MethodProviderMain.cpp 
2375              install -D -m 0444 %SDK_STAGE_LOC/samples/Providers/CMPI/FilesAndDirectories/tests/AssocDirNames12001rspgood.xml %SAMPLES_DEST_PATH/Providers/CMPI/FilesAndDirectories/tests/AssocDirNames12001rspgood.xml 
2376              install -D -m 0444 %SDK_STAGE_LOC/samples/Providers/CMPI/FilesAndDirectories/tests/AssocDirNames12001.xml %SAMPLES_DEST_PATH/Providers/CMPI/FilesAndDirectories/tests/AssocDirNames12001.xml 
2377              install -D -m 0444 %SDK_STAGE_LOC/samples/Providers/CMPI/FilesAndDirectories/tests/DeleteDirInstance10003rspgood.xml %SAMPLES_DEST_PATH/Providers/CMPI/FilesAndDirectories/tests/DeleteDirInstance10003rspgood.xml 
2378              install -D -m 0444 %SDK_STAGE_LOC/samples/Providers/CMPI/FilesAndDirectories/tests/DeleteDirInstance10003.xml %SAMPLES_DEST_PATH/Providers/CMPI/FilesAndDirectories/tests/DeleteDirInstance10003.xml 
2379              install -D -m 0444 %SDK_STAGE_LOC/samples/Providers/CMPI/FilesAndDirectories/tests/EnumerateDir10001rspgood.xml %SAMPLES_DEST_PATH/Providers/CMPI/FilesAndDirectories/tests/EnumerateDir10001rspgood.xml 
2380              install -D -m 0444 %SDK_STAGE_LOC/samples/Providers/CMPI/FilesAndDirectories/tests/EnumerateDir10001.xml %SAMPLES_DEST_PATH/Providers/CMPI/FilesAndDirectories/tests/EnumerateDir10001.xml 
2381              install -D -m 0444 %SDK_STAGE_LOC/samples/Providers/CMPI/FilesAndDirectories/tests/EnumerateDirNames10000rspgood.xml %SAMPLES_DEST_PATH/Providers/CMPI/FilesAndDirectories/tests/EnumerateDirNames10000rspgood.xml 
2382 w.otsuka 1.1 install -D -m 0444 %SDK_STAGE_LOC/samples/Providers/CMPI/FilesAndDirectories/tests/EnumerateDirNames10000.xml %SAMPLES_DEST_PATH/Providers/CMPI/FilesAndDirectories/tests/EnumerateDirNames10000.xml 
2383              install -D -m 0444 %SDK_STAGE_LOC/samples/Providers/CMPI/FilesAndDirectories/tests/GetDirInstance10002rspgood.xml %SAMPLES_DEST_PATH/Providers/CMPI/FilesAndDirectories/tests/GetDirInstance10002rspgood.xml 
2384              install -D -m 0444 %SDK_STAGE_LOC/samples/Providers/CMPI/FilesAndDirectories/tests/GetDirInstance10002.xml %SAMPLES_DEST_PATH/Providers/CMPI/FilesAndDirectories/tests/GetDirInstance10002.xml 
2385              install -D -m 0444 %SDK_STAGE_LOC/samples/Providers/CMPI/FilesAndDirectories/tests/Makefile %SAMPLES_DEST_PATH/Providers/CMPI/FilesAndDirectories/tests/Makefile 
2386              install -D -m 0444 %SDK_STAGE_LOC/samples/Providers/CMPI/FilesAndDirectories/tests/PlainFileMethodCall11001rspgood.xml %SAMPLES_DEST_PATH/Providers/CMPI/FilesAndDirectories/tests/PlainFileMethodCall11001rspgood.xml 
2387              install -D -m 0444 %SDK_STAGE_LOC/samples/Providers/CMPI/FilesAndDirectories/tests/PlainFileMethodCall11001.xml %SAMPLES_DEST_PATH/Providers/CMPI/FilesAndDirectories/tests/PlainFileMethodCall11001.xml 
2388              install -D -m 0444 %SDK_STAGE_LOC/samples/Providers/CMPI/FilesAndDirectories/tests/ReferenceDirNames12002rspgood.xml %SAMPLES_DEST_PATH/Providers/CMPI/FilesAndDirectories/tests/ReferenceDirNames12002rspgood.xml 
2389              install -D -m 0444 %SDK_STAGE_LOC/samples/Providers/CMPI/FilesAndDirectories/tests/ReferenceDirNames12002.xml %SAMPLES_DEST_PATH/Providers/CMPI/FilesAndDirectories/tests/ReferenceDirNames12002.xml 
2390              install -D -m 0444 $PEGASUS_ROOT/src/SDK/samples/Providers/Load/Makefile %SAMPLES_DEST_PATH/Providers/Load/Makefile
2391              install -D -m 0444 $PEGASUS_ROOT/src/Providers/sample/Load/CWS_FilesAndDir.mof %SAMPLES_DEST_PATH/Providers/Load/CWS_FilesAndDir.mof
2392              install -D -m 0444 $PEGASUS_ROOT/src/Providers/sample/Load/CWS_FilesAndDirR.mof %SAMPLES_DEST_PATH/Providers/Load/CWS_FilesAndDirR.mof
2393              install -D -m 0444 $PEGASUS_ROOT/src/Providers/sample/Load/InstanceProviderR.mof %SAMPLES_DEST_PATH/Providers/Load/InstanceProviderR.mof
2394              install -D -m 0444 $PEGASUS_ROOT/src/Providers/sample/Load/MethodProviderR.mof %SAMPLES_DEST_PATH/Providers/Load/MethodProviderR.mof
2395              install -D -m 0444 $PEGASUS_ROOT/src/Providers/sample/Load/SampleProviderSchema.mof %SAMPLES_DEST_PATH/Providers/Load/SampleProviderSchema.mof
2396              
2397              echo "PEGASUS_LIB_DIR="%PEGASUS_DEST_LIB_DIR > samplebld.txt
2398              echo "PEGASUS_PROVIDER_LIB_DIR="%PEGASUS_PROVIDER_LIB_DIR >> samplebld.txt
2399              echo "CIM_MOF_PATH="%PEGASUS_MOF_DIR>> samplebld.txt
2400              echo "PEGASUS_INCLUDE_DIR="%PEGASUS_INCLUDE_DEST_PATH >> samplebld.txt
2401              echo "SAMPLES_DIR="%PEGASUS_SAMPLES_DEST_PATH >> samplebld.txt
2402              echo "PEGASUS_BIN_DIR="%PEGASUS_BIN_DIR >> samplebld.txt
2403 w.otsuka 1.1 %ifarch ia64
2404              cat samplebld.txt %SDK_STAGE_LOC/samples/mak/LINUX_IA64_GNU.mak > samplebld.mak
2405              install -D -m 0444 samplebld.mak %SAMPLES_DEST_PATH/mak/LINUX_IA64_GNU.mak 
2406              %else
2407              cat samplebld.txt %SDK_STAGE_LOC/samples/mak/LINUX_IX86_GNU.mak > samplebld.mak
2408              install -D -m 0444 samplebld.mak %SAMPLES_DEST_PATH/mak/LINUX_IX86_GNU.mak 
2409              %endif
2410              
2411              rm -Rf $PEGASUS_HOME
2412              
2413              %clean
2414              #make clean
2415              [ "$RPM_BUILD_ROOT" != "/" ] && [ -d $RPM_BUILD_ROOT ] && rm -rf $RPM_BUILD_ROOT;
2416              
2417              %pre
2418              if [ -d %PEGASUS_REPOSITORY_DIR"/root#PG_Internal" ]
2419              then
2420                #
2421                # Save the current repository to prev_repository.
2422                #
2423              
2424 w.otsuka 1.1   REPOSITORY_LOC=%PEGASUS_REPOSITORY_DIR
2425                PREV_REPOSITORY_LOC=%PEGASUS_REPOSITORY_DIR"/prev_repository"
2426              
2427                if [[ -d $REPOSITORY_LOC ]]
2428                then
2429                    if [[ -d $PREV_REPOSITORY_LOC ]]
2430                    then
2431                        rm -rf $PREV_REPOSITORY_LOC
2432                    fi
2433              
2434                    mv $REPOSITORY_LOC $PREV_REPOSITORY_LOC
2435                    mkdir $REPOSITORY_LOC
2436                fi
2437              fi
2438              
2439              %post
2440              mkdir -p %PEGASUS_LOG_DIR
2441              %define INSTALL_LOG %PEGASUS_LOG_DIR/install.log
2442              echo `date` >%INSTALL_LOG 2>&1
2443              
2444              /usr/lib/lsb/install_initd /etc/init.d/tog-pegasus
2445 w.otsuka 1.1 
2446              /bin/chmod -f +w %PEGASUS_LOCAL_DOMAIN_SOCKET_DIR/cimxml.socket
2447              
2448              # Create symbolic links for client libs
2449              #
2450              cd %PEGASUS_DEST_LIB_DIR
2451              ln -sf libpegcommon.so.1 libpegcommon.so
2452              ln -sf libpegclient.so.1 libpegclient.so
2453              ln -sf libpegprovider.so.1 libpegprovider.so
2454              
2455              # Create symbolic links for provider libs
2456              #
2457              cd %PEGASUS_PROVIDER_LIB_DIR
2458              ln -sf libComputerSystemProvider.so.1 libComputerSystemProvider.so
2459              ln -sf libOSProvider.so.1 libOSProvider.so
2460              ln -sf libProcessProvider.so.1 libProcessProvider.so
2461              
2462              #
2463              #  Set up the openssl certificate
2464              #
2465              #  Modify entries in ssl.cnf, then
2466 w.otsuka 1.1 #  Create big random ssl.rnd file, then 
2467              #  Generate a self signed node certificate
2468              #
2469              echo " Generating SSL certificates... "
2470              CN="Common Name"
2471              EMAIL="test@email.address"
2472              HOSTNAME=`uname -n`
2473              sed -e "s/$CN/$HOSTNAME/"  \
2474                  -e "s/$EMAIL/root@$HOSTNAME/" %PEGASUS_CONFIG_DIR/ssl.orig \
2475                  > %PEGASUS_CONFIG_DIR/ssl.cnf
2476              chmod 644 %PEGASUS_CONFIG_DIR/ssl.cnf
2477              chown bin %PEGASUS_CONFIG_DIR/ssl.cnf
2478              chgrp bin %PEGASUS_CONFIG_DIR/ssl.cnf
2479              
2480              openssl req -x509 -days 365 -newkey rsa:2048 \
2481                 -nodes -config %PEGASUS_CONFIG_DIR/ssl.cnf   \
2482                 -keyout %PEGASUS_CONFIG_DIR/key.pem -out %PEGASUS_CONFIG_DIR/cert.pem 2>>%INSTALL_LOG
2483              
2484              cat %PEGASUS_CONFIG_DIR/key.pem > %PEGASUS_CONFIG_DIR/file_2048.pem
2485              cat %PEGASUS_CONFIG_DIR/cert.pem > %PEGASUS_CONFIG_DIR/server_2048.pem
2486              cat %PEGASUS_CONFIG_DIR/cert.pem > %PEGASUS_CONFIG_DIR/client_2048.pem
2487 w.otsuka 1.1 chmod 700 %PEGASUS_CONFIG_DIR/*.pem
2488              
2489              rm -f %PEGASUS_CONFIG_DIR/key.pem %PEGASUS_CONFIG_DIR/cert.pem
2490              
2491              if [ -f %PEGASUS_CONFIG_DIR/%PEGASUS_SSL_CERT_FILE ] 
2492              then
2493                  echo "WARNING: %PEGASUS_CONFIG_DIR/%PEGASUS_SSL_CERT_FILE SSL Certificate file already exists."
2494              else
2495                  cp %PEGASUS_CONFIG_DIR/server_2048.pem %PEGASUS_CONFIG_DIR/%PEGASUS_SSL_CERT_FILE
2496                  cp %PEGASUS_CONFIG_DIR/file_2048.pem %PEGASUS_CONFIG_DIR/%PEGASUS_SSL_KEY_FILE
2497                  chmod 400 %PEGASUS_CONFIG_DIR/%PEGASUS_SSL_CERT_FILE %PEGASUS_CONFIG_DIR/%PEGASUS_SSL_KEY_FILE
2498              fi
2499              
2500              if [ -f %PEGASUS_CONFIG_DIR/%PEGASUS_SSL_TRUSTSTORE ]
2501              then
2502                  echo "WARNING: %PEGASUS_CONFIG_DIR/%PEGASUS_SSL_TRUSTSTORE SSL Certificate trust store already exists."
2503              else
2504                  cp %PEGASUS_CONFIG_DIR/client_2048.pem %PEGASUS_CONFIG_DIR/%PEGASUS_SSL_TRUSTSTORE
2505                  chmod 400 %PEGASUS_CONFIG_DIR/%PEGASUS_SSL_TRUSTSTORE
2506              fi
2507              
2508 w.otsuka 1.1 # Start the cimserver
2509              (/etc/init.d/tog-pegasus start || /opt/tog-pegasus/sbin/cimserver) >> %INSTALL_LOG 2>&1
2510              
2511              if [ $? != 0 ];
2512              then
2513                echo "Brute-starting Pegasus. If the installation fails:"
2514                echo " - Start Pegasus: '/etc/init.d/tog-pegasus start'"
2515                echo " - Run '/opt/tog-pegasus/sbin/init_repository'"
2516                # No need to try it again, since it already failed.
2517                # Just giving the above notice should be sufficent
2518                # /etc/init.d/tog-pegasus start || /opt/tog-pegasus/sbin/cimserver
2519              fi
2520              
2521              echo " To start Pegasus manually:"
2522              echo " /etc/init.d/tog-pegasus start"
2523              echo " Stop it:"
2524              echo " /etc/init.d/tog-pegasus stop"
2525              
2526              %preun
2527              
2528              # Check if the cimserver is running
2529 w.otsuka 1.1 isRunning=`ps -el | grep cimserver | grep -v "grep cimserver"`
2530              if [ "$isRunning" ]; then
2531              	%PEGASUS_SBIN_DIR/cimserver -s	
2532              fi
2533              
2534              # Delete the Link to the rc.* Startup Directories
2535              /usr/lib/lsb/remove_initd /etc/init.d/tog-pegasus
2536              
2537              %postun
2538              if [ $1 = 0 ]; then
2539              	rm -rf %PEGASUS_VARDATA_DIR
2540                      rm -rf %PEGASUS_PROD_DIR
2541              	rm -rf %PEGASUS_CONFIG_DIR
2542              	export LC_ALL=C
2543              fi
2544              
2545              %files
2546              %defattr(-,root,root)
2547              %dir %attr(-,root,root) %PEGASUS_PROD_DIR
2548              %dir %attr(-,root,root) %PEGASUS_LOCAL_AUTH_DIR
2549              %dir %attr(-,root,root) %PEGASUS_CONFIG_DIR
2550 w.otsuka 1.1 %dir %attr(-,root,root) %PEGASUS_VARDATA_DIR
2551              %dir %attr(-,root,root) %PEGASUS_LOG_DIR
2552              %dir %attr(-,root,root) %PEGASUS_PROVIDER_LIB_DIR
2553              %dir %attr(1555,root,root) %PEGASUS_LOCAL_DOMAIN_SOCKET_DIR
2554              %doc %PEGASUS_PROD_DIR/%PEGASUS_LICENSE_FILE
2555              %doc %PEGASUS_MANUSER_DIR/cimmof.1.gz
2556              %doc %PEGASUS_MANUSER_DIR/cimprovider.1.gz
2557              %doc %PEGASUS_MANUSER_DIR/osinfo.1.gz
2558              %doc %PEGASUS_MANUSER_DIR/wbemexec.1.gz
2559              %doc %PEGASUS_MANADMIN_DIR/cimauth.8.gz
2560              %doc %PEGASUS_MANADMIN_DIR/cimconfig.8.gz
2561              %doc %PEGASUS_MANADMIN_DIR/cimprovider.8.gz
2562              %doc %PEGASUS_MANADMIN_DIR/cimserver.8.gz
2563 w.otsuka 1.3 %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/CIM_Core28.mof
2564              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Core28_Qualifiers.mof
2565              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Core28_CoreElements.mof
2566              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Core28_Physical.mof
2567              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Core28_Software.mof
2568              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Core28_Device.mof
2569              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Core28_StorageExtent.mof
2570              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Core28_Collection.mof
2571              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Core28_Redundancy.mof
2572              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Core28_Service.mof
2573              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Core28_ProductFRU.mof
2574              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Core28_Statistics.mof
2575              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Core28_Capabilities.mof
2576              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Core28_Settings.mof
2577              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Core28_MethodParms.mof
2578              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Core28_PowerMgmt.mof
2579              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Application28_AppRuntime.mof
2580              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Application28_BIOS.mof
2581              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Application28_CheckAction.mof
2582              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Application28_DeploymentModel.mof
2583              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Application28_InstalledProduct.mof
2584 w.otsuka 1.3 %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Application28_J2eeAppServer.mof
2585              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Application28_J2eeAppServerStats.mof
2586              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Application28_SystemSoftware.mof
2587              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/CIM_Application28.mof
2588              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/CIM_Database28.mof
2589              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/CIM_Device28.mof
2590              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/CIM_Event28.mof
2591              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/CIM_Interop28.mof
2592              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/CIM_IPsecPolicy28.mof
2593              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/CIM_Metrics28.mof
2594              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/CIM_Network28.mof
2595              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/CIM_Physical28.mof
2596              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/CIM_Policy28.mof
2597              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/CIM_Schema28.mof
2598              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/CIM_Support28.mof
2599              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/CIM_System28.mof
2600              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/CIM_User28.mof
2601              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Database28_Statistics.mof
2602              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Database28_Storage.mof
2603              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Database28_System.mof
2604              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Device28_Controller.mof
2605 w.otsuka 1.3 %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Device28_CoolingAndPower.mof
2606              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Device28_DeviceElements.mof
2607              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Device28_DiskGroup.mof
2608              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Device28_FC.mof
2609              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Device28_IB.mof
2610              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Device28_Memory.mof
2611              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Device28_Modems.mof
2612              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Device28_NetworkAdapter.mof
2613              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Device28_Ports.mof
2614              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Device28_Printing.mof
2615              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Device28_Processor.mof
2616              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Device28_ProtocolController.mof
2617              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Device28_SccExtents.mof
2618              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Device28_Sensors.mof
2619              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Device28_StorageDevices.mof
2620              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Device28_StorageExtents.mof
2621              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Device28_StorageLib.mof
2622              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Device28_StorageServices.mof
2623              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Device28_USB.mof
2624              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Device28_UserDevices.mof
2625              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Metrics28_BaseMetric.mof
2626 w.otsuka 1.3 %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Metrics28_UnitOfWork.mof
2627              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Network28_BGP.mof
2628              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Network28_Buffers.mof
2629              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Network28_Collections.mof
2630              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Network28_Filtering.mof
2631              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Network28_IPsec.mof
2632              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Network28_OSPF.mof
2633              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Network28_Pipes.mof
2634              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Network28_ProtocolEndpoints.mof
2635              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Network28_QoS.mof
2636              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Network28_Routes.mof
2637              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Network28_RoutingForwarding.mof
2638              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Network28_SNMP.mof
2639              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Network28_SwitchingBridging.mof
2640              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Network28_Systems.mof
2641              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Network28_VLAN.mof
2642              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Physical28_Component.mof
2643              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Physical28_Connector.mof
2644              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Physical28_Link.mof
2645              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Physical28_Misc.mof
2646              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Physical28_Package.mof
2647 w.otsuka 1.3 %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Physical28_PhysicalMedia.mof
2648              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Physical28_StoragePackage.mof
2649              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/System28_Boot.mof
2650              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/System28_Diagnostics.mof
2651              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/System28_FileElements.mof
2652              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/System28_Logs.mof
2653              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/System28_OperatingSystem.mof
2654              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/System28_Processing.mof
2655              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/System28_SystemElements.mof
2656              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/System28_SystemResources.mof
2657              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/System28_Time.mof
2658              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/System28_Unix.mof
2659              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/User28_AccessControl.mof
2660              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/User28_Account.mof
2661              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/User28_AuthenticationReqmt.mof
2662              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/User28_Credential.mof
2663              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/User28_Group.mof
2664              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/User28_Identity.mof
2665              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/User28_Kerberos.mof
2666              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/User28_Org.mof
2667              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/User28_Privilege.mof
2668 w.otsuka 1.3 %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/User28_PrivilegeManagementService.mof
2669              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/User28_PublicKey.mof
2670              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/User28_Role.mof
2671              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/User28_SecurityLevel.mof
2672              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/User28_SecurityServices.mof
2673              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/User28_SharedSecret.mof
2674              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/User28_StorageHardwareID.mof
2675              %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/User28_UsersAccess.mof
2676              %attr(-,root,root) %PEGASUS_MOF_DIR/Pegasus/PG_InterOpSchema20.mof
2677              %attr(-,root,root) %PEGASUS_MOF_DIR/Pegasus/PG_InternalSchema20.mof
2678              %attr(-,root,root) %PEGASUS_MOF_DIR/Pegasus/PG_ManagedSystemSchema20.mof
2679              %attr(-,root,root) %PEGASUS_MOF_DIR/Pegasus/PG_ManagedSystemSchema20R.mof
2680              %attr(-,root,root) %PEGASUS_MOF_DIR/Pegasus/PG_Authorization20.mof
2681              %attr(-,root,root) %PEGASUS_MOF_DIR/Pegasus/PG_ConfigSetting20.mof
2682              %attr(-,root,root) %PEGASUS_MOF_DIR/Pegasus/PG_ShutdownService20.mof
2683              %attr(-,root,root) %PEGASUS_MOF_DIR/Pegasus/PG_User20.mof
2684              %attr(-,root,root) %PEGASUS_MOF_DIR/Pegasus/PG_Events20.mof
2685              %attr(-,root,root) %PEGASUS_MOF_DIR/Pegasus/PG_ProviderModule20.mof
2686              %attr(-,root,root) %PEGASUS_MOF_DIR/Pegasus/PG_ComputerSystem20.mof
2687              %attr(-,root,root) %PEGASUS_MOF_DIR/Pegasus/PG_ComputerSystem20R.mof
2688              %attr(-,root,root) %PEGASUS_MOF_DIR/Pegasus/PG_OperatingSystem20.mof
2689 w.otsuka 1.3 %attr(-,root,root) %PEGASUS_MOF_DIR/Pegasus/PG_OperatingSystem20R.mof
2690              %attr(-,root,root) %PEGASUS_MOF_DIR/Pegasus/PG_UnixProcess20.mof
2691              %attr(-,root,root) %PEGASUS_MOF_DIR/Pegasus/PG_UnixProcess20R.mof
2692 w.otsuka 1.1 %dir %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root
2693              %dir %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root/classes
2694              %dir %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root/instances
2695              %dir %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root/qualifiers
2696              %dir %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_Internal
2697              %dir %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_Internal/classes
2698              %dir %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_Internal/instances
2699              %dir %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers
2700              %dir %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp
2701              %dir %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes
2702              %dir %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/instances
2703              %dir %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers
2704              %dir %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2
2705              %dir %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes
2706              %dir %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/instances
2707              %dir %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers
2708              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_Internal/classes/PG_Authorization.#
2709              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_Internal/classes/PG_ConfigSetting.#
2710              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_Internal/classes/PG_User.#
2711              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_Internal/classes/PG_ShutdownService.#
2712              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_Internal/classes/PG_WBEMSLPTemplate.#
2713 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/Abstract
2714              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/Aggregate
2715              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/Aggregation
2716              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/Alias
2717              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/ArrayType
2718              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/ASSOCIATION
2719              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/BitMap
2720              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/BitValues
2721              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/Composition
2722              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/Counter
2723              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/Delete
2724              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/Deprecated
2725              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/Description
2726              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/DisplayName
2727              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/DN
2728              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/EmbeddedObject
2729              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/Exception
2730              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/Expensive
2731              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/Experimental
2732              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/Gauge
2733              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/Ifdeleted
2734 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/In
2735              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/INDICATION
2736              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/Invisible
2737              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/Key
2738              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/Large
2739              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/MappingStrings
2740              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/Max
2741              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/MaxLen
2742              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/MaxValue
2743              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/Min
2744              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/MinLen
2745              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/MinValue
2746              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/ModelCorrespondence
2747              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/Nonlocal
2748              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/NonlocalType
2749              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/NullValue
2750              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/Octetstring
2751              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/Out
2752              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/Override
2753              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/Propagated
2754              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/PropertyUsage
2755 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/Provider
2756              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/Read
2757              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/Required
2758              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/Revision
2759              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/CLASS
2760              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/Source
2761              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/SourceType
2762              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/Static
2763              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/Syntax
2764              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/SyntaxType
2765              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/Terminal
2766              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/TriggerType
2767              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/Units
2768              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/UnknownValues
2769              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/UnsupportedValues
2770              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/ValueMap
2771              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/Values
2772              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/Version
2773              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/Weak
2774              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_Internal/qualifiers/Write
2775              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ManagedElement.#
2776 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/associations
2777              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_Dependency.#
2778              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ConcreteDependency.CIM_Dependency
2779              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_Component.#
2780              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ConcreteComponent.CIM_Component
2781              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_LogicalIdentity.#
2782              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ConcreteIdentity.CIM_LogicalIdentity
2783              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ManagedSystemElement.CIM_ManagedElement
2784              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_HostedDependency.CIM_Dependency
2785              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_LogicalElement.CIM_ManagedSystemElement
2786              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_Job.CIM_LogicalElement
2787              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ConcreteJob.CIM_Job
2788              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_EnabledLogicalElement.CIM_LogicalElement
2789              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_Synchronized.#
2790              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_System.CIM_EnabledLogicalElement
2791              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_SystemComponent.CIM_Component
2792              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_AdminDomain.CIM_System
2793              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ContainedDomain.CIM_SystemComponent
2794              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_Service.CIM_EnabledLogicalElement
2795              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_HostedService.CIM_HostedDependency
2796              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ProvidesServiceToElement.CIM_Dependency
2797 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ServiceAvailableToElement.#
2798              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ServiceAffectsElement.#
2799              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ServiceServiceDependency.CIM_ProvidesServiceToElement
2800              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ServiceComponent.CIM_Component
2801              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ServiceAccessPoint.CIM_EnabledLogicalElement
2802              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_HostedAccessPoint.CIM_HostedDependency
2803              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_SAPAvailableForElement.#
2804              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ServiceSAPDependency.CIM_Dependency
2805              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ServiceAccessBySAP.CIM_Dependency
2806              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_SAPSAPDependency.CIM_Dependency
2807              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ActiveConnection.CIM_SAPSAPDependency
2808              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_RemoteServiceAccessPoint.CIM_ServiceAccessPoint
2809              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_RemotePort.CIM_RemoteServiceAccessPoint
2810              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ServiceAccessURI.CIM_ServiceAccessPoint
2811              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ProtocolEndpoint.CIM_ServiceAccessPoint
2812              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_BindsTo.CIM_SAPSAPDependency
2813              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ProvidesEndpoint.CIM_ServiceAccessBySAP
2814              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_PhysicalElement.CIM_ManagedSystemElement
2815              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_Location.CIM_ManagedElement
2816              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ElementLocation.#
2817              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_PhysicalElementLocation.CIM_ElementLocation
2818 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ContainedLocation.CIM_Component
2819              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_SystemPackaging.CIM_Dependency
2820              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_SoftwareIdentity.CIM_LogicalElement
2821              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ElementSoftwareIdentity.CIM_Dependency
2822              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_InstalledSoftwareIdentity.#
2823              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_LogicalDevice.CIM_EnabledLogicalElement
2824              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_Realizes.CIM_Dependency
2825              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_SystemDevice.CIM_SystemComponent
2826              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_DeviceServiceImplementation.CIM_Dependency
2827              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_DeviceSAPImplementation.CIM_Dependency
2828              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_StorageExtent.CIM_LogicalDevice
2829              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_BasedOn.CIM_Dependency
2830              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_Collection.CIM_ManagedElement
2831              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_MemberOfCollection.#
2832              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_OrderedMemberOfCollection.CIM_MemberOfCollection
2833              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_SystemSpecificCollection.CIM_Collection
2834              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ConcreteCollection.CIM_Collection
2835              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_HostedCollection.CIM_HostedDependency
2836              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_CollectionOfMSEs.CIM_Collection
2837              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_CollectedCollections.#
2838              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_CollectedMSEs.CIM_MemberOfCollection
2839 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_RedundancyGroup.CIM_LogicalElement
2840              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_RedundancyComponent.CIM_Component
2841              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_SpareGroup.CIM_RedundancyGroup
2842              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ActsAsSpare.#
2843              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_StorageRedundancyGroup.CIM_RedundancyGroup
2844              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ExtraCapacityGroup.CIM_RedundancyGroup
2845              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ExtentRedundancyComponent.CIM_RedundancyComponent
2846              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_Product.CIM_ManagedElement
2847              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ProductComponent.CIM_Component
2848              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ProductParentChild.#
2849              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_CompatibleProduct.#
2850              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ProductProductDependency.#
2851              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_SupportAccess.CIM_ManagedElement
2852              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ProductSupport.#
2853              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_FRU.CIM_ManagedElement
2854              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ProductFRU.#
2855              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ReplaceableProductFRU.#
2856              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ProductPhysicalComponent.CIM_Component
2857              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ProductSoftwareComponent.CIM_Component
2858              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ProductServiceComponent.CIM_Component
2859              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ProductPhysicalElements.#
2860 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_FRUPhysicalElements.#
2861              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_FRUIncludesProduct.#
2862              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_Capabilities.CIM_ManagedElement
2863              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ElementCapabilities.#
2864              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_SettingData.CIM_ManagedElement
2865              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ScopedSettingData.CIM_SettingData
2866              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ScopedSetting.CIM_HostedDependency
2867              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ElementSettingData.#
2868              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_Profile.CIM_Collection
2869              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ElementProfile.#
2870              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_Setting.CIM_ManagedElement
2871              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ElementSetting.#
2872              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_DefaultSetting.CIM_ElementSetting
2873              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_SystemSetting.CIM_Setting
2874              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_SettingForSystem.CIM_HostedDependency
2875              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_Configuration.CIM_ManagedElement
2876              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ConfigurationComponent.#
2877              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ElementConfiguration.#
2878              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_CollectionConfiguration.#
2879              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_DependencyContext.#
2880              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_SettingContext.#
2881 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_CollectionSetting.#
2882              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_SystemConfiguration.CIM_ManagedElement
2883              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ConfigurationForSystem.CIM_HostedDependency
2884              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_SystemSettingContext.#
2885              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_StatisticalData.CIM_ManagedElement
2886              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ElementStatisticalData.#
2887              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_RelatedStatisticalData.#
2888              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_StatisticalInformation.CIM_ManagedElement
2889              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_Statistics.#
2890              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_RelatedStatistics.#
2891              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_SystemStatisticalInformation.CIM_StatisticalInformation
2892              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_SystemStatistics.CIM_Statistics
2893              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ServiceStatisticalInformation.CIM_StatisticalInformation
2894              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ServiceStatistics.CIM_Statistics
2895              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_SAPStatisticalInformation.CIM_StatisticalInformation
2896              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_SAPStatistics.CIM_Statistics
2897              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_DeviceStatisticalInformation.CIM_StatisticalInformation
2898              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_DeviceStatistics.CIM_Statistics
2899              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_PhysicalStatisticalInformation.CIM_StatisticalInformation
2900              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_PhysicalStatistics.CIM_Statistics
2901              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_StatisticalSetting.CIM_SettingData
2902 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_MethodParameters.CIM_ManagedElement
2903              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ParameterValueSources.#
2904              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ParametersForMethod.#
2905              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_PowerManagementCapabilities.CIM_Capabilities
2906              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_PowerManagementService.CIM_Service
2907              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_Indication.#
2908              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ClassIndication.CIM_Indication
2909              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ClassCreation.CIM_ClassIndication
2910              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ClassDeletion.CIM_ClassIndication
2911              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ClassModification.CIM_ClassIndication
2912              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_InstIndication.CIM_Indication
2913              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_InstCreation.CIM_InstIndication
2914              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_InstDeletion.CIM_InstIndication
2915              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_InstModification.CIM_InstIndication
2916              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_InstMethodCall.CIM_InstIndication
2917              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_InstRead.CIM_InstIndication
2918              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ProcessIndication.CIM_Indication
2919              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_SNMPTrapIndication.CIM_ProcessIndication
2920              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_AlertIndication.CIM_ProcessIndication
2921              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ThresholdIndication.CIM_AlertIndication
2922              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_AlertInstIndication.CIM_AlertIndication
2923 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_IndicationFilter.CIM_ManagedElement
2924              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ListenerDestination.CIM_ManagedElement
2925              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_ListenerDestinationCIMXML.CIM_ListenerDestination
2926              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_IndicationHandler.CIM_ListenerDestination
2927              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_IndicationHandlerCIMXML.CIM_IndicationHandler
2928              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/CIM_IndicationSubscription.#
2929              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/PG_IndicationHandlerSNMPMapper.CIM_IndicationHandler
2930              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/PG_ProviderModule.CIM_LogicalElement
2931              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/PG_Provider.CIM_LogicalElement
2932              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/PG_CapabilitiesRegistration.CIM_ManagedElement
2933              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/PG_ProviderCapabilities.PG_CapabilitiesRegistration
2934              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/PG_ConsumerCapabilities.PG_CapabilitiesRegistration
2935              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/PG_ProviderCapabilitiesElements.CIM_Dependency
2936              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/classes/PG_ProviderModuleElements.CIM_Dependency
2937              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/instances/PG_ProviderCapabilities.idx
2938              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/instances/PG_ProviderModule.instances
2939              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/instances/PG_ProviderModule.idx
2940              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/instances/PG_Provider.instances
2941              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/instances/PG_Provider.idx
2942              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/instances/PG_ProviderCapabilities.instances
2943              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/Abstract
2944 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/Aggregate
2945              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/Aggregation
2946              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/Alias
2947              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/ArrayType
2948              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/ASSOCIATION
2949              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/BitMap
2950              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/BitValues
2951              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/Composition
2952              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/Counter
2953              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/Delete
2954              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/Deprecated
2955              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/Description
2956              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/DisplayName
2957              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/DN
2958              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/EmbeddedObject
2959              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/Exception
2960              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/Expensive
2961              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/Experimental
2962              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/Gauge
2963              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/Ifdeleted
2964              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/In
2965 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/INDICATION
2966              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/Invisible
2967              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/Key
2968              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/Large
2969              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/MappingStrings
2970              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/Max
2971              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/MaxLen
2972              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/MaxValue
2973              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/Min
2974              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/MinLen
2975              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/MinValue
2976              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/ModelCorrespondence
2977              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/Nonlocal
2978              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/NonlocalType
2979              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/NullValue
2980              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/Octetstring
2981              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/Out
2982              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/Override
2983              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/Propagated
2984              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/PropertyUsage
2985              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/Provider
2986 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/Read
2987              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/Required
2988              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/Revision
2989              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/CLASS
2990              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/Source
2991              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/SourceType
2992              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/Static
2993              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/Syntax
2994              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/SyntaxType
2995              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/Terminal
2996              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/TriggerType
2997              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/Units
2998              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/UnknownValues
2999              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/UnsupportedValues
3000              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/ValueMap
3001              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/Values
3002              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/Version
3003              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/Weak
3004              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#PG_InterOp/qualifiers/Write
3005              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ManagedElement.#
3006              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/associations
3007 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Dependency.#
3008              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ConcreteDependency.CIM_Dependency
3009              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Component.#
3010              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ConcreteComponent.CIM_Component
3011              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_LogicalIdentity.#
3012              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ConcreteIdentity.CIM_LogicalIdentity
3013              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ManagedSystemElement.CIM_ManagedElement
3014              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_HostedDependency.CIM_Dependency
3015              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_LogicalElement.CIM_ManagedSystemElement
3016              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Job.CIM_LogicalElement
3017              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ConcreteJob.CIM_Job
3018              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_EnabledLogicalElement.CIM_LogicalElement
3019              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Synchronized.#
3020              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_System.CIM_EnabledLogicalElement
3021              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SystemComponent.CIM_Component
3022              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AdminDomain.CIM_System
3023              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ContainedDomain.CIM_SystemComponent
3024              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Service.CIM_EnabledLogicalElement
3025              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_HostedService.CIM_HostedDependency
3026              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ProvidesServiceToElement.CIM_Dependency
3027              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ServiceAvailableToElement.#
3028 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ServiceAffectsElement.#
3029              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ServiceServiceDependency.CIM_ProvidesServiceToElement
3030              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ServiceComponent.CIM_Component
3031              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ServiceAccessPoint.CIM_EnabledLogicalElement
3032              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_HostedAccessPoint.CIM_HostedDependency
3033              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SAPAvailableForElement.#
3034              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ServiceSAPDependency.CIM_Dependency
3035              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ServiceAccessBySAP.CIM_Dependency
3036              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SAPSAPDependency.CIM_Dependency
3037              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ActiveConnection.CIM_SAPSAPDependency
3038              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_RemoteServiceAccessPoint.CIM_ServiceAccessPoint
3039              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_RemotePort.CIM_RemoteServiceAccessPoint
3040              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ServiceAccessURI.CIM_ServiceAccessPoint
3041              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ProtocolEndpoint.CIM_ServiceAccessPoint
3042              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_BindsTo.CIM_SAPSAPDependency
3043              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ProvidesEndpoint.CIM_ServiceAccessBySAP
3044              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PhysicalElement.CIM_ManagedSystemElement
3045              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Location.CIM_ManagedElement
3046              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ElementLocation.#
3047              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PhysicalElementLocation.CIM_ElementLocation
3048              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ContainedLocation.CIM_Component
3049 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SystemPackaging.CIM_Dependency
3050              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SoftwareIdentity.CIM_LogicalElement
3051              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ElementSoftwareIdentity.CIM_Dependency
3052              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_InstalledSoftwareIdentity.#
3053              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_LogicalDevice.CIM_EnabledLogicalElement
3054              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Realizes.CIM_Dependency
3055              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SystemDevice.CIM_SystemComponent
3056              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DeviceServiceImplementation.CIM_Dependency
3057              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DeviceSAPImplementation.CIM_Dependency
3058              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_StorageExtent.CIM_LogicalDevice
3059              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_BasedOn.CIM_Dependency
3060              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Collection.CIM_ManagedElement
3061              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_MemberOfCollection.#
3062              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_OrderedMemberOfCollection.CIM_MemberOfCollection
3063              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SystemSpecificCollection.CIM_Collection
3064              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ConcreteCollection.CIM_Collection
3065              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_HostedCollection.CIM_HostedDependency
3066              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_CollectionOfMSEs.CIM_Collection
3067              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_CollectedCollections.#
3068              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_CollectedMSEs.CIM_MemberOfCollection
3069              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_RedundancyGroup.CIM_LogicalElement
3070 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_RedundancyComponent.CIM_Component
3071              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SpareGroup.CIM_RedundancyGroup
3072              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ActsAsSpare.#
3073              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_StorageRedundancyGroup.CIM_RedundancyGroup
3074              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ExtraCapacityGroup.CIM_RedundancyGroup
3075              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ExtentRedundancyComponent.CIM_RedundancyComponent
3076              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Product.CIM_ManagedElement
3077              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ProductComponent.CIM_Component
3078              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ProductParentChild.#
3079              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_CompatibleProduct.#
3080              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ProductProductDependency.#
3081              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SupportAccess.CIM_ManagedElement
3082              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ProductSupport.#
3083              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_FRU.CIM_ManagedElement
3084              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ProductFRU.#
3085              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ReplaceableProductFRU.#
3086              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ProductPhysicalComponent.CIM_Component
3087              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ProductSoftwareComponent.CIM_Component
3088              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ProductServiceComponent.CIM_Component
3089              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ProductPhysicalElements.#
3090              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_FRUPhysicalElements.#
3091 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_FRUIncludesProduct.#
3092              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Capabilities.CIM_ManagedElement
3093              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ElementCapabilities.#
3094              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SettingData.CIM_ManagedElement
3095              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ScopedSettingData.CIM_SettingData
3096              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ScopedSetting.CIM_HostedDependency
3097              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ElementSettingData.#
3098              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Profile.CIM_Collection
3099              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ElementProfile.#
3100              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Setting.CIM_ManagedElement
3101              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ElementSetting.#
3102              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DefaultSetting.CIM_ElementSetting
3103              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SystemSetting.CIM_Setting
3104              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SettingForSystem.CIM_HostedDependency
3105              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Configuration.CIM_ManagedElement
3106              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ConfigurationComponent.#
3107              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ElementConfiguration.#
3108              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_CollectionConfiguration.#
3109              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DependencyContext.#
3110              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SettingContext.#
3111              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_CollectionSetting.#
3112 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SystemConfiguration.CIM_ManagedElement
3113              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ConfigurationForSystem.CIM_HostedDependency
3114              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SystemSettingContext.#
3115              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_StatisticalData.CIM_ManagedElement
3116              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ElementStatisticalData.#
3117              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_RelatedStatisticalData.#
3118              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_StatisticalInformation.CIM_ManagedElement
3119              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Statistics.#
3120              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_RelatedStatistics.#
3121              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SystemStatisticalInformation.CIM_StatisticalInformation
3122              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SystemStatistics.CIM_Statistics
3123              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ServiceStatisticalInformation.CIM_StatisticalInformation
3124              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ServiceStatistics.CIM_Statistics
3125              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SAPStatisticalInformation.CIM_StatisticalInformation
3126              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SAPStatistics.CIM_Statistics
3127              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DeviceStatisticalInformation.CIM_StatisticalInformation
3128              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DeviceStatistics.CIM_Statistics
3129              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PhysicalStatisticalInformation.CIM_StatisticalInformation
3130              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PhysicalStatistics.CIM_Statistics
3131              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_StatisticalSetting.CIM_SettingData
3132              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_MethodParameters.CIM_ManagedElement
3133 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ParameterValueSources.#
3134              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ParametersForMethod.#
3135              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PowerManagementCapabilities.CIM_Capabilities
3136              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PowerManagementService.CIM_Service
3137              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PhysicalPackage.CIM_PhysicalElement
3138              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Container.CIM_Component
3139              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PhysicalFrame.CIM_PhysicalPackage
3140              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Rack.CIM_PhysicalFrame
3141              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Chassis.CIM_PhysicalFrame
3142              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PhysicalConnector.CIM_PhysicalElement
3143              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ChassisInRack.CIM_Container
3144              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PackageInChassis.CIM_Container
3145              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Docked.CIM_Dependency
3146              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Card.CIM_PhysicalPackage
3147              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SystemBusCard.CIM_Card
3148              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_CardOnCard.CIM_Container
3149              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PackageLocation.CIM_PhysicalPackage
3150              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_StorageMediaLocation.CIM_PackageLocation
3151              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Magazine.CIM_StorageMediaLocation
3152              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_MediaPhysicalStatData.CIM_StatisticalData
3153              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_MediaPhysicalStatInfo.CIM_PhysicalStatisticalInformation
3154 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ConnectedTo.CIM_Dependency
3155              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Slot.CIM_PhysicalConnector
3156              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SlotInSlot.CIM_ConnectedTo
3157              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AdjacentSlots.#
3158              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PackageInConnector.CIM_Dependency
3159              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PackageInSlot.CIM_PackageInConnector
3160              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_CardInSlot.CIM_PackageInSlot
3161              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ConnectorOnPackage.CIM_Container
3162              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PhysicalLink.CIM_PhysicalElement
3163              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ElementsLinked.CIM_Dependency
3164              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_LinkHasConnector.CIM_Component
3165              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PhysicalComponent.CIM_PhysicalElement
3166              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PackagedComponent.CIM_Container
3167              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Chip.CIM_PhysicalComponent
3168              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PhysicalMemory.CIM_Chip
3169              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_MemoryOnCard.CIM_PackagedComponent
3170              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PhysicalMedia.CIM_PhysicalComponent
3171              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_MemoryWithMedia.CIM_Dependency
3172              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PhysicalMediaInLocation.CIM_Dependency
3173              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PhysicalTape.CIM_PhysicalMedia
3174              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_HomeForMedia.CIM_Dependency
3175 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ReplacementSet.CIM_Collection
3176              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ParticipatesInSet.#
3177              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PhysicalCapacity.CIM_ManagedElement
3178              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ElementCapacity.#
3179              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_MemoryCapacity.CIM_PhysicalCapacity
3180              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ConfigurationCapacity.CIM_PhysicalCapacity
3181              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ComputerSystem.CIM_System
3182              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ComputerSystemNodeCapabilities.CIM_Capabilities
3183              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ComponentCS.CIM_SystemComponent
3184              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_UnitaryComputerSystem.CIM_ComputerSystem
3185              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SystemPartition.CIM_ComponentCS
3186              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_VirtualComputerSystem.CIM_ComputerSystem
3187              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_HostingCS.CIM_HostedDependency
3188              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Cluster.CIM_ComputerSystem
3189              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ParticipatingCS.CIM_Dependency
3190              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Export.#
3191              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ClusteringService.CIM_Service
3192              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ClusteringSAP.CIM_ServiceAccessPoint
3193              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ClusterServiceAccessBySAP.CIM_ServiceAccessBySAP
3194              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_HostedClusterService.CIM_HostedService
3195              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_HostedClusterSAP.CIM_HostedAccessPoint
3196 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ComputerSystemPackage.CIM_SystemPackaging
3197              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_FileSystem.CIM_EnabledLogicalElement
3198              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_LocalFileSystem.CIM_FileSystem
3199              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_RemoteFileSystem.CIM_FileSystem
3200              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_NFS.CIM_RemoteFileSystem
3201              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_FileSystemCapabilities.CIM_Capabilities
3202              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_FileSystemSettingData.CIM_ScopedSettingData
3203              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_LogicalFile.CIM_LogicalElement
3204              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DataFile.CIM_LogicalFile
3205              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Directory.CIM_LogicalFile
3206              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DeviceFile.CIM_LogicalFile
3207              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_FIFOPipeFile.CIM_LogicalFile
3208              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SymbolicLink.CIM_LogicalFile
3209              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DeviceAccessedByFile.CIM_Dependency
3210              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DirectoryContainsFile.CIM_Component
3211              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Mount.CIM_Dependency
3212              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_HostedFileSystem.CIM_SystemComponent
3213              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_FileStorage.CIM_Component
3214              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ResidesOnExtent.CIM_Dependency
3215              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_OperatingSystem.CIM_EnabledLogicalElement
3216              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_InstalledOS.CIM_SystemComponent
3217 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_RunningOS.CIM_Dependency
3218              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_BootOSFromFS.CIM_Dependency
3219              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Process.CIM_EnabledLogicalElement
3220              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_OSProcess.CIM_Component
3221              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ProcessExecutable.CIM_Dependency
3222              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ServiceProcess.#
3223              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Thread.CIM_EnabledLogicalElement
3224              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ProcessThread.CIM_Component
3225              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_OwningJobElement.#
3226              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AffectedJobElement.#
3227              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ProcessOfJob.CIM_Component
3228              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_JobDestination.CIM_EnabledLogicalElement
3229              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_HostedJobDestination.CIM_HostedDependency
3230              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_JobDestinationJobs.CIM_Dependency
3231              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_BootService.CIM_Service
3232              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_BootSAP.CIM_ServiceAccessPoint
3233              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_BootServiceAccessBySAP.CIM_ServiceAccessBySAP
3234              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_HostedBootService.CIM_HostedService
3235              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_HostedBootSAP.CIM_HostedAccessPoint
3236              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_OOBAlertService.CIM_Service
3237              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_WakeUpService.CIM_Service
3238 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_TimeZone.CIM_Setting
3239              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_UnixLocalFileSystem.CIM_LocalFileSystem
3240              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_UnixProcess.CIM_Process
3241              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_UnixProcessStatisticalInformation.CIM_StatisticalInformation
3242              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_UnixProcessStatistics.CIM_Statistics
3243              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_UnixThread.CIM_Thread
3244              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_UnixFile.CIM_LogicalElement
3245              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_FileIdentity.CIM_LogicalIdentity
3246              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_UnixDirectory.CIM_Directory
3247              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_UnixDeviceFile.CIM_DeviceFile
3248              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SystemResource.CIM_EnabledLogicalElement
3249              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_IRQ.CIM_SystemResource
3250              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_MemoryMappedIO.CIM_SystemResource
3251              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_MemoryResource.CIM_MemoryMappedIO
3252              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PortResource.CIM_MemoryMappedIO
3253              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DMA.CIM_SystemResource
3254              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ResourceOfSystem.CIM_SystemComponent
3255              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ComputerSystemResource.CIM_ResourceOfSystem
3256              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ComputerSystemIRQ.CIM_ComputerSystemResource
3257              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ComputerSystemMappedIO.CIM_ComputerSystemResource
3258              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ComputerSystemDMA.CIM_ComputerSystemResource
3259 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AllocatedResource.CIM_Dependency
3260              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AllocatedDMA.CIM_AllocatedResource
3261              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_MessageLog.CIM_EnabledLogicalElement
3262              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_LogRecord.CIM_ManagedElement
3263              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_RecordInLog.#
3264              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_LogInDeviceFile.CIM_Dependency
3265              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_LogInDataFile.CIM_Dependency
3266              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_LogInStorage.CIM_Dependency
3267              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_UseOfMessageLog.CIM_Dependency
3268              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_OperationLog.CIM_UseOfMessageLog
3269              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DiagnosticSetting.CIM_Setting
3270              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DiagnosticResult.#
3271              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DiagnosticTest.CIM_Service
3272              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DiagnosticResultForMSE.#
3273              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DiagnosticResultForTest.#
3274              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DiagnosticTestForMSE.CIM_ProvidesServiceToElement
3275              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DiagnosticTestInPackage.CIM_Component
3276              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DiagnosticResultInPackage.#
3277              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DiagnosticSettingForTest.CIM_ElementSetting
3278              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Indication.#
3279              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ClassIndication.CIM_Indication
3280 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ClassCreation.CIM_ClassIndication
3281              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ClassDeletion.CIM_ClassIndication
3282              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_IndicationSubscription.#
3283              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ClassModification.CIM_ClassIndication
3284              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_InstIndication.CIM_Indication
3285              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_InstCreation.CIM_InstIndication
3286              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_InstDeletion.CIM_InstIndication
3287              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_InstModification.CIM_InstIndication
3288              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_InstMethodCall.CIM_InstIndication
3289              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_InstRead.CIM_InstIndication
3290              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ProcessIndication.CIM_Indication
3291              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SNMPTrapIndication.CIM_ProcessIndication
3292              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AlertIndication.CIM_ProcessIndication
3293              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ThresholdIndication.CIM_AlertIndication
3294              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AlertInstIndication.CIM_AlertIndication
3295              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_IndicationFilter.CIM_ManagedElement
3296              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ListenerDestination.CIM_ManagedElement
3297              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ListenerDestinationCIMXML.CIM_ListenerDestination
3298              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_IndicationHandler.CIM_ListenerDestination
3299              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_IndicationHandlerCIMXML.CIM_IndicationHandler
3300              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_WBEMService.CIM_Service
3301 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ObjectManager.CIM_WBEMService
3302              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ObjectManagerCommunicationMechanism.CIM_ServiceAccessPoint
3303              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_CIMXMLCommunicationMechanism.CIM_ObjectManagerCommunicationMechanism
3304              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_CommMechanismForManager.CIM_ServiceAccessBySAP
3305              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ProtocolAdapter.CIM_WBEMService
3306              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ObjectManagerAdapter.CIM_WBEMService
3307              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_CommMechanismForAdapter.CIM_Dependency
3308              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_CommMechanismForObjectManagerAdapter.CIM_Dependency
3309              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Namespace.CIM_ManagedElement
3310              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SystemIdentification.CIM_ManagedElement
3311              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_NamespaceInManager.CIM_HostedDependency
3312              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SystemInNamespace.#
3313              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_IdentificationOfManagedSystem.CIM_Dependency
3314              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_CIMOMStatisticalData.CIM_StatisticalData
3315              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_RegisteredProfile.CIM_ManagedElement
3316              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_RegisteredSubProfile.CIM_RegisteredProfile
3317              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ReferencedProfile.CIM_Dependency
3318              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SubProfileRequiresProfile.CIM_ReferencedProfile
3319              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ElementConformsToProfile.#
3320              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_MemberPrincipal.CIM_MemberOfCollection
3321              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_CollectionInSystem.#
3322 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_OrganizationalEntity.CIM_ManagedElement
3323              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_OrgStructure.#
3324              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_CollectionInOrganization.#
3325              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Organization.CIM_OrganizationalEntity
3326              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_OtherOrganizationInformation.CIM_ManagedElement
3327              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_MoreOrganizationInfo.CIM_Dependency
3328              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_OrgUnit.CIM_OrganizationalEntity
3329              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_OtherOrgUnitInformation.CIM_ManagedElement
3330              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_MoreOrgUnitInfo.CIM_Dependency
3331              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_UserEntity.CIM_OrganizationalEntity
3332              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_UserContact.CIM_UserEntity
3333              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Person.CIM_UserContact
3334              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SystemAdministrator.CIM_Dependency
3335              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_OtherPersonInformation.CIM_ManagedElement
3336              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_MorePersonInfo.CIM_Dependency
3337              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Group.CIM_Collection
3338              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_OtherGroupInformation.CIM_ManagedElement
3339              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_MoreGroupInfo.CIM_Dependency
3340              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SystemAdministratorGroup.CIM_Dependency
3341              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Role.CIM_Collection
3342              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_OtherRoleInformation.CIM_ManagedElement
3343 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_MoreRoleInfo.CIM_Dependency
3344              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SystemAdministratorRole.CIM_Dependency
3345              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SecurityService.CIM_Service
3346              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ServiceUsesSecurityService.CIM_ServiceServiceDependency
3347              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SecurityServiceForSystem.CIM_ProvidesServiceToElement
3348              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AuthenticationService.CIM_SecurityService
3349              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_VerificationService.CIM_AuthenticationService
3350              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_CredentialManagementService.CIM_AuthenticationService
3351              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_TrustHierarchy.CIM_Dependency
3352              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_CredentialManagementSAP.CIM_ServiceAccessPoint
3353              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_LocalCredentialManagementService.CIM_CredentialManagementService
3354              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AuthorizationService.CIM_SecurityService
3355              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Credential.CIM_ManagedElement
3356              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ManagedCredential.CIM_Dependency
3357              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Identity.CIM_ManagedElement
3358              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_IdentityContext.#
3359              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AssignedIdentity.#
3360              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_IPNetworkIdentity.CIM_Identity
3361              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SecuritySensitivity.CIM_ManagedElement
3362              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ElementSecuritySensitivity.#
3363              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AuthenticationRequirement.CIM_LogicalElement
3364 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_HostedAuthenticationRequirement.CIM_HostedDependency
3365              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SharedSecret.CIM_Credential
3366              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AuthenticateForUse.CIM_Dependency
3367              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_RequireCredentialsFrom.CIM_Dependency
3368              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AuthenticationTarget.CIM_Dependency
3369              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_KerberosKeyDistributionCenter.CIM_CredentialManagementService
3370              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_KerberosTicket.CIM_Credential
3371              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_KDCIssuesKerberosTicket.CIM_ManagedCredential
3372              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_CertificateAuthority.CIM_CredentialManagementService
3373              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PublicKeyManagementService.CIM_LocalCredentialManagementService
3374              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PublicKeyCertificate.CIM_Credential
3375              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_CAHasPublicCertificate.CIM_Dependency
3376              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_CASignsPublicKeyCertificate.CIM_ManagedCredential
3377              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_UnsignedPublicKey.CIM_Credential
3378              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_LocallyManagedPublicKey.CIM_ManagedCredential
3379              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SharedSecretService.CIM_LocalCredentialManagementService
3380              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SharedSecretIsShared.CIM_ManagedCredential
3381              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_NamedSharedIKESecret.CIM_Credential
3382              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_IKESecretIsNamed.CIM_ManagedCredential
3383              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_UsersAccess.CIM_UserEntity
3384              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ElementAsUser.CIM_Dependency
3385 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_UsersCredential.CIM_Dependency
3386              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Notary.CIM_CredentialManagementService
3387              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_NotaryVerifiesBiometric.CIM_Dependency
3388              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PublicPrivateKeyPair.CIM_UsersCredential
3389              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Privilege.CIM_ManagedElement
3390              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AuthorizedPrivilege.CIM_Privilege
3391              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AuthorizedSubject.#
3392              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AuthorizedTarget.#
3393              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Account.CIM_LogicalElement
3394              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AccountIdentity.CIM_LogicalIdentity
3395              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AccountOnSystem.CIM_SystemComponent
3396              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_UsersAccount.CIM_Dependency
3397              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AccountMapsToAccount.CIM_Dependency
3398              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SecurityServiceUsesAccount.CIM_Dependency
3399              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AccountManagementService.CIM_SecurityService
3400              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ManagesAccount.CIM_Dependency
3401              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ManagesAccountOnSystem.CIM_SecurityServiceForSystem
3402              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AccessControlInformation.CIM_LogicalElement
3403              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_HostedACI.CIM_HostedDependency
3404              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AuthorizedUse.CIM_Dependency
3405              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AuthorizationSubject.CIM_Dependency
3406 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AuthorizationTarget.CIM_Dependency
3407              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PrivilegeManagementService.CIM_AuthorizationService
3408              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_StorageClientSettingData.CIM_SettingData
3409              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_StorageHardwareID.CIM_Identity
3410              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_GatewayPathID.CIM_StorageHardwareID
3411              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_StorageHardwareIDManagementService.CIM_AuthenticationService
3412              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ApplicationSystem.CIM_System
3413              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ApplicationSystemDirectory.#
3414              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SoftwareElement.CIM_LogicalElement
3415              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SoftwareFeature.CIM_LogicalElement
3416              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SoftwareFeatureSoftwareElements.CIM_Component
3417              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SoftwareElementComponent.CIM_Component
3418              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SoftwareFeatureComponent.CIM_Component
3419              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ProductSoftwareFeatures.#
3420              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ApplicationSystemSoftwareFeature.CIM_SystemComponent
3421              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SoftwareFeatureServiceImplementation.CIM_Dependency
3422              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SoftwareFeatureSAPImplementation.CIM_Dependency
3423              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_FRUIncludesSoftwareFeature.#
3424              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SoftwareElementServiceImplementation.CIM_Dependency
3425              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SoftwareElementSAPImplementation.CIM_Dependency
3426              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_InstalledProduct.CIM_Collection
3427 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_InstalledProductImage.#
3428              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_CollectedSoftwareElements.CIM_MemberOfCollection
3429              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_CollectedSoftwareFeatures.CIM_MemberOfCollection
3430              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Check.CIM_ManagedElement
3431              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DirectorySpecification.CIM_Check
3432              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ArchitectureCheck.CIM_Check
3433              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_MemoryCheck.CIM_Check
3434              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DiskSpaceCheck.CIM_Check
3435              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SwapSpaceCheck.CIM_Check
3436              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_OSVersionCheck.CIM_Check
3437              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SoftwareElementVersionCheck.CIM_Check
3438              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_FileSpecification.CIM_Check
3439              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_VersionCompatibilityCheck.CIM_Check
3440              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SettingCheck.CIM_Check
3441              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SoftwareElementChecks.#
3442              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DirectorySpecificationFile.#
3443              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Action.CIM_ManagedElement
3444              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DirectoryAction.CIM_Action
3445              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_CreateDirectoryAction.CIM_DirectoryAction
3446              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_RemoveDirectoryAction.CIM_DirectoryAction
3447              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_FileAction.CIM_Action
3448 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_CopyFileAction.CIM_FileAction
3449              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_RemoveFileAction.CIM_FileAction
3450              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_RebootAction.CIM_Action
3451              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ExecuteProgram.CIM_Action
3452              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ModifySettingAction.CIM_Action
3453              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ActionSequence.#
3454              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SoftwareElementActions.#
3455              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ToDirectorySpecification.#
3456              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_FromDirectorySpecification.#
3457              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ToDirectoryAction.#
3458              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_FromDirectoryAction.#
3459              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_InstalledSoftwareElement.#
3460              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_OperatingSystemSoftwareFeature.CIM_Component
3461              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DiagnosticTestSoftware.CIM_Dependency
3462              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_BIOSFeature.CIM_SoftwareFeature
3463              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_BIOSElement.CIM_SoftwareElement
3464              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_BIOSFeatureBIOSElements.CIM_SoftwareFeatureSoftwareElements
3465              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SystemBIOS.CIM_SystemComponent
3466              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_VideoBIOSFeature.CIM_SoftwareFeature
3467              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_VideoBIOSElement.CIM_SoftwareElement
3468              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_VideoBIOSFeatureVideoBIOSElements.CIM_SoftwareFeatureSoftwareElements
3469 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AGPSoftwareFeature.CIM_SoftwareFeature
3470              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ApplicationSystemDependency.CIM_Dependency
3471              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ApplicationSystemHierarchy.CIM_Component
3472              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_StatisticalRuntimeOverview.CIM_StatisticalData
3473              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AssociatedAppSystemOverviewStatistics.CIM_ElementStatisticalData
3474              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeManagedObjectCapabilities.CIM_Capabilities
3475              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeManagedObject.CIM_EnabledLogicalElement
3476              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeDomain.CIM_AdminDomain
3477              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeServer.CIM_ApplicationSystem
3478              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeServerInDomain.CIM_SystemComponent
3479              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeJVM.CIM_EnabledLogicalElement
3480              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeServerUsesJVM.CIM_Dependency
3481              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeDeployedObject.CIM_Service
3482              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeModule.CIM_J2eeDeployedObject
3483              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeApplication.CIM_ApplicationSystem
3484              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeApplicationModule.CIM_SystemComponent
3485              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeApplicationHostedOnServer.CIM_HostedDependency
3486              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeModuleUsesJVM.CIM_HostedDependency
3487              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeAppClientModule.CIM_J2eeModule
3488              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeEJBModule.CIM_J2eeModule
3489              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeEJB.CIM_Service
3490 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeMessageDrivenBean.CIM_J2eeEJB
3491              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeEntityBean.CIM_J2eeEJB
3492              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeSessionBean.CIM_J2eeEJB
3493              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeStatefulSessionBean.CIM_J2eeSessionBean
3494              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeStatelessSessionBean.CIM_J2eeSessionBean
3495              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeEJBInModule.CIM_ServiceComponent
3496              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeWebModule.CIM_J2eeModule
3497              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeServlet.CIM_Service
3498              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeServletInModule.CIM_ServiceComponent
3499              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeResourceAdapterModule.CIM_J2eeModule
3500              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeResourceAdapter.CIM_Service
3501              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeResourceAdapterInModule.CIM_ServiceComponent
3502              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeResource.CIM_SystemResource
3503              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeResourceOnServer.CIM_ResourceOfSystem
3504              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeJavaMailResource.CIM_J2eeResource
3505              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeJCAResource.CIM_J2eeResource
3506              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeJCAConnectionFactory.CIM_EnabledLogicalElement
3507              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeJDBCResource.CIM_J2eeResource
3508              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeJMSResource.CIM_J2eeResource
3509              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeJNDIResource.CIM_J2eeResource
3510              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeJTAResource.CIM_J2eeResource
3511 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeRMI_IIOPResource.CIM_J2eeResource
3512              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeURLResource.CIM_J2eeResource
3513              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeJCAManagedConnectionFactory.CIM_EnabledLogicalElement
3514              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeJDBCDataSource.CIM_EnabledLogicalElement
3515              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeJDBCDriver.CIM_EnabledLogicalElement
3516              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeJDBCResourceUsesDataSource.CIM_HostedDependency
3517              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeJDBCDataSourceDriver.CIM_HostedDependency
3518              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeConnectionFactoryAvailableToJCAResource.CIM_HostedDependency
3519              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeJCAConnectionFactoryManagedConnectionFactory.CIM_HostedDependency
3520              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeNotification.CIM_ProcessIndication
3521              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeStatistic.CIM_StatisticalData
3522              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeEJBStats.CIM_J2eeStatistic
3523              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeEntityBeanStats.CIM_J2eeEJBStats
3524              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeMessageDrivenBeanStats.CIM_J2eeEJBStats
3525              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeSessionBeanStats.CIM_J2eeEJBStats
3526              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeStatefulSessionBeanStats.CIM_J2eeSessionBeanStats
3527              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeStatelessSessionBeanStats.CIM_J2eeSessionBeanStats
3528              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeJavaMailStats.CIM_J2eeStatistic
3529              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeJCAStats.CIM_J2eeStatistic
3530              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeConnectionStats.CIM_J2eeStatistic
3531              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeConnectionPoolStats.CIM_J2eeConnectionStats
3532 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeJCANonpooledConnections.CIM_RelatedStatisticalData
3533              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeJCAConnectionPools.CIM_RelatedStatisticalData
3534              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeJDBCStats.CIM_J2eeStatistic
3535              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeJDBCNonpooledConnections.CIM_RelatedStatisticalData
3536              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeJDBCConnectionPools.CIM_RelatedStatisticalData
3537              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeJMSStats.CIM_J2eeStatistic
3538              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeJMSConnectionStats.CIM_J2eeStatistic
3539              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeJMSStatConnections.CIM_RelatedStatisticalData
3540              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeJMSSessionStats.CIM_J2eeStatistic
3541              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeJMSEndpointStats.CIM_J2eeStatistic
3542              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeJMSProducerStats.CIM_J2eeJMSEndpointStats
3543              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeJMSConsumerStats.CIM_J2eeJMSEndpointStats
3544              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeJMSConnectionSessions.CIM_RelatedStatisticalData
3545              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeJMSSessionProducers.CIM_RelatedStatisticalData
3546              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeJMSSessionConsumers.CIM_RelatedStatisticalData
3547              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeJTAStats.CIM_J2eeStatistic
3548              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeJVMStats.CIM_J2eeStatistic
3549              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeServletStats.CIM_J2eeStatistic
3550              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_J2eeURLStats.CIM_J2eeStatistic
3551              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_BaseMetricDefinition.CIM_ManagedElement
3552              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_BaseMetricValue.CIM_ManagedElement
3553 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_MetricInstance.CIM_Dependency
3554              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_MetricDefForME.CIM_Dependency
3555              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_MetricForME.CIM_Dependency
3556              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_UnitOfWorkDefinition.CIM_LogicalElement
3557              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_MetricDefinition.CIM_BaseMetricDefinition
3558              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_TraceLevelType.CIM_ManagedElement
3559              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_UoWMetricDefinition.CIM_Dependency
3560              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_UnitOfWork.CIM_ManagedElement
3561              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_UoWMetric.CIM_Dependency
3562              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_StartedUoW.CIM_Dependency
3563              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_LogicalElementUnitOfWorkDef.CIM_Dependency
3564              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SubUoWDef.CIM_Dependency
3565              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_LogicalElementPerformsUoW.CIM_Dependency
3566              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SubUoW.CIM_Dependency
3567              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_UoWDefTraceLevelType.#
3568              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Network.CIM_AdminDomain
3569              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AutonomousSystem.CIM_AdminDomain
3570              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_RoutersInAS.CIM_SystemComponent
3571              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_LogicalNetwork.CIM_CollectionOfMSEs
3572              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_NetworksInAdminDomain.#
3573              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_IPSubnet.CIM_LogicalNetwork
3574 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_LANSegment.CIM_LogicalNetwork
3575              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_IPXNetwork.CIM_LogicalNetwork
3576              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_InLogicalNetwork.CIM_CollectedMSEs
3577              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_RangeOfIPAddresses.CIM_SystemSpecificCollection
3578              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_IPAddressRange.CIM_CollectionOfMSEs
3579              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_NamedAddressCollection.CIM_SystemSpecificCollection
3580              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ConnectivityCollection.CIM_SystemSpecificCollection
3581              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_IPConnectivitySubnet.CIM_ConnectivityCollection
3582              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_LANConnectivitySegment.CIM_ConnectivityCollection
3583              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_IPXConnectivityNetwork.CIM_ConnectivityCollection
3584              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ConnectivityMembershipSettingData.CIM_SettingData
3585              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_LANEndpoint.CIM_ProtocolEndpoint
3586              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_InSegment.CIM_InLogicalNetwork
3587              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_BindsToLANEndpoint.CIM_BindsTo
3588              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_IPProtocolEndpoint.CIM_ProtocolEndpoint
3589              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_BGPProtocolEndpoint.CIM_ProtocolEndpoint
3590              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ASBGPEndpoints.CIM_SystemComponent
3591              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_IPXProtocolEndpoint.CIM_ProtocolEndpoint
3592              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_TCPProtocolEndpoint.CIM_ProtocolEndpoint
3593              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_UDPProtocolEndpoint.CIM_ProtocolEndpoint
3594              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_OSPFProtocolEndpointBase.CIM_ProtocolEndpoint
3595 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_OSPFProtocolEndpoint.CIM_OSPFProtocolEndpointBase
3596              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_OSPFVirtualInterface.CIM_OSPFProtocolEndpointBase
3597              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_EndpointIdentity.CIM_LogicalIdentity
3598              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SwitchPort.CIM_ProtocolEndpoint
3599              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_FilterEntryBase.CIM_LogicalElement
3600              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_FilterEntry.CIM_FilterEntryBase
3601              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_IPHeadersFilter.CIM_FilterEntryBase
3602              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Hdr8021Filter.CIM_FilterEntryBase
3603              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PreambleFilter.CIM_FilterEntryBase
3604              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_FilterList.CIM_LogicalElement
3605              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_FilterEntryInSystem.CIM_SystemComponent
3606              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_FilterListInSystem.CIM_SystemComponent
3607              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_HostedFilterEntryBase.CIM_HostedDependency
3608              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_HostedFilterList.CIM_HostedDependency
3609              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_EntriesInFilterList.CIM_Component
3610              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_X509CredentialFilterEntry.CIM_FilterEntryBase
3611              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_IPSOFilterEntry.CIM_FilterEntryBase
3612              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PeerIDPayloadFilterEntry.CIM_FilterEntryBase
3613              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_NetworkService.CIM_Service
3614              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_NetworkServicesInAdminDomain.CIM_HostedDependency
3615              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_LogicalNetworkService.#
3616 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ForwardingService.CIM_NetworkService
3617              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ForwardsAmong.CIM_ServiceSAPDependency
3618              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_HostedForwardingServices.CIM_HostedService
3619              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_RouteCalculationService.CIM_NetworkService
3620              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_CalculatesAmong.CIM_ServiceSAPDependency
3621              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_HostedRoutingServices.CIM_HostedService
3622              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_RoutingProtocolDomain.CIM_AdminDomain
3623              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_RoutingProtocolDomainInAS.CIM_ContainedDomain
3624              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_RoutingPolicy.CIM_LogicalElement
3625              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_HostedRoutingPolicy.CIM_HostedDependency
3626              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ListsInRoutingPolicy.CIM_Component
3627              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_NextHopRoute.CIM_ManagedElement
3628              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_HostedRoute.CIM_HostedDependency
3629              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_NextHopIPRoute.CIM_NextHopRoute
3630              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_RouteUsesEndpoint.CIM_Dependency
3631              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AssociatedNextHop.CIM_Dependency
3632              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_NextHopRouting.CIM_LogicalElement
3633              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_IPRoute.CIM_NextHopRouting
3634              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_RouteForwardedByService.CIM_Dependency
3635              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ForwardedRoutes.CIM_RouteForwardedByService
3636              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_CalculatedRoutes.CIM_Dependency
3637 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AdministrativeDistance.CIM_LogicalElement
3638              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_HostedAdminDistance.CIM_HostedDependency
3639              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_NetworkPipe.CIM_EnabledLogicalElement
3640              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_HostedNetworkPipe.CIM_HostedDependency
3641              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_EndpointOfNetworkPipe.CIM_Dependency
3642              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_NetworkPipeComposition.CIM_Component
3643              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_BufferPool.CIM_CollectionOfMSEs
3644              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_CollectedBufferPool.CIM_MemberOfCollection
3645              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SNMPService.CIM_Service
3646              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SNMPCommunityString.CIM_ServiceAccessPoint
3647              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SNMPTrapTarget.CIM_RemotePort
3648              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_TrapSourceForSNMPService.CIM_ServiceSAPDependency
3649              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_OSPFArea.CIM_RoutingProtocolDomain
3650              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_OSPFService.CIM_RouteCalculationService
3651              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_OSPFServiceCapabilities.CIM_Capabilities
3652              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_OSPFAreaConfiguration.CIM_LogicalElement
3653              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_OSPFLink.CIM_ConnectivityCollection
3654              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AreaOfConfiguration.CIM_Dependency
3655              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_OSPFServiceConfiguration.CIM_Dependency
3656              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_RangesOfConfiguration.CIM_Dependency
3657              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_EndpointInLink.CIM_MemberOfCollection
3658 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_EndpointInArea.CIM_Component
3659              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_BGPService.CIM_RouteCalculationService
3660              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_BGPAdminDistance.CIM_Dependency
3661              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_BGPCluster.CIM_CollectionOfMSEs
3662              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_RoutersInBGPCluster.CIM_CollectedMSEs
3663              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_BGPClustersInAS.#
3664              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Confederation.CIM_SystemComponent
3665              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_BGPIPRoute.CIM_IPRoute
3666              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_RoutesBGP.CIM_Dependency
3667              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_EGPRouteCalcDependency.CIM_ServiceServiceDependency
3668              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_BGPPeerGroup.CIM_CollectionOfMSEs
3669              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_HostedBGPPeerGroup.CIM_HostedDependency
3670              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_InBGPPeerGroup.CIM_CollectedMSEs
3671              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_BGPPeerGroupService.CIM_Dependency
3672              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ReflectorService.CIM_Dependency
3673              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ReflectorClientService.CIM_Dependency
3674              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ReflectorNonClientService.CIM_Dependency
3675              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_BGPRoutingPolicy.CIM_Dependency
3676              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_BGPAttributes.CIM_LogicalElement
3677              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_HostedBGPAttributes.CIM_HostedDependency
3678              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_FilteredBGPAttributes.CIM_Component
3679 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_BGPRouteMap.CIM_LogicalElement
3680              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_HostedBGPRouteMap.CIM_HostedDependency
3681              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_BGPRouteMapsInRoutingPolicy.CIM_Component
3682              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_BGPPeerUsesRouteMap.CIM_CollectedMSEs
3683              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_FilterListsInBGPRouteMap.CIM_Dependency
3684              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_BGPPathAttributes.CIM_LogicalElement
3685              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_BGPAttributesForRoute.CIM_Dependency
3686              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_BGPServiceAttributes.CIM_Component
3687              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_BGPEndpointStatistics.CIM_StatisticalData
3688              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_BGPStatistics.CIM_ServiceStatisticalInformation
3689              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_BGPServiceStatistics.CIM_ServiceStatistics
3690              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SwitchService.CIM_ForwardingService
3691              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SwitchesAmong.CIM_ForwardsAmong
3692              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Switchable.CIM_BindsToLANEndpoint
3693              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_TransparentBridgingService.CIM_ForwardingService
3694              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SwitchServiceTransparentBridging.CIM_ServiceComponent
3695              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SpanningTreeService.CIM_ForwardingService
3696              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SwitchServiceSpanningTree.CIM_ServiceComponent
3697              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SwitchPortSpanningTree.CIM_ServiceSAPDependency
3698              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DynamicForwardingEntry.CIM_LogicalElement
3699              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_TransparentBridgingDynamicForwarding.CIM_Dependency
3700 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SwitchPortDynamicForwarding.CIM_Dependency
3701              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_StaticForwardingEntry.CIM_LogicalElement
3702              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_TransparentBridgingStaticForwarding.CIM_Dependency
3703              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SwitchPortStaticForwarding.CIM_Dependency
3704              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SourceRoutingService.CIM_ForwardingService
3705              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SwitchServiceSourceRouting.CIM_ServiceComponent
3706              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SwitchPortPair.CIM_SAPSAPDependency
3707              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SwitchPortSourceRouting.CIM_ServiceSAPDependency
3708              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_RelatedSpanningTree.CIM_ServiceServiceDependency
3709              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_TransparentBridgingStatistics.CIM_ServiceStatisticalInformation
3710              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SpanningTreeStatistics.CIM_ServiceStatisticalInformation
3711              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SwitchPortStatistics.CIM_SAPStatisticalInformation
3712              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SwitchPortTransparentBridgingStatistics.CIM_SAPStatisticalInformation
3713              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SwitchPortSpanningTreeStatistics.CIM_SAPStatisticalInformation
3714              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SwitchPortSourceRoutingStatistics.CIM_SAPStatisticalInformation
3715              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_QoSService.CIM_Service
3716              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_QoSSubService.CIM_ServiceComponent
3717              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PrecedenceService.CIM_QoSService
3718              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DiffServService.CIM_QoSService
3719              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Hdr8021PService.CIM_QoSService
3720              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AFService.CIM_DiffServService
3721 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_FlowService.CIM_QoSService
3722              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_EFService.CIM_DiffServService
3723              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AFRelatedServices.#
3724              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ConditioningService.CIM_Service
3725              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_QoSConditioningSubService.CIM_ServiceComponent
3726              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ConditioningServiceOnEndpoint.CIM_Dependency
3727              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_IngressConditioningServiceOnEndpoint.CIM_ServiceSAPDependency
3728              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_EgressConditioningServiceOnEndpoint.CIM_ServiceSAPDependency
3729              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_NextService.#
3730              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ClassifierService.CIM_ConditioningService
3731              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ClassifierElement.CIM_ClassifierService
3732              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ClassifierElementInClassifierService.CIM_ServiceComponent
3733              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ClassifierElementUsesFilterList.CIM_Dependency
3734              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_NextServiceAfterClassifierElement.CIM_NextService
3735              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ClassifierFilterSet.CIM_Dependency
3736              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_MeterService.CIM_ConditioningService
3737              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AverageRateMeterService.CIM_MeterService
3738              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_EWMAMeterService.CIM_MeterService
3739              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_TokenBucketMeterService.CIM_MeterService
3740              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_NextServiceAfterMeter.#
3741              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_MarkerService.CIM_ConditioningService
3742 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PreambleMarkerService.CIM_MarkerService
3743              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ToSMarkerService.CIM_MarkerService
3744              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DSCPMarkerService.CIM_MarkerService
3745              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Priority8021QMarkerService.CIM_MarkerService
3746              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DropperService.CIM_ConditioningService
3747              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_REDDropperService.CIM_DropperService
3748              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_WeightedREDDropperService.CIM_DropperService
3749              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_HeadTailDropper.CIM_DropperService
3750              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_QueuingService.CIM_ConditioningService
3751              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DropThresholdCalculationService.CIM_Service
3752              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_QueueHierarchy.CIM_ServiceServiceDependency
3753              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_CalculationServiceForDropper.CIM_ServiceServiceDependency
3754              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_CalculationBasedOnQueue.CIM_ServiceServiceDependency
3755              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_HeadTailDropQueueBinding.CIM_Dependency
3756              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_QueueAllocation.CIM_Dependency
3757              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PacketSchedulingService.CIM_ConditioningService
3758              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_NextScheduler.CIM_NextService
3759              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SchedulerUsed.CIM_ServiceServiceDependency
3760              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_NonWorkConservingSchedulingService.CIM_PacketSchedulingService
3761              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_FailNextScheduler.CIM_NextScheduler
3762              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SchedulingElement.CIM_ManagedElement
3763 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AllocationSchedulingElement.CIM_SchedulingElement
3764              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_WRRSchedulingElement.CIM_SchedulingElement
3765              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PrioritySchedulingElement.CIM_SchedulingElement
3766              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_QueueToSchedule.#
3767              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_BoundedPrioritySchedulingElement.CIM_PrioritySchedulingElement
3768              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SchedulingServiceToSchedule.#
3769              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ElementInSchedulingService.CIM_Component
3770              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SecurityAssociationEndpoint.CIM_ProtocolEndpoint
3771              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_FilterOfSecurityAssociation.CIM_Dependency
3772              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SAEndpointConnectionStatistics.CIM_StatisticalData
3773              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SAEndpointRefreshSettings.CIM_SettingData
3774              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_IPsecSAEndpoint.CIM_SecurityAssociationEndpoint
3775              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PeerOfSAEndpoint.CIM_Dependency
3776              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_IKESAEndpoint.CIM_SecurityAssociationEndpoint
3777              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Phase1SAUsedForPhase2.CIM_Dependency
3778              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SATransform.CIM_ScopedSettingData
3779              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_TransformOfSecurityAssociation.CIM_ElementSettingData
3780              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AHTransform.CIM_SATransform
3781              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ESPTransform.CIM_SATransform
3782              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_IPCOMPTransform.CIM_SATransform
3783              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_VLAN.CIM_ServiceAccessPoint
3784 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_InboundVLAN.CIM_SAPSAPDependency
3785              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_OutboundVLAN.CIM_SAPSAPDependency
3786              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_VLANService.CIM_Service
3787              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Specific802dot1QVLANService.CIM_VLANService
3788              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_VLANFor.CIM_ServiceSAPDependency
3789              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SwitchServiceVLAN.CIM_ServiceComponent
3790              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_RelatedTransparentBridgingService.CIM_ServiceSAPDependency
3791              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DatabaseSystem.CIM_ApplicationSystem
3792              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_CommonDatabase.CIM_EnabledLogicalElement
3793              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AssociatedDatabaseSystem.CIM_Dependency
3794              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DatabaseAdministrator.CIM_Dependency
3795              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DatabaseService.CIM_Service
3796              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ServiceAvailableToDatabase.CIM_ServiceAvailableToElement
3797              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DatabaseParameter.CIM_ScopedSettingData
3798              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SNMPDatabaseParameter.CIM_DatabaseParameter
3799              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DatabaseSegment.CIM_StorageExtent
3800              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DatabaseStorageArea.CIM_FileSystem
3801              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DatabaseFile.CIM_Component
3802              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DatabaseStorage.CIM_Component
3803              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DatabaseSegmentSettingData.CIM_ScopedSettingData
3804              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DatabaseControlFile.CIM_HostedDependency
3805 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_CommonDatabaseSettingData.CIM_SettingData
3806              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_CommonDatabaseCapabilities.CIM_Capabilities
3807              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DatabaseServiceStatistics.CIM_StatisticalData
3808              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_CommonDatabaseStatistics.CIM_StatisticalData
3809              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DatabaseResourceStatistics.CIM_StatisticalData
3810              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DeviceConnection.CIM_Dependency
3811              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DeviceIdentity.CIM_LogicalIdentity
3812              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PackageDependency.CIM_Dependency
3813              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DeviceSoftware.CIM_Dependency
3814              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DeviceErrorCounts.CIM_StatisticalInformation
3815              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ErrorCountersForDevice.CIM_Statistics
3816              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DeviceErrorData.CIM_StatisticalData
3817              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_CoolingDevice.CIM_LogicalDevice
3818              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Refrigeration.CIM_CoolingDevice
3819              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_HeatPipe.CIM_CoolingDevice
3820              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Fan.CIM_CoolingDevice
3821              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AssociatedCooling.CIM_Dependency
3822              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Battery.CIM_LogicalDevice
3823              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AssociatedBattery.CIM_Dependency
3824              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PowerSupply.CIM_LogicalDevice
3825              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SuppliesPower.CIM_Dependency
3826 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_UninterruptiblePowerSupply.CIM_PowerSupply
3827              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PackageCooling.CIM_PackageDependency
3828              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Watchdog.CIM_LogicalDevice
3829              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Processor.CIM_LogicalDevice
3830              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ComputerSystemProcessor.CIM_SystemDevice
3831              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Controller.CIM_LogicalDevice
3832              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ControlledBy.CIM_DeviceConnection
3833              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ESCONController.CIM_Controller
3834              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_IDEController.CIM_Controller
3835              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_InfraredController.CIM_Controller
3836              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ManagementController.CIM_Controller
3837              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ParallelController.CIM_Controller
3838              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PCMCIAController.CIM_Controller
3839              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SCSIController.CIM_Controller
3840              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SCSIInterface.CIM_ControlledBy
3841              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SerialController.CIM_Controller
3842              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SerialInterface.CIM_ControlledBy
3843              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SSAController.CIM_Controller
3844              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_USBController.CIM_Controller
3845              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_VideoController.CIM_Controller
3846              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PCVideoController.CIM_VideoController
3847 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AGPVideoController.CIM_VideoController
3848              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_VideoControllerResolution.CIM_Setting
3849              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_VideoSetting.CIM_ElementSetting
3850              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PCIController.CIM_Controller
3851              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PCIDevice.CIM_PCIController
3852              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PCIBridge.CIM_PCIController
3853              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PortController.CIM_Controller
3854              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_LogicalPort.CIM_LogicalDevice
3855              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PortOnDevice.CIM_HostedDependency
3856              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_LogicalPortGroup.CIM_SystemSpecificCollection
3857              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_NetworkPort.CIM_LogicalPort
3858              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_EthernetPort.CIM_NetworkPort
3859              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_TokenRingPort.CIM_NetworkPort
3860              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_OOBAlertServiceOnNetworkPort.CIM_DeviceServiceImplementation
3861              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_WakeUpServiceOnNetworkPort.CIM_DeviceServiceImplementation
3862              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PortImplementsEndpoint.CIM_DeviceSAPImplementation
3863              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_NetworkPortStatistics.CIM_StatisticalData
3864              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_EthernetPortStatistics.CIM_NetworkPortStatistics
3865              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_TokenRingPortStatistics.CIM_NetworkPortStatistics
3866              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_LogicalModule.CIM_LogicalDevice
3867              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ModulePort.CIM_Component
3868 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PortActiveConnection.CIM_Dependency
3869              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ProtocolController.CIM_LogicalDevice
3870              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SCSIProtocolController.CIM_ProtocolController
3871              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ProtocolControllerForDevice.CIM_Dependency
3872              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AssociatedProtocolController.CIM_ProtocolControllerForDevice
3873              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ProtocolControllerForPort.CIM_ProtocolControllerForDevice
3874              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ProtocolControllerForUnit.CIM_ProtocolControllerForDevice
3875              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ProtocolControllerAccessesUnit.CIM_ProtocolControllerForDevice
3876              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ControllerConfigurationService.CIM_Service
3877              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ProtocolControllerMaskingCapabilities.CIM_Capabilities
3878              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_NetworkAdapter.CIM_LogicalDevice
3879              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_EthernetAdapter.CIM_NetworkAdapter
3880              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_TokenRingAdapter.CIM_NetworkAdapter
3881              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_OOBAlertServiceOnNetworkAdapter.CIM_DeviceServiceImplementation
3882              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_WakeUpServiceOnNetworkAdapter.CIM_DeviceServiceImplementation
3883              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_NetworkAdapterRedundancyComponent.CIM_RedundancyComponent
3884              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_NetworkVirtualAdapter.CIM_LogicalIdentity
3885              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AdapterActiveConnection.CIM_Dependency
3886              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_FibreChannelAdapter.CIM_NetworkAdapter
3887              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_FibrePort.CIM_LogicalPort
3888              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_FibrePortOnFCAdapter.CIM_PortOnDevice
3889 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_FibrePortActiveLogin.#
3890              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_FCAdapterEventCounters.CIM_DeviceStatisticalInformation
3891              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_FibrePortEventCounters.CIM_DeviceStatisticalInformation
3892              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_FCPort.CIM_NetworkPort
3893              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ZoneSet.CIM_ConnectivityCollection
3894              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Zone.CIM_ConnectivityCollection
3895              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ZoneMembershipSettingData.CIM_ConnectivityMembershipSettingData
3896              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ZoneService.CIM_Service
3897              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_FibreProtocolService.CIM_Service
3898              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_FCPortStatistics.CIM_NetworkPortStatistics
3899              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_FCPortRateStatistics.CIM_StatisticalData
3900              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ZoneCapabilities.CIM_Capabilities
3901              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_IBSubnetManager.CIM_Service
3902              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_MediaAccessDevice.CIM_LogicalDevice
3903              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DiskDrive.CIM_MediaAccessDevice
3904              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DisketteDrive.CIM_MediaAccessDevice
3905              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_CDROMDrive.CIM_MediaAccessDevice
3906              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DVDDrive.CIM_MediaAccessDevice
3907              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_WORMDrive.CIM_MediaAccessDevice
3908              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_MagnetoOpticalDrive.CIM_MediaAccessDevice
3909              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_TapeDrive.CIM_MediaAccessDevice
3910 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_MediaAccessStatInfo.CIM_DeviceStatisticalInformation
3911              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_MediaAccessStatData.CIM_StatisticalData
3912              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_MediaPresent.CIM_Dependency
3913              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_RealizesExtent.CIM_Realizes
3914              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_RealizedOnSide.CIM_RealizesExtent
3915              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_StorageVolume.CIM_StorageExtent
3916              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_MediaPartition.CIM_StorageExtent
3917              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DiskPartition.CIM_MediaPartition
3918              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DiskPartitionBasedOnVolume.CIM_BasedOn
3919              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_RealizesDiskPartition.CIM_RealizesExtent
3920              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_TapePartition.CIM_MediaPartition
3921              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_TapePartitionOnSurface.CIM_BasedOn
3922              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_RealizesTapePartition.CIM_RealizesExtent
3923              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_LogicalDisk.CIM_StorageExtent
3924              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_LogicalDiskBasedOnExtent.CIM_BasedOn
3925              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_LogicalDiskBasedOnVolume.CIM_LogicalDiskBasedOnExtent
3926              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_LogicalDiskBasedOnPartition.CIM_LogicalDiskBasedOnExtent
3927              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ProtectedExtentBasedOn.CIM_BasedOn
3928              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_CompositeExtent.CIM_StorageExtent
3929              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_CompositeExtentBasedOn.CIM_BasedOn
3930              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_StorageError.CIM_ManagedElement
3931 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_StorageDefect.#
3932              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PhysicalExtent.CIM_StorageExtent
3933              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ProtectedSpaceExtent.CIM_StorageExtent
3934              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PSExtentBasedOnPExtent.CIM_BasedOn
3935              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_VolumeSet.CIM_StorageVolume
3936              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_VolumeSetBasedOnPSExtent.CIM_BasedOn
3937              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_LogicalDiskBasedOnVolumeSet.CIM_LogicalDiskBasedOnVolume
3938              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AggregatePExtent.CIM_StorageExtent
3939              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AggregatePSExtent.CIM_StorageExtent
3940              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AggregatePSExtentBasedOnPExtent.CIM_BasedOn
3941              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AggregatePSExtentBasedOnAggregatePExtent.CIM_BasedOn
3942              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PExtentRedundancyComponent.CIM_ExtentRedundancyComponent
3943              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AggregateRedundancyComponent.CIM_ExtentRedundancyComponent
3944              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_RealizesPExtent.CIM_RealizesExtent
3945              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_RealizesAggregatePExtent.CIM_RealizesExtent
3946              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Snapshot.CIM_StorageExtent
3947              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SnapshotOfExtent.CIM_Dependency
3948              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_StorageSynchronized.CIM_Synchronized
3949              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_StorageSetting.CIM_SettingData
3950              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_StoragePool.CIM_LogicalElement
3951              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_StorageCapabilities.CIM_Capabilities
3952 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_StorageConfigurationService.CIM_Service
3953              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_StorageConfigurationCapabilities.CIM_Capabilities
3954              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_StorageSettingWithHints.CIM_StorageSetting
3955              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AllocatedFromStoragePool.CIM_Dependency
3956              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_HostedStoragePool.CIM_SystemComponent
3957              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ConfigurationReportingService.CIM_Service
3958              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_StorageLibrary.CIM_System
3959              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_LibraryPackage.CIM_SystemPackaging
3960              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_MediaTransferDevice.CIM_LogicalDevice
3961              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DeviceServicesLocation.CIM_Dependency
3962              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PickerElement.CIM_MediaTransferDevice
3963              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ChangerDevice.CIM_MediaTransferDevice
3964              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PickerForChanger.CIM_Dependency
3965              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_LimitedAccessPort.CIM_MediaTransferDevice
3966              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_InterLibraryPort.CIM_MediaTransferDevice
3967              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_LibraryExchange.CIM_Dependency
3968              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_LabelReader.CIM_LogicalDevice
3969              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AssociatedLabelReader.CIM_Dependency
3970              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PickerLabelReader.CIM_AssociatedLabelReader
3971              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AccessLabelReader.CIM_AssociatedLabelReader
3972              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_LabelReaderStatInfo.CIM_DeviceStatisticalInformation
3973 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PickerStatInfo.CIM_DeviceStatisticalInformation
3974              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_LabelReaderStatData.CIM_StatisticalData
3975              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PickerStatData.CIM_StatisticalData
3976              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_UserDevice.CIM_LogicalDevice
3977              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PointingDevice.CIM_UserDevice
3978              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Keyboard.CIM_UserDevice
3979              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Display.CIM_UserDevice
3980              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DesktopMonitor.CIM_Display
3981              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_FlatPanel.CIM_Display
3982              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Scanner.CIM_LogicalDevice
3983              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Door.CIM_LogicalDevice
3984              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DoorAccessToPhysicalElement.CIM_Dependency
3985              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DoorAccessToDevice.CIM_Dependency
3986              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_MonitorResolution.CIM_Setting
3987              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_MonitorSetting.CIM_ElementSetting
3988              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Memory.CIM_StorageExtent
3989              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AssociatedMemory.CIM_Dependency
3990              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_MemoryError.CIM_StorageError
3991              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ComputerSystemMemory.CIM_SystemDevice
3992              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AssociatedProcessorMemory.CIM_AssociatedMemory
3993              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AssociatedCacheMemory.CIM_AssociatedMemory
3994 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_NonVolatileStorage.CIM_Memory
3995              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_BIOSLoadedInNV.CIM_Dependency
3996              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_VolatileStorage.CIM_Memory
3997              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_CacheMemory.CIM_Memory
3998              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Modem.CIM_LogicalDevice
3999              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ConnectionBasedModem.CIM_Modem
4000              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DSLModem.CIM_ConnectionBasedModem
4001              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ADSLModem.CIM_DSLModem
4002              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_CableModem.CIM_ConnectionBasedModem
4003              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_HDSLModem.CIM_DSLModem
4004              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SDSLModem.CIM_DSLModem
4005              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_VDSLModem.CIM_DSLModem
4006              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_CallBasedModem.CIM_Modem
4007              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ISDNModem.CIM_CallBasedModem
4008              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_POTSModem.CIM_CallBasedModem
4009              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Unimodem.CIM_POTSModem
4010              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_OOBAlertServiceOnModem.CIM_DeviceServiceImplementation
4011              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_WakeUpServiceOnModem.CIM_DeviceServiceImplementation
4012              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Printer.CIM_LogicalDevice
4013              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PrintQueue.CIM_JobDestination
4014              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PrintJob.CIM_Job
4015 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PrintSAP.CIM_ServiceAccessPoint
4016              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PrintService.CIM_Service
4017              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PrinterServicingQueue.CIM_Dependency
4018              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PrinterServicingJob.CIM_Dependency
4019              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PrintJobFile.CIM_Component
4020              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_QueueForPrintService.CIM_Dependency
4021              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_QueueForwardsToPrintSAP.CIM_Dependency
4022              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_OwningPrintQueue.CIM_JobDestinationJobs
4023              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Sensor.CIM_LogicalDevice
4024              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AssociatedSensor.CIM_Dependency
4025              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_BinarySensor.CIM_Sensor
4026              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_MultiStateSensor.CIM_Sensor
4027              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_CollectionOfSensors.CIM_Component
4028              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_NumericSensor.CIM_Sensor
4029              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DiscreteSensor.CIM_Sensor
4030              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_TemperatureSensor.CIM_NumericSensor
4031              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_CurrentSensor.CIM_NumericSensor
4032              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_VoltageSensor.CIM_NumericSensor
4033              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Tachometer.CIM_NumericSensor
4034              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AssociatedSupplyVoltageSensor.CIM_AssociatedSensor
4035              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AssociatedSupplyCurrentSensor.CIM_AssociatedSensor
4036 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PackageTempSensor.CIM_PackageDependency
4037              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AlarmDevice.CIM_LogicalDevice
4038              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AssociatedAlarm.CIM_Dependency
4039              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PackageAlarm.CIM_PackageDependency
4040              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_USBDevice.CIM_LogicalDevice
4041              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_USBHub.CIM_USBDevice
4042              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_USBPort.CIM_LogicalPort
4043              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_USBPortOnHub.CIM_PortOnDevice
4044              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_USBControllerHasHub.CIM_ControlledBy
4045              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_USBConnection.CIM_DeviceConnection
4046              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DiskGroup.CIM_CollectionOfMSEs
4047              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DriveInDiskGroup.CIM_CollectedMSEs
4048              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ExtentInDiskGroup.CIM_CollectedMSEs
4049              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_GroupInDiskGroup.CIM_CollectedCollections
4050              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_Policy.CIM_ManagedElement
4051              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PolicySet.CIM_Policy
4052              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PolicyGroup.CIM_PolicySet
4053              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PolicyRule.CIM_PolicySet
4054              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AuthenticationRule.CIM_PolicyRule
4055              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ReusablePolicyContainer.CIM_AdminDomain
4056              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PolicyRepository.CIM_AdminDomain
4057 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PolicyCondition.CIM_Policy
4058              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PolicyTimePeriodCondition.CIM_PolicyCondition
4059              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_CompoundPolicyCondition.CIM_PolicyCondition
4060              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AuthenticationCondition.CIM_PolicyCondition
4061              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SharedSecretAuthentication.CIM_AuthenticationCondition
4062              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AccountAuthentication.CIM_AuthenticationCondition
4063              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_BiometricAuthentication.CIM_AuthenticationCondition
4064              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_NetworkingIDAuthentication.CIM_AuthenticationCondition
4065              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PublicPrivateKeyAuthentication.CIM_AuthenticationCondition
4066              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_KerberosAuthentication.CIM_AuthenticationCondition
4067              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_DocumentAuthentication.CIM_AuthenticationCondition
4068              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PhysicalCredentialAuthentication.CIM_AuthenticationCondition
4069              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_VendorPolicyCondition.CIM_PolicyCondition
4070              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PacketFilterCondition.CIM_PolicyCondition
4071              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PolicyAction.CIM_Policy
4072              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_VendorPolicyAction.CIM_PolicyAction
4073              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_CompoundPolicyAction.CIM_PolicyAction
4074              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_NetworkPacketAction.CIM_PolicyAction
4075              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_RejectConnectionAction.CIM_PolicyAction
4076              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PolicyRoleCollection.CIM_SystemSpecificCollection
4077              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PolicyComponent.CIM_Component
4078 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PolicyInSystem.CIM_HostedDependency
4079              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PolicySetInSystem.CIM_PolicyInSystem
4080              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PolicyGroupInSystem.CIM_PolicySetInSystem
4081              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PolicyRuleInSystem.CIM_PolicySetInSystem
4082              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PolicySetComponent.CIM_PolicyComponent
4083              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PolicyGroupInPolicyGroup.CIM_PolicyComponent
4084              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PolicyRuleInPolicyGroup.CIM_PolicyComponent
4085              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PolicySetValidityPeriod.CIM_PolicyComponent
4086              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PolicyRuleValidityPeriod.CIM_PolicyComponent
4087              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PolicyConditionStructure.CIM_PolicyComponent
4088              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PolicyConditionInPolicyRule.CIM_PolicyConditionStructure
4089              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PolicyConditionInPolicyCondition.CIM_PolicyConditionStructure
4090              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PolicyActionStructure.CIM_PolicyComponent
4091              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PolicyActionInPolicyRule.CIM_PolicyActionStructure
4092              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PolicyActionInPolicyAction.CIM_PolicyActionStructure
4093              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PolicyContainerInPolicyContainer.CIM_SystemComponent
4094              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PolicyRepositoryInPolicyRepository.CIM_SystemComponent
4095              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ReusablePolicy.CIM_PolicyInSystem
4096              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ElementInPolicyRoleCollection.CIM_MemberOfCollection
4097              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PolicyRoleCollectionInSystem.CIM_HostedCollection
4098              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PolicyConditionInPolicyRepository.CIM_PolicyInSystem
4099 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PolicyActionInPolicyRepository.CIM_PolicyInSystem
4100              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PolicySetInRoleCollection.CIM_MemberOfCollection
4101              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PolicySetAppliesToElement.#
4102              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_FilterOfPacketCondition.CIM_Dependency
4103              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_AcceptCredentialFrom.CIM_Dependency
4104              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SARule.CIM_PolicyRule
4105              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_RuleThatGeneratedSA.CIM_Dependency
4106              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_IKERule.CIM_SARule
4107              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_IPsecRule.CIM_SARule
4108              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_IPsecPolicyForSystem.CIM_Dependency
4109              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_IPsecPolicyForEndpoint.CIM_Dependency
4110              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PacketConditionInSARule.CIM_PolicyConditionInPolicyRule
4111              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SAAction.CIM_PolicyAction
4112              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SAStaticAction.CIM_SAAction
4113              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PreconfiguredSAAction.CIM_SAStaticAction
4114              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_TransformOfPreconfiguredAction.CIM_Dependency
4115              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PreconfiguredTransportAction.CIM_PreconfiguredSAAction
4116              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PreconfiguredTunnelAction.CIM_PreconfiguredSAAction
4117              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PeerGatewayForPreconfiguredTunnel.CIM_Dependency
4118              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SANegotiationAction.CIM_SAAction
4119              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_IKEAction.CIM_SANegotiationAction
4120 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_IPsecAction.CIM_SANegotiationAction
4121              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_IPsecTransportAction.CIM_IPsecAction
4122              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_IPsecTunnelAction.CIM_IPsecAction
4123              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_PeerGatewayForTunnel.CIM_Dependency
4124              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_SAProposal.CIM_ScopedSettingData
4125              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ContainedProposal.CIM_Component
4126              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_IKEProposal.CIM_SAProposal
4127              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_IPsecProposal.CIM_SAProposal
4128              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/CIM_ContainedTransform.CIM_Component
4129              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_ExchangeElement.CIM_ManagedElement
4130              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_Solution.PRS_ExchangeElement
4131              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_SolutionElement.PRS_ExchangeElement
4132              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_Reference.PRS_SolutionElement
4133              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_Problem.PRS_SolutionElement
4134              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_Resolution.PRS_SolutionElement
4135              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_SolutionHasElement.CIM_Dependency
4136              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_SolutionReference.PRS_SolutionHasElement
4137              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_SolutionProblem.PRS_SolutionHasElement
4138              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_SolutionResolution.PRS_SolutionHasElement
4139              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_Category.PRS_ExchangeElement
4140              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_SolutionCategory.CIM_Dependency
4141 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_Categorization.CIM_Dependency
4142              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_CategoryParentChild.CIM_HostedDependency
4143              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_ExpressionElement.PRS_ExchangeElement
4144              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_Expression.PRS_ExpressionElement
4145              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_Product.PRS_ExpressionElement
4146              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_Statement.PRS_ExpressionElement
4147              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_Feature.PRS_ExchangeElement
4148              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_Resource.PRS_ExchangeElement
4149              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_ExpressionLink.CIM_HostedDependency
4150              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_ProductParentChild.CIM_Dependency
4151              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_ProductComponent.CIM_Dependency
4152              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_ProductAsset.CIM_Dependency
4153              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_StatementFeature.CIM_Dependency
4154              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_FeatureResource.CIM_Dependency
4155              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_ResolutionResource.CIM_Dependency
4156              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_SolutionExpression.CIM_Dependency
4157              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_Administrative.PRS_ExchangeElement
4158              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_AdminAssociation.CIM_Dependency
4159              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_Revision.PRS_ExchangeElement
4160              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_AdministrativeRevision.CIM_HostedDependency
4161              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_Contact.PRS_ExchangeElement
4162 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_ContactItem.PRS_ExchangeElement
4163              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_AdministrativeContact.CIM_Dependency
4164              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_RevisionContact.CIM_Dependency
4165              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_Organization.PRS_ContactItem
4166              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_Person.PRS_ContactItem
4167              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_ContactContactItem.CIM_Dependency
4168              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_ContactOrganization.PRS_ContactContactItem
4169              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_ContactPerson.PRS_ContactContactItem
4170              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_Address.PRS_ExchangeElement
4171              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_ContactItemAddress.CIM_Dependency
4172              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_Location.PRS_ExchangeElement
4173              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_AddressLocation.CIM_Dependency
4174              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_Attachment.PRS_ExchangeElement
4175              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_Attached.CIM_Dependency
4176              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_ServiceIncident.PRS_ExchangeElement
4177              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_ServiceRequester.CIM_Dependency
4178              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_ServiceProvider.CIM_Dependency
4179              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_ServiceProblem.CIM_Dependency
4180              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_ServiceResolutionSolution.CIM_Dependency
4181              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_Activity.PRS_ExchangeElement
4182              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_Agreement.PRS_ExchangeElement
4183 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_ServiceAgreement.CIM_Dependency
4184              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_Transaction.PRS_ExchangeElement
4185              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_SISService.CIM_Service
4186              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_ServiceActivity.CIM_Dependency
4187              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_ActivityContact.CIM_Dependency
4188              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_ActivityResource.CIM_Dependency
4189              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PRS_ActivityTransaction.CIM_Dependency
4190              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PG_OperatingSystem.CIM_OperatingSystem
4191              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PG_ComputerSystem.CIM_UnitaryComputerSystem
4192              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PG_UnixProcess.CIM_Process
4193              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PG_UnixProcessStatisticalInformation.CIM_StatisticalInformation
4194              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PG_UnixProcessStatistics.CIM_Statistics
4195              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PG_UnixThread.CIM_Thread
4196              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PG_Processor.CIM_Processor
4197              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PG_BindsIPToLANEndpoint.CIM_BindsToLANEndpoint
4198              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/classes/PG_IPRoute.CIM_IPRoute
4199              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/Abstract
4200              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/Aggregate
4201              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/Aggregation
4202              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/Alias
4203              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/ArrayType
4204 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/ASSOCIATION
4205              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/BitMap
4206              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/BitValues
4207              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/Composition
4208              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/Counter
4209              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/Delete
4210              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/Deprecated
4211              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/Description
4212              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/DisplayName
4213              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/DN
4214              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/EmbeddedObject
4215              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/Exception
4216              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/Expensive
4217              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/Experimental
4218              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/Gauge
4219              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/Ifdeleted
4220              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/In
4221              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/INDICATION
4222              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/Invisible
4223              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/Key
4224              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/Large
4225 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/MappingStrings
4226              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/Max
4227              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/MaxLen
4228              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/MaxValue
4229              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/Min
4230              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/MinLen
4231              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/MinValue
4232              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/ModelCorrespondence
4233              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/Nonlocal
4234              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/NonlocalType
4235              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/NullValue
4236              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/Octetstring
4237              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/Out
4238              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/Override
4239              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/Propagated
4240              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/PropertyUsage
4241              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/Provider
4242              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/Read
4243              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/Required
4244              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/Revision
4245              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/CLASS
4246 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/Source
4247              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/SourceType
4248              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/Static
4249              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/Syntax
4250              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/SyntaxType
4251              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/Terminal
4252              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/TriggerType
4253              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/Units
4254              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/UnknownValues
4255              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/UnsupportedValues
4256              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/ValueMap
4257              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/Values
4258              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/Version
4259              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/Weak
4260              %attr(-,root,root) %PEGASUS_REPOSITORY_DIR/root#cimv2/qualifiers/Write
4261              
4262              %config %attr(-,root,root) %PEGASUS_VARDATA_DIR/%PEGASUS_PLANNED_CONFIG_FILE
4263              %config %attr(-,root,root) /etc/init.d/tog-pegasus
4264              %config %attr(-,root,root) %PAM_CONF/wbem
4265              %attr(-,root,root) %PEGASUS_CONFIG_DIR/ssl.orig
4266              %attr(-,root,root) %PEGASUS_SBIN_DIR/cimauth
4267 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_SBIN_DIR/cimserver
4268              %attr(-,root,root) %PEGASUS_SBIN_DIR/cimservera
4269              %attr(-,root,root) %PEGASUS_SBIN_DIR/cimuser
4270              %attr(-,root,root) %PEGASUS_SBIN_DIR/cimconfig
4271              %attr(-,root,root) %PEGASUS_SBIN_DIR/init_repository
4272              %attr(-,root,root) %PEGASUS_BIN_DIR/cimmof
4273              %attr(-,root,root) %PEGASUS_BIN_DIR/cimmofl
4274              %attr(-,root,root) %PEGASUS_BIN_DIR/cimprovider
4275              %attr(-,root,root) %PEGASUS_BIN_DIR/osinfo
4276              %attr(-,root,root) %PEGASUS_BIN_DIR/wbemexec
4277              %attr(-,root,root) %PEGASUS_DEST_LIB_DIR/libCIMxmlIndicationHandler.so.1
4278              %attr(-,root,root) %PEGASUS_DEST_LIB_DIR/libConfigSettingProvider.so.1
4279              %attr(-,root,root) %PEGASUS_DEST_LIB_DIR/libNamespaceProvider.so.1
4280              %attr(-,root,root) %PEGASUS_DEST_LIB_DIR/libProviderRegistrationProvider.so.1
4281              %attr(-,root,root) %PEGASUS_DEST_LIB_DIR/libUserAuthProvider.so.1
4282              %attr(-,root,root) %PEGASUS_DEST_LIB_DIR/libpegauthentication.so.1
4283              %attr(-,root,root) %PEGASUS_DEST_LIB_DIR/libpegclient.so.1
4284              %attr(-,root,root) %PEGASUS_DEST_LIB_DIR/libpegcliutils.so.1
4285              %attr(-,root,root) %PEGASUS_DEST_LIB_DIR/libpegcommon.so.1
4286              %attr(-,root,root) %PEGASUS_DEST_LIB_DIR/libpegcompiler.so.1
4287              %attr(-,root,root) %PEGASUS_DEST_LIB_DIR/libpegconfig.so.1
4288 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_DEST_LIB_DIR/libpegexportclient.so.1
4289              %attr(-,root,root) %PEGASUS_DEST_LIB_DIR/libpegexportserver.so.1
4290              %attr(-,root,root) %PEGASUS_DEST_LIB_DIR/libpeggetoopt.so.1
4291              %attr(-,root,root) %PEGASUS_DEST_LIB_DIR/libpeghandlerservice.so.1
4292              %attr(-,root,root) %PEGASUS_DEST_LIB_DIR/libpegindicationservice.so.1
4293              %attr(-,root,root) %PEGASUS_DEST_LIB_DIR/libpeglistener.so.1
4294              %attr(-,root,root) %PEGASUS_DEST_LIB_DIR/libpegprm.so.1
4295              %attr(-,root,root) %PEGASUS_DEST_LIB_DIR/libpegprovidermanager.so.1
4296              %attr(-,root,root) %PEGASUS_DEST_LIB_DIR/libpegprovider.so.1
4297              %attr(-,root,root) %PEGASUS_DEST_LIB_DIR/libpegrepository.so.1
4298              %attr(-,root,root) %PEGASUS_DEST_LIB_DIR/libpegserver.so.1
4299              %attr(-,root,root) %PEGASUS_DEST_LIB_DIR/libpeguser.so.1
4300              %attr(-,root,root) %PEGASUS_DEST_LIB_DIR/libpegwql.so.1
4301              %attr(-,root,root) %PEGASUS_DEST_LIB_DIR/libCMPIProviderManager.so.1
4302              %attr(-,root,root) %PEGASUS_DEST_LIB_DIR/libcmpiCppImpl.so.1
4303              %attr(-,root,root) %PEGASUS_DEST_LIB_DIR/libDefaultProviderManager.so.1
4304              %attr(-,root,root) %PEGASUS_PROVIDER_LIB_DIR/libComputerSystemProvider.so.1
4305              %attr(-,root,root) %PEGASUS_PROVIDER_LIB_DIR/libOSProvider.so.1
4306              %attr(-,root,root) %PEGASUS_PROVIDER_LIB_DIR/libProcessProvider.so.1
4307              
4308              
4309 w.otsuka 1.1 %files sdk
4310              %defattr(0444,root,root)
4311              %attr(-,root,root) %PEGASUS_INCLUDE_DEST_PATH/Pegasus/Client/CIMClientException.h
4312              %attr(-,root,root) %PEGASUS_INCLUDE_DEST_PATH/Pegasus/Client/CIMClient.h
4313              %attr(-,root,root) %PEGASUS_INCLUDE_DEST_PATH/Pegasus/Client/Linkage.h
4314              %attr(-,root,root) %PEGASUS_INCLUDE_DEST_PATH/Pegasus/Common/AcceptLanguages.h
4315              %attr(-,root,root) %PEGASUS_INCLUDE_DEST_PATH/Pegasus/Common/AcceptLanguageElement.h
4316              %attr(-,root,root) %PEGASUS_INCLUDE_DEST_PATH/Pegasus/Common/Array.h
4317              %attr(-,root,root) %PEGASUS_INCLUDE_DEST_PATH/Pegasus/Common/ArrayInter.h
4318              %attr(-,root,root) %PEGASUS_INCLUDE_DEST_PATH/Pegasus/Common/Char16.h
4319              %attr(-,root,root) %PEGASUS_INCLUDE_DEST_PATH/Pegasus/Common/CIMClass.h 
4320              %attr(-,root,root) %PEGASUS_INCLUDE_DEST_PATH/Pegasus/Common/CIMDateTime.h
4321              %attr(-,root,root) %PEGASUS_INCLUDE_DEST_PATH/Pegasus/Common/CIMFlavor.h
4322              %attr(-,root,root) %PEGASUS_INCLUDE_DEST_PATH/Pegasus/Common/CIMIndication.h 
4323              %attr(-,root,root) %PEGASUS_INCLUDE_DEST_PATH/Pegasus/Common/CIMInstance.h
4324              %attr(-,root,root) %PEGASUS_INCLUDE_DEST_PATH/Pegasus/Common//CIMMethod.h
4325              %attr(-,root,root) %PEGASUS_INCLUDE_DEST_PATH/Pegasus/Common/CIMName.h
4326              %attr(-,root,root) %PEGASUS_INCLUDE_DEST_PATH/Pegasus/Common/CIMObject.h
4327              %attr(-,root,root) %PEGASUS_INCLUDE_DEST_PATH/Pegasus/Common/CIMObjectPath.h
4328              %attr(-,root,root) %PEGASUS_INCLUDE_DEST_PATH/Pegasus/Common/CIMParameter.h
4329              %attr(-,root,root) %PEGASUS_INCLUDE_DEST_PATH/Pegasus/Common/CIMParamValue.h
4330 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_INCLUDE_DEST_PATH/Pegasus/Common/CIMProperty.h
4331              %attr(-,root,root) %PEGASUS_INCLUDE_DEST_PATH/Pegasus/Common/CIMPropertyList.h
4332              %attr(-,root,root) %PEGASUS_INCLUDE_DEST_PATH/Pegasus/Common/CIMQualifierDecl.h
4333              %attr(-,root,root) %PEGASUS_INCLUDE_DEST_PATH/Pegasus/Common/CIMQualifier.h
4334              %attr(-,root,root) %PEGASUS_INCLUDE_DEST_PATH/Pegasus/Common/CIMScope.h
4335              %attr(-,root,root) %PEGASUS_INCLUDE_DEST_PATH/Pegasus/Common/CIMStatusCode.h
4336              %attr(-,root,root) %PEGASUS_INCLUDE_DEST_PATH/Pegasus/Common/CIMType.h
4337              %attr(-,root,root) %PEGASUS_INCLUDE_DEST_PATH/Pegasus/Common/CIMValue.h
4338              %attr(-,root,root) %PEGASUS_INCLUDE_DEST_PATH/Pegasus/Common/Config.h
4339              %attr(-,root,root) %PEGASUS_INCLUDE_DEST_PATH/Pegasus/Common/ContentLanguageElement.h
4340              %attr(-,root,root) %PEGASUS_INCLUDE_DEST_PATH/Pegasus/Common/ContentLanguages.h
4341              %attr(-,root,root) %PEGASUS_INCLUDE_DEST_PATH/Pegasus/Common/Exception.h
4342              %attr(-,root,root) %PEGASUS_INCLUDE_DEST_PATH/Pegasus/Common/Formatter.h
4343              %attr(-,root,root) %PEGASUS_INCLUDE_DEST_PATH/Pegasus/Common/LanguageElementContainer.h
4344              %attr(-,root,root) %PEGASUS_INCLUDE_DEST_PATH/Pegasus/Common/LanguageElement.h
4345              %attr(-,root,root) %PEGASUS_INCLUDE_DEST_PATH/Pegasus/Common/Linkage.h
4346              %attr(-,root,root) %PEGASUS_INCLUDE_DEST_PATH/Pegasus/Common/MessageLoader.h
4347              %attr(-,root,root) %PEGASUS_INCLUDE_DEST_PATH/Pegasus/Common/OperationContext.h
4348              %ifarch ia64
4349              %attr(-,root,root) %PEGASUS_INCLUDE_DEST_PATH/Pegasus/Common/Platform_LINUX_IX86_GNU.h
4350              %else
4351 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_INCLUDE_DEST_PATH/Pegasus/Common/Platform_LINUX_IX86_GNU.h
4352              %endif
4353              %attr(-,root,root) %PEGASUS_INCLUDE_DEST_PATH/Pegasus/Common/ResponseHandler.h
4354              %attr(-,root,root) %PEGASUS_INCLUDE_DEST_PATH/Pegasus/Common/SSLContext.h
4355              %attr(-,root,root) %PEGASUS_INCLUDE_DEST_PATH/Pegasus/Common/String.h
4356              %attr(-,root,root) %PEGASUS_INCLUDE_DEST_PATH/Pegasus/Consumer/CIMIndicationConsumer.h
4357              %attr(-,root,root) %PEGASUS_INCLUDE_DEST_PATH/Pegasus/Consumer/Linkage.h
4358              %attr(-,root,root) %PEGASUS_INCLUDE_DEST_PATH/Pegasus/Provider/CIMAssociationProvider.h
4359              %attr(-,root,root) %PEGASUS_INCLUDE_DEST_PATH/Pegasus/Provider/CIMIndicationConsumerProvider.h
4360              %attr(-,root,root) %PEGASUS_INCLUDE_DEST_PATH/Pegasus/Provider/CIMIndicationProvider.h
4361              %attr(-,root,root) %PEGASUS_INCLUDE_DEST_PATH/Pegasus/Provider/CIMInstanceProvider.h
4362              %attr(-,root,root) %PEGASUS_INCLUDE_DEST_PATH/Pegasus/Provider/CIMMethodProvider.h
4363              %attr(-,root,root) %PEGASUS_INCLUDE_DEST_PATH/Pegasus/Provider/CIMOMHandle.h
4364              %attr(-,root,root) %PEGASUS_INCLUDE_DEST_PATH/Pegasus/Provider/CIMProvider.h
4365              %attr(-,root,root) %PEGASUS_INCLUDE_DEST_PATH/Pegasus/Provider/Linkage.h
4366              %attr(-,root,root) %PEGASUS_INCLUDE_DEST_PATH/Pegasus/Provider/ProviderException.h
4367              %attr(-,root,root) %PEGASUS_INCLUDE_DEST_PATH/Pegasus/Provider/CMPI/CmpiArgs.h
4368              %attr(-,root,root) %PEGASUS_INCLUDE_DEST_PATH/Pegasus/Provider/CMPI/CmpiArray.h
4369              %attr(-,root,root) %PEGASUS_INCLUDE_DEST_PATH/Pegasus/Provider/CMPI/CmpiAssociationMI.h
4370              %attr(-,root,root) %PEGASUS_INCLUDE_DEST_PATH/Pegasus/Provider/CMPI/CmpiBaseMI.h
4371              %attr(-,root,root) %PEGASUS_INCLUDE_DEST_PATH/Pegasus/Provider/CMPI/CmpiBooleanData.h
4372 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_INCLUDE_DEST_PATH/Pegasus/Provider/CMPI/CmpiBroker.h
4373              %attr(-,root,root) %PEGASUS_INCLUDE_DEST_PATH/Pegasus/Provider/CMPI/CmpiCharData.h
4374              %attr(-,root,root) %PEGASUS_INCLUDE_DEST_PATH/Pegasus/Provider/CMPI/CmpiContext.h
4375              %attr(-,root,root) %PEGASUS_INCLUDE_DEST_PATH/Pegasus/Provider/CMPI/CmpiData.h
4376              %attr(-,root,root) %PEGASUS_INCLUDE_DEST_PATH/Pegasus/Provider/CMPI/CmpiDateTime.h
4377              %attr(-,root,root) %PEGASUS_INCLUDE_DEST_PATH/Pegasus/Provider/CMPI/cmpidt.h
4378              %attr(-,root,root) %PEGASUS_INCLUDE_DEST_PATH/Pegasus/Provider/CMPI/CmpiEnumeration.h
4379              %attr(-,root,root) %PEGASUS_INCLUDE_DEST_PATH/Pegasus/Provider/CMPI/cmpift.h
4380              %attr(-,root,root) %PEGASUS_INCLUDE_DEST_PATH/Pegasus/Provider/CMPI/CmpiIndicationMI.h
4381              %attr(-,root,root) %PEGASUS_INCLUDE_DEST_PATH/Pegasus/Provider/CMPI/CmpiInstance.h
4382              %attr(-,root,root) %PEGASUS_INCLUDE_DEST_PATH/Pegasus/Provider/CMPI/CmpiInstanceMI.h
4383              %attr(-,root,root) %PEGASUS_INCLUDE_DEST_PATH/Pegasus/Provider/CMPI/cmpimacs.h
4384              %attr(-,root,root) %PEGASUS_INCLUDE_DEST_PATH/Pegasus/Provider/CMPI/CmpiMethodMI.h
4385              %attr(-,root,root) %PEGASUS_INCLUDE_DEST_PATH/Pegasus/Provider/CMPI/CmpiObject.h
4386              %attr(-,root,root) %PEGASUS_INCLUDE_DEST_PATH/Pegasus/Provider/CMPI/CmpiObjectPath.h
4387              %attr(-,root,root) %PEGASUS_INCLUDE_DEST_PATH/Pegasus/Provider/CMPI/cmpipl.h
4388              %attr(-,root,root) %PEGASUS_INCLUDE_DEST_PATH/Pegasus/Provider/CMPI/CmpiPropertyMI.h
4389              %attr(-,root,root) %PEGASUS_INCLUDE_DEST_PATH/Pegasus/Provider/CMPI/CmpiProviderBase.h
4390              %attr(-,root,root) %PEGASUS_INCLUDE_DEST_PATH/Pegasus/Provider/CMPI/CmpiResult.h
4391              %attr(-,root,root) %PEGASUS_INCLUDE_DEST_PATH/Pegasus/Provider/CMPI/CmpiSelectExp.h
4392              %attr(-,root,root) %PEGASUS_INCLUDE_DEST_PATH/Pegasus/Provider/CMPI/CmpiStatus.h
4393 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_INCLUDE_DEST_PATH/Pegasus/Provider/CMPI/CmpiString.h
4394              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/AcceptLanguageElement.html
4395              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/AcceptLanguages.html
4396              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/AlreadyConnectedException.html
4397              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/AlreadyExistsException.html
4398              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/ArrayPEGASUS_ARRAY_T.html
4399              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/BindFailedException.html
4400              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CannotConnectException.html
4401              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CannotCreateSocketException.html
4402              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CBAssociatorNames.html
4403              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CBAssociators.html
4404              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CBAttachThread.html
4405              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CBbrokerName.html
4406              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CBBrokerVersion.html
4407              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CBCreateInstance.html
4408              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CBDeleteInstance.html
4409              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CBDeliverIndication.html
4410              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CBDetachThread.html
4411              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CBEnumInstanceNames.html
4412              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CBEnumInstances.html
4413              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CBExecQuery.html
4414 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CBGetClassification.html
4415              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CBGetInstance.html
4416              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CBGetProperty.html
4417              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CBInvokeMethod.html
4418              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CBPrepareAttachThread.html
4419              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CBReferenceNames.html
4420              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CBReferences.html
4421              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CBSetInstance.html
4422              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CBSetProperty.html
4423              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CDGetType.html
4424              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CDIsOfType.html
4425              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CDToString.html
4426              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/Char16.html
4427              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CIMAccessDeniedException.html
4428              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CIMAssociationProvider.html
4429              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CIMClassHier.html
4430              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CIMClass.html
4431              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CIMClient.html
4432              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CIMClientHTTPErrorException.html
4433              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CIMClientMalformedHTTPException.html
4434              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CIMClientResponseException.html
4435 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CIMClientXmlException.html
4436              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CIMConstClass.html
4437              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CIMConstInstance.html
4438              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CIMConstMethod.html
4439              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CIMConstObject.html
4440              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CIMConstParameter.html
4441              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CIMConstProperty.html
4442              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CIMConstQualifierDecl.html
4443              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CIMConstQualifier.html
4444              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CIMDateTime.html
4445              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CIMException.html
4446              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CIMFlavor.html
4447              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CIMIndicationConsumer.html
4448              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CIMIndicationConsumerProvider.html
4449              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CIMIndicationProvider.html
4450              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CIMInstance.html
4451              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CIMInstanceProvider.html
4452              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CIMInvalidClassException.html
4453              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CIMInvalidParameterException.html
4454              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CIMInvalidQueryException.html
4455              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CIMKeyBinding.html
4456 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CIMMethod.html
4457              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CIMMethodNotFoundException.html
4458              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CIMMethodProvider.html
4459              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CIMName.html
4460              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CIMNamespaceName.html
4461              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CIMNotSupportedException.html
4462              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CIMObjectAlreadyExistsException.html
4463              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CIMObject.html
4464              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CIMObjectNotFoundException.html
4465              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CIMObjectPath.html
4466              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CIMOperationFailedException.html
4467              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CIMParameter.html
4468              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CIMParamValue.html
4469              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CIMProperty.html
4470              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CIMPropertyList.html
4471              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CIMPropertyNotFoundException.html
4472              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CIMProvider.html
4473              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CIMQualifierDecl.html
4474              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CIMQualifier.html
4475              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CIMScope.html
4476              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CIMStatusCode.html
4477 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CIMType.html
4478              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/cimTypeToString.html
4479              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CIMValue.html
4480              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/ClientClassHier.html
4481              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMAddArg.html
4482              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMAddContextEntry.html
4483              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMAddKey.html
4484              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMAssociationMIFactory.html
4485              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMAssociationMIStub.html
4486              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMClassPathIsA.html
4487              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMEvaluatePredicate.html
4488              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMEvaluateSelExp.html
4489              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMGetArgAt.html
4490              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMGetArgCount.html
4491              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMGetArg.html
4492              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMGetArrayCount.html
4493              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMGetArrayElementAt.html
4494              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMGetArrayType.html
4495              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMGetBinaryFormat.html
4496              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMGetCharsPtr.html
4497              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMGetClassName.html
4498 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMGetCod.html
4499              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMGetContextEntryAt.html
4500              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMGetContextEntryCount.html
4501              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMGetContextEntry.html
4502              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMGetDoc.html
4503              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMGetHostname.html
4504              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMGetKeyAt.html
4505              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMGetKeyCount.html
4506              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMGetKey.html
4507              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMGetNameSpace.html
4508              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMGetNext.html
4509              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMGetObjectPath.html
4510              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMGetPredicateAt.html
4511              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMGetPredicateCount.html
4512              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMGetPredicateData.html
4513              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMGetPredicate.html
4514              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMGetPropertyAt.html
4515              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMGetPropertyCount.html
4516              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMGetProperty.html
4517              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMGetSelExpString.html
4518              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMGetStringFormat.html
4519 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMGetSubCondAt.html
4520              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMGetSubCondCountAndType.html
4521              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMHasNext.html
4522              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMIndicationMIStub.html
4523              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMInstanceMIFactory.html
4524              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMInstanceMIStub.html
4525              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMIsArray.html
4526              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMIsInterval.html
4527              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMIsKeyValue.html
4528              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMIsNullObject.html
4529              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMIsNullValue.html
4530              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMMethodMIFactory.html
4531              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMMethodMIStub.html
4532              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMNewArgs.html
4533              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMNewArray.html
4534              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMNewDateTimeFromBinary.html
4535              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMNewDateTimeFromChars.html
4536              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMNewDateTime.html
4537              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMNewInstance.html
4538              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMNewObjectPath.html
4539              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMNewSelectExp.html
4540 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMNewString.html
4541              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/_CMPIArgsFT.html
4542              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CmpiArgs.html
4543              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/_CMPIArgs.html
4544              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/_CMPIArrayFT.html
4545              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CmpiArray.html
4546              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/_CMPIArray.html
4547              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/_CMPIAssociationMIFT.html
4548              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMPIAssociationMIFT.html
4549              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CmpiBooleanData.html
4550              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/_CMPIBrokerEncFT.html
4551              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/_CMPIBrokerExtFT.html
4552              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/_CMPIBrokerFT.html
4553              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CmpiBroker.html
4554              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/_CMPIBroker.html
4555              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CmpiCharData.html
4556              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMPI_C_Hier.html
4557              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMPIClassHier.html
4558              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/_CMPIContextFT.html
4559              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CmpiContext.html
4560              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/_CMPIContext.html
4561 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CmpiData.html
4562              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/_CMPIDateTimeFT.html
4563              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CmpiDateTime.html
4564              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/_CMPIDateTime.html
4565              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/_CMPIEnumerationFT.html
4566              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CmpiEnumeration.html
4567              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/_CMPIEnumeration.html
4568              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/_CMPIIndicationMIFT.html
4569              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMPIIndicationMIFT.html
4570              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/_CMPIInstanceFT.html
4571              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CmpiInstance.html
4572              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/_CMPIInstance.html
4573              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/_CMPIInstanceMIFT.html
4574              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMPIInstanceMIFT.html
4575              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/_CMPIMethodMIFT.html
4576              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMPIMethodMIFT.html
4577              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CmpiObject.html
4578              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/_CMPIObjectPathFT.html
4579              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CmpiObjectPath.html
4580              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/_CMPIObjectPath.html
4581              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/_CMPIPredicateFT.html
4582 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/_CMPIPredicate.html
4583              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/_CMPIPropertyMIFT.html
4584              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMPIPropertyMIFT.html
4585              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/_CMPIResultFT.html
4586              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CmpiResult.html
4587              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/_CMPIResult.html
4588              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/_CMPISelectCondFT.html
4589              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/_CMPISelectCond.html
4590              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/_CMPISelectExpFT.html
4591              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CmpiSelectExp.html
4592              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/_CMPISelectExp.html
4593              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CmpiStatus.html
4594              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/_CMPIStringFT.html
4595              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CmpiString.html
4596              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/_CMPIString.html
4597              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/_CMPISubCondFT.html
4598              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/_CMPISubCond.html
4599              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMPropertyMIFactory.html
4600              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMPropertyMIStub.html
4601              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMReturnData.html
4602              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMReturnDone.html
4603 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMReturn.html
4604              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMReturnInstance.html
4605              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMReturnObjectPath.html
4606              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMReturnWithChars.html
4607              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMReturnWithString.html
4608              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMSetArrayElementAt.html
4609              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMSetClassName.html
4610              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMSetHostAndNameSpaceFromObjectPath.html
4611              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMSetHostname.html
4612              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMSetNameSpaceFromObjectPath.html
4613              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMSetNameSpace.html
4614              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMSetPropertyFilter.html
4615              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMSetProperty.html
4616              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMSetStatus.html
4617              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMSetStatusWithChars.html
4618              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMSetStatusWithString.html
4619              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CMToArray.html
4620              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CommonClassHier.html
4621              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/ConnectionTimeoutException.html
4622              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/Container.html
4623              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/ContentLanguageListContainer.html
4624 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/CString.html
4625              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/DateTimeOutOfRangeException.html
4626              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/DynamicCastFailedException.html
4627              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/Exception.html
4628              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/Formatter.html
4629              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/General.html
4630              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/HIER.html
4631              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/icon1.gif
4632              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/icon2.gif
4633              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/IdentityContainer.html
4634              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/index.html
4635              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/IndexOutOfBoundsException.html
4636              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/IndicationConsumerClassHier.html
4637              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/IndicationResponseHandler.html
4638              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/InstanceResponseHandler.html
4639              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/InvalidDateTimeFormatException.html
4640              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/InvalidLocatorException.html
4641              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/InvalidNameException.html
4642              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/InvalidNamespaceNameException.html
4643              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/LanguageElementContainer.html
4644              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/LanguageElement.html
4645 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/MalformedObjectNameException.html
4646              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/MessageLoaderParms.html
4647              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/MethodResultResponseHandler.html
4648              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/NotConnectedException.html
4649              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/ObjectPathResponseHandler.html
4650              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/ObjectResponseHandler.html
4651              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/OperationContext.html
4652              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/operator.10.html
4653              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/operator.11.html
4654              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/operator.12.html
4655              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/operator.2.html
4656              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/operator.3.html
4657              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/operator.4.html
4658              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/operator.5.html
4659              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/operator.6.html
4660              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/operator.7.html
4661              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/operator.8.html
4662              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/operator.9.html
4663              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/operator.html
4664              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/ostream.html
4665              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/Pegasus_Array_h.html
4666 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/Pegasus_MessageLoader_h.html
4667              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/ProviderClassHier.html
4668              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/ResponseHandler.html
4669              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/SSLCallbackInfo.html
4670              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/SSLCertificateInfo.html
4671              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/SSLContext.html
4672              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/SSLException.htm
4673              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/String.html
4674              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/SubscriptionInstanceNamesContainer.html
4675              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/SubscriptionLanguageListContainer.html
4676              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/TimeoutContainer.html
4677              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/TypeMismatchException.html
4678              %attr(-,root,root) %PEGASUS_HTML_DEST_PATH/UninitializedObjectException.html
4679              %attr(-,root,root) %PEGASUS_SAMPLES_DEST_PATH/Makefile 
4680              %attr(-,root,root) %PEGASUS_SAMPLES_DEST_PATH/mak/common.mak 
4681              %attr(-,root,root) %PEGASUS_SAMPLES_DEST_PATH/mak/config.mak 
4682              %attr(-,root,root) %PEGASUS_SAMPLES_DEST_PATH/mak/library.mak 
4683              %ifarch ia64
4684              %attr(-,root,root) %PEGASUS_SAMPLES_DEST_PATH/mak/LINUX_IA64_GNU.mak 
4685              %else
4686              %attr(-,root,root) %PEGASUS_SAMPLES_DEST_PATH/mak/LINUX_IX86_GNU.mak 
4687 w.otsuka 1.1 %endif
4688              %attr(-,root,root) %PEGASUS_SAMPLES_DEST_PATH/mak/program.mak 
4689              %attr(-,root,root) %PEGASUS_SAMPLES_DEST_PATH/mak/recurse.mak 
4690              %attr(-,root,root) %PEGASUS_SAMPLES_DEST_PATH/Clients/Makefile 
4691              %attr(-,root,root) %PEGASUS_SAMPLES_DEST_PATH/Clients/DefaultC++/Makefile
4692              %attr(-,root,root) %PEGASUS_SAMPLES_DEST_PATH/Clients/DefaultC++/EnumInstances/EnumInstances.cpp 
4693              %attr(-,root,root) %PEGASUS_SAMPLES_DEST_PATH/Clients/DefaultC++/EnumInstances/Makefile 
4694              %attr(-,root,root) %PEGASUS_SAMPLES_DEST_PATH/Clients/DefaultC++/InvokeMethod/InvokeMethod.cpp 
4695              %attr(-,root,root) %PEGASUS_SAMPLES_DEST_PATH/Clients/DefaultC++/InvokeMethod/Makefile 
4696              %attr(-,root,root) %PEGASUS_SAMPLES_DEST_PATH/Providers/Makefile
4697              %attr(-,root,root) %PEGASUS_SAMPLES_DEST_PATH/Providers/CMPI/Makefile
4698              %attr(-,root,root) %PEGASUS_SAMPLES_DEST_PATH/Providers/CMPI/FilesAndDirectories/CWS_Directory.c 
4699              %attr(-,root,root) %PEGASUS_SAMPLES_DEST_PATH/Providers/CMPI/FilesAndDirectories/CWS_DirectoryContainsFile.c 
4700              %attr(-,root,root) %PEGASUS_SAMPLES_DEST_PATH/Providers/CMPI/FilesAndDirectories/CWS_FileUtils.c 
4701              %attr(-,root,root) %PEGASUS_SAMPLES_DEST_PATH/Providers/CMPI/FilesAndDirectories/CWS_FileUtils.h 
4702              %attr(-,root,root) %PEGASUS_SAMPLES_DEST_PATH/Providers/CMPI/FilesAndDirectories/CWS_PlainFile.c 
4703              %attr(-,root,root) %PEGASUS_SAMPLES_DEST_PATH/Providers/CMPI/FilesAndDirectories/cwssimdata.c 
4704              %attr(-,root,root) %PEGASUS_SAMPLES_DEST_PATH/Providers/CMPI/FilesAndDirectories/cwstest.c 
4705              %attr(-,root,root) %PEGASUS_SAMPLES_DEST_PATH/Providers/CMPI/FilesAndDirectories/cwsutil.c 
4706              %attr(-,root,root) %PEGASUS_SAMPLES_DEST_PATH/Providers/CMPI/FilesAndDirectories/cwsutil.h 
4707              %attr(-,root,root) %PEGASUS_SAMPLES_DEST_PATH/Providers/CMPI/FilesAndDirectories/Makefile 
4708 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_SAMPLES_DEST_PATH/Providers/DefaultC++/Makefile
4709              %attr(-,root,root) %PEGASUS_SAMPLES_DEST_PATH/Providers/DefaultC++/InstanceProvider/EnumerateInstancesrspgood.xml 
4710              %attr(-,root,root) %PEGASUS_SAMPLES_DEST_PATH/Providers/DefaultC++/InstanceProvider/EnumerateInstances.xml 
4711              %attr(-,root,root) %PEGASUS_SAMPLES_DEST_PATH/Providers/DefaultC++/InstanceProvider/InstanceProvider.cpp 
4712              %attr(-,root,root) %PEGASUS_SAMPLES_DEST_PATH/Providers/DefaultC++/InstanceProvider/InstanceProvider.h 
4713              %attr(-,root,root) %PEGASUS_SAMPLES_DEST_PATH/Providers/DefaultC++/InstanceProvider/InstanceProviderMain.cpp 
4714              %attr(-,root,root) %PEGASUS_SAMPLES_DEST_PATH/Providers/DefaultC++/InstanceProvider/Makefile 
4715              %attr(-,root,root) %PEGASUS_SAMPLES_DEST_PATH/Providers/DefaultC++/MethodProvider/InvokeMethodrspgood.xml 
4716              %attr(-,root,root) %PEGASUS_SAMPLES_DEST_PATH/Providers/DefaultC++/MethodProvider/InvokeMethod.xml 
4717              %attr(-,root,root) %PEGASUS_SAMPLES_DEST_PATH/Providers/DefaultC++/MethodProvider/Makefile 
4718              %attr(-,root,root) %PEGASUS_SAMPLES_DEST_PATH/Providers/DefaultC++/MethodProvider/MethodProvider.cpp 
4719              %attr(-,root,root) %PEGASUS_SAMPLES_DEST_PATH/Providers/DefaultC++/MethodProvider/MethodProvider.h 
4720              %attr(-,root,root) %PEGASUS_SAMPLES_DEST_PATH/Providers/DefaultC++/MethodProvider/MethodProviderMain.cpp 
4721              %attr(-,root,root) %PEGASUS_SAMPLES_DEST_PATH/Providers/CMPI/FilesAndDirectories/tests/AssocDirNames12001rspgood.xml 
4722              %attr(-,root,root) %PEGASUS_SAMPLES_DEST_PATH/Providers/CMPI/FilesAndDirectories/tests/AssocDirNames12001.xml 
4723              %attr(-,root,root) %PEGASUS_SAMPLES_DEST_PATH/Providers/CMPI/FilesAndDirectories/tests/DeleteDirInstance10003rspgood.xml 
4724              %attr(-,root,root) %PEGASUS_SAMPLES_DEST_PATH/Providers/CMPI/FilesAndDirectories/tests/DeleteDirInstance10003.xml 
4725              %attr(-,root,root) %PEGASUS_SAMPLES_DEST_PATH/Providers/CMPI/FilesAndDirectories/tests/EnumerateDir10001rspgood.xml 
4726              %attr(-,root,root) %PEGASUS_SAMPLES_DEST_PATH/Providers/CMPI/FilesAndDirectories/tests/EnumerateDir10001.xml 
4727              %attr(-,root,root) %PEGASUS_SAMPLES_DEST_PATH/Providers/CMPI/FilesAndDirectories/tests/EnumerateDirNames10000rspgood.xml 
4728              %attr(-,root,root) %PEGASUS_SAMPLES_DEST_PATH/Providers/CMPI/FilesAndDirectories/tests/EnumerateDirNames10000.xml 
4729 w.otsuka 1.1 %attr(-,root,root) %PEGASUS_SAMPLES_DEST_PATH/Providers/CMPI/FilesAndDirectories/tests/GetDirInstance10002rspgood.xml 
4730              %attr(-,root,root) %PEGASUS_SAMPLES_DEST_PATH/Providers/CMPI/FilesAndDirectories/tests/GetDirInstance10002.xml 
4731              %attr(-,root,root) %PEGASUS_SAMPLES_DEST_PATH/Providers/CMPI/FilesAndDirectories/tests/Makefile 
4732              %attr(-,root,root) %PEGASUS_SAMPLES_DEST_PATH/Providers/CMPI/FilesAndDirectories/tests/PlainFileMethodCall11001rspgood.xml 
4733              %attr(-,root,root) %PEGASUS_SAMPLES_DEST_PATH/Providers/CMPI/FilesAndDirectories/tests/PlainFileMethodCall11001.xml 
4734              %attr(-,root,root) %PEGASUS_SAMPLES_DEST_PATH/Providers/CMPI/FilesAndDirectories/tests/ReferenceDirNames12002rspgood.xml 
4735              %attr(-,root,root) %PEGASUS_SAMPLES_DEST_PATH/Providers/CMPI/FilesAndDirectories/tests/ReferenceDirNames12002.xml 
4736              %attr(-,root,root) %PEGASUS_SAMPLES_DEST_PATH/Providers/Load/Makefile
4737              %attr(-,root,root) %PEGASUS_SAMPLES_DEST_PATH/Providers/Load/CWS_FilesAndDir.mof
4738              %attr(-,root,root) %PEGASUS_SAMPLES_DEST_PATH/Providers/Load/CWS_FilesAndDirR.mof
4739              %attr(-,root,root) %PEGASUS_SAMPLES_DEST_PATH/Providers/Load/InstanceProviderR.mof
4740              %attr(-,root,root) %PEGASUS_SAMPLES_DEST_PATH/Providers/Load/MethodProviderR.mof
4741              %attr(-,root,root) %PEGASUS_SAMPLES_DEST_PATH/Providers/Load/SampleProviderSchema.mof

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2