(file) Return to peg_nightly_inova CVS log (file) (dir) Up to [Pegasus] / pegasus_unsupported / scripts / Unix

Diff for /pegasus_unsupported/scripts/Unix/peg_nightly_inova between version 1.3 and 1.4

version 1.3, 2005/12/02 04:47:56 version 1.4, 2006/01/19 20:46:03
Line 228 
Line 228 
 # export PEGASUS_DISABLE_PROV_USERCTXT_PRIVILEGED=true # export PEGASUS_DISABLE_PROV_USERCTXT_PRIVILEGED=true
 # export PEGASUS_DISABLE_PROV_USERCTXT_CIMSERVER=true # export PEGASUS_DISABLE_PROV_USERCTXT_CIMSERVER=true
  
   
 ##################################################### #####################################################
 ## ##
 ## PEGASUS_DEFAULT_OOP_FALSE  ## PEGASUS_DEFAULT_ENABLE_OOP
   ##
   ## set the servers default value for OOP
   ##
   ## When set to true, the Out-of-Process Providers feature is enabled.
   ##     (forceProviderProcesses=false).
   ## When set to false, the Out-of-Process Providers feature is disabled.
   ##     (forceProviderProcesses=true).
   ##
   ## export PEGASUS_DEFAULT_ENABLE_OOP=true
   ## export PEGASUS_DEFAULT_ENABLE_OOP=false
 ## ##
   
   export PEGASUS_DEFAULT_ENABLE_OOP=false
   
   
   #####################################################
   ##
   ##  PEGASUS_DISABLE_PRIVILEGED_TESTS
   ##
   ## turn privaleged test off
   ##
   ## export PEGASUS_DISABLE_PRIVILEGED_TESTS=true
   ##
   
   export PEGASUS_DISABLE_PRIVILEGED_TESTS=true
   
   
   ######################################################
 ## ##
 ## When this variable is set, the Out-of-Process Providers feature  ## PEGASUS_USE_MU_DEPEND
 ## is disabled. (forceProviderProcesses=false).  
 ## ##
 ## export PEGASUS_DEFAULT_OOP_FALSE=true  ## Set linux to use the mu depend.
 ## ##
   ## use this if makedepend is not installed on Linux
 ## ##
   ## export  PEGASUS_USE_MU_DEPEND=true
 ## ##
  
 export PEGASUS_DEFAULT_OOP_FALSE=true  
  
  
  
Line 524 
Line 552 
  
   STATUS_OUT "checkout of $MOD_NAME module started at `$TIME_CMD` "   STATUS_OUT "checkout of $MOD_NAME module started at `$TIME_CMD` "
  
   cvs co -d pegasus $MOD_NAME 1>$cvs_co_out_file 2>&1    cvs -z6 co -d pegasus $MOD_NAME 1>$cvs_co_out_file 2>&1
 fi fi
  
 if [ -d pegasus ] ; then if [ -d pegasus ] ; then


Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2