(file) Return to configure CVS log (file) (dir) Up to [Pegasus] / pegasus

Diff for /pegasus/configure between version 1.1.2.5 and 1.2

version 1.1.2.5, 2014/08/13 14:15:53 version 1.2, 2014/04/23 21:15:41
Line 358 
Line 358 
   fi   fi
  
   if [ ! -f "$with_ssl/$libbase/libssl.so" ]; then   if [ ! -f "$with_ssl/$libbase/libssl.so" ]; then
     echo "$0: missing dependency: \$with_ssl/$libbase/libssl.so"      echo "$0: missing dependency: \$with_ssl/$libbase/libss.so"
     missing=1     missing=1
   fi   fi
  
Line 722 
Line 722 
 if [ "$pamYes" = "1" ]; then if [ "$pamYes" = "1" ]; then
     echo "pam: Yes = $withpam/$pamcmd"     echo "pam: Yes = $withpam/$pamcmd"
     with_pam=${withpam%/*}     with_pam=${withpam%/*}
     if [ "$with_pam" = "" ]; then      if [ $with_pam = "" ]; then
        with_pam=/        with_pam=/
     fi     fi
 else else
Line 740 
Line 740 
       exit 1       exit 1
   else   else
       enable_pam=1       enable_pam=1
   
   fi   fi
  
 fi fi
Line 833 
Line 834 
 fi fi
 if [ "$enable_pam" = "1" ]; then if [ "$enable_pam" = "1" ]; then
   echo "export PEGASUS_PAM_AUTHENTICATION=true" >> $options   echo "export PEGASUS_PAM_AUTHENTICATION=true" >> $options
   echo "export PEGASUS_USE_PAM_STANDALONE_PROC=false" >> $options    echo "export PEGASUS_USE_PAM_STANDALONE_PROC=true" >> $options
    \cp -f $PEGASUS_ROOT/rpm/wbem /etc/pam.d    \cp -f $PEGASUS_ROOT/rpm/wbem /etc/pam.d
    chmod 0644 /etc/pam.d/wbem    chmod 0644 /etc/pam.d/wbem
 fi fi


Legend:
Removed from v.1.1.2.5  
changed lines
  Added in v.1.2

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2