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

Diff for /pegasus/rpm/commands-tog-pegasus.rc between version 1.8 and 1.8.2.1

version 1.8, 2010/05/11 12:19:25 version 1.8.2.1, 2011/10/11 18:17:56
Line 35 
Line 35 
  
 [ -e /etc/sysconfig/${PEGASUS_FLAVOR}-pegasus ] && . /etc/sysconfig/${PEGASUS_FLAVOR}-pegasus; [ -e /etc/sysconfig/${PEGASUS_FLAVOR}-pegasus ] && . /etc/sysconfig/${PEGASUS_FLAVOR}-pegasus;
  
   if [ -e /lib/lsb/init-functions ]; then
 . /lib/lsb/init-functions . /lib/lsb/init-functions
   else
       . /etc/init.d/functions
       log_success_msg() {
           echo -n $*
           success "$*"
           echo
       }
       log_failure_msg() {
           echo -n $*
           failure "$*"
           echo
       }
   fi
   
 RETVAL=0 RETVAL=0
  
 case "$1" in case "$1" in


Legend:
Removed from v.1.8  
changed lines
  Added in v.1.8.2.1

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2