Changeset 608

Show
Ignore:
Timestamp:
04/21/07 08:18:15 (2 years ago)
Author:
sacha
Message:

Removed empty lines

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/hefeweizen_ania.sh

    r511 r608  
    5656CONFIG=/etc/hefeweizen 
    5757CONFIG_FILE=$CONFIG/hefeweizen.conf 
    58  
    5958 
    6059if [ -d $CONFIG -a -f $CONFIG/hefeweizen.conf -a -f $CONFIG/config.sh -a -f $CONFIG/log.sh ]; then 
     
    7675trap "echo 'infor: `date` - $$ - $0: ANIA Received signal INT, exitting ... '; run=false; echo 'dude_exit' > $PIPE_DIR/pipe_to_ania;" INT 
    7776 
    78  
    7977inform ANIA starting with pid $$, parent $PPID 
    8078 
     
    8785export big_ania 
    8886export pipe_reader 
    89  
    90 # -------------------- 
    91 # list of functions 
    92 # -------------------- 
    9387 
    9488startup() 
     
    273267        fi 
    274268    done 
    275      
    276  
    277269 
    278270} 
     
    302294    # cleaning up all tasker monitors and taskers 
    303295    shutdown_taskers 
    304  
    305296 
    306297    # shutdown system monitor 
     
    340331    # then we know we could kill it. 
    341332 
    342  
    343333    (ps --pid $big_ania > /dev/null 2>&1) 
    344334    big_ania_running=$? 
     
    357347        debug big ania not present. not killing big ania 
    358348    fi 
    359  
    360349} 
    361350 
     
    395384        fi 
    396385    fi 
    397  
    398386} 
    399387 
     
    409397    return 0 
    410398} 
    411  
    412  
    413 # --------------------- 
    414 #    start ania 
    415 # --------------------- 
    416399 
    417400startup 
     
    464447my_exit 0 
    465448 
    466 # ---------------------- 
    467 #      end ania 
    468 # ---------------------- 
    469  
    470 #counter_game_start=`date +%s-%N` 
    471 #counter_game_startx=`date` 
    472 #message_to_big_ania "counter game 100" 
    473  
    474  
     449 
     450