Changeset 4883

Show
Ignore:
Timestamp:
08/30/07 09:12:59 (1 year ago)
Author:
morris
Message:

exit 1 everywhere

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trackerd/trunk/trackerd/trackerdctl.in

    r4882 r4883  
    5252        if [ $RUNNING -eq 0 ]; then 
    5353                echo "$PROG: $CMD: trackerd is not running" 
    54                 exit 
     54                exit 1 
    5555        fi 
    5656} 
     
    6262                if [ $RUNNING -eq 1 ]; then 
    6363                        echo "$PROG: $CMD: trackerd (pid $PID) already running" 
    64                         exit 
    65                 fi 
    66  
    67                 if [ ! -f $CERTIFICATE ]; then 
     64                        exit 1 
     65                fi 
     66 
     67                if [ ! -f CERTIFICATE ]; then 
    6868                        $0 certificate 
    6969                fi 
     
    8383                else 
    8484                        echo "$PROG: $CMD: trackerd could not be stopped" 
    85                         exit 
     85                        exit 1 
    8686                fi 
    8787                ;; 
     
    9595                        else 
    9696                                echo "$PROG: $CMD: trackerd could not be stopped" 
    97                                 exit 
     97                                exit 1 
    9898                        fi 
    9999                fi