(file) Return to rebuild CVS log (file) (dir) Up to [Pegasus] / pegasus / test / TestProviders / CIMOMSample

 1 s.soni 1.1 #!/bin/bash
 2            
 3            # If its already built 
 4            # 	- remove it first
 5            # 	- compile it.
 6            # 	- compile the repository from scratch
 7            
 8            make clean
 9            make
10            make repository
11            
12            # Unregister the provider if its already there and then Re-register it
13            
14            make unregister
15            make regprovider
16            
17            # Restart the cimserver (setting the authentication property to be true) for 
18            # reloading the modified repository.
19            
20            #cimserver -s; cimserver enableAuthentication=true
21            cimserver -s; cimserver

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2