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

Diff for /pegasus/rpm/tog-pegasus.rc between version 1.5 and 1.6.8.1

version 1.5, 2005/05/12 10:33:55 version 1.6.8.1, 2006/02/10 16:09:06
Line 1 
Line 1 
 #! /bin/sh  #//%2006////////////////////////////////////////////////////////////////////////
 #//%2005////////////////////////////////////////////////////////////////////////  
 #// #//
 #// Copyright (c) 2000, 2001, 2002 BMC Software; Hewlett-Packard Development #// Copyright (c) 2000, 2001, 2002 BMC Software; Hewlett-Packard Development
 #// Company, L.P.; IBM Corp.; The Open Group; Tivoli Systems. #// Company, L.P.; IBM Corp.; The Open Group; Tivoli Systems.
Line 9 
Line 8 
 #// IBM Corp.; EMC Corporation; VERITAS Software Corporation; The Open Group. #// IBM Corp.; EMC Corporation; VERITAS Software Corporation; The Open Group.
 #// Copyright (c) 2005 Hewlett-Packard Development Company, L.P.; IBM Corp.; #// Copyright (c) 2005 Hewlett-Packard Development Company, L.P.; IBM Corp.;
 #// EMC Corporation; VERITAS Software Corporation; The Open Group. #// EMC Corporation; VERITAS Software Corporation; The Open Group.
   #// Copyright (c) 2006 Hewlett-Packard Development Company, L.P.; IBM Corp.;
   #// EMC Corporation; Symantec Corporation; The Open Group.
 #// #//
 #// Permission is hereby granted, free of charge, to any person obtaining a copy #// Permission is hereby granted, free of charge, to any person obtaining a copy
 #// of this software and associated documentation files (the "Software"), to #// of this software and associated documentation files (the "Software"), to
Line 27 
Line 28 
 #// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 #// #//
 #//============================================================================== #//==============================================================================
   #! /bin/sh
 #// #//
 #//%///////////////////////////////////////////////////////////////////////////// #//%/////////////////////////////////////////////////////////////////////////////
  
Line 73 
Line 75 
                 echo "CIM server is not running"                 echo "CIM server is not running"
         fi         fi
         ;;         ;;
        condrestart)
           pid=`pidofproc $CIMSERVER_BIN`
           RETVAL=$?
           if [ "$RETVAL" -eq 0 ]; then
               $0 stop && $0 start;
               RETVAL=$?;
           fi;
           ;;
      try-restart)      try-restart)
         $0 stop && $0 start         $0 stop && $0 start
         ;;         ;;


Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6.8.1

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2