Changeset 1304


Ignore:
Timestamp:
Aug 17, 2009, 10:18:29 PM (15 years ago)
Author:
quentin
Message:
Use Python 2.5-compatible kill
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/noc/nagios/scripts-plugins/check_svn

    r1303 r1304  
    5454    for process in processes:
    5555        try:
    56                 process.kill()
     56                os.kill(process.pid, signal.SIGKILL)
    5757        except:
    5858                pass
Note: See TracChangeset for help on using the changeset viewer.