Changeset 5886

Show
Ignore:
Timestamp:
03/26/11 15:36:12 (2 years ago)
Author:
luis
Message:

(Network Scanner) - fixing error in umit.exe pack, now it includes also gio. further info checkout PyGTK and Py2Exe FAQ at py2exe website

Location:
network-scanner/trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • network-scanner/trunk/install_scripts/windows/py2exe_setup.py

    r5632 r5886  
    7878            "packages": "encodings", 
    7979            "includes": [ 
    80                 'pango', 'atk', 'gobject', 'pickle', 'bz2', 
     80                'pango', 'atk', 'gobject', 'pickle', 'bz2', 'gio', 
    8181                'encodings', 'encodings.*', 'cairo', 'pangocairo'], 
    8282            # Ignore psyco if it is not installed 
  • network-scanner/trunk/share/umit/config/umit.conf

    r5632 r5886  
    66highlight = [65535, 65535, 65535] 
    77underline = 0 
     8 
     9[database] 
     10umit_decay = 60 
     11inventory_decay = 0 
    812 
    913[date_highlight] 
     
    4246 
    4347[hostname_highlight] 
    44 regex =  (\w{2,}://)?(([a-zA-Z0-9]|-)+\.)+([a-zA-Z]{2,}|com|org|net|gov|mil|biz|info|mobi|name|aero|jobs|museum)([\w\d#/])* 
     48regex = (\w{2,}://)?(([a-zA-Z0-9]|-)+\.)+([a-zA-Z]{2,}|com|org|net|gov|mil|biz|info|mobi|name|aero|jobs|museum)([\w\d#/])* 
    4549bold = 1 
    4650text = [0, 111, 65535] 
     
    4852highlight = [65535, 65535, 65535] 
    4953underline = 1 
     54 
     55[inventory] 
     56tips = True 
     57tabs_close_btn = True 
    5058 
    5159[ip_highlight] 
     
    7179nmap_command_path = nmap 
    7280 
     81[plugins] 
     82paths = /Volumes/Extend/Umit/svn/network-scanner/trunk/share/umit/config/plugins 
     83plugins =  
     84 
    7385[port_list_highlight] 
    7486regex = PORT\s+STATE\s+SERVICE(\s+VERSION)?\s.* 
     
    8092 
    8193[search] 
    82 search_db = 1 
     94save_time = 60;days 
    8395file_extension = usr 
    8496store_results = 1 
    8597directory =  
    86 save_time = 60;days 
     98search_db = 1 
    8799 
    88 [database] 
    89 umit_decay = 60 
    90 inventory_decay = 0 
    91  
    92 [inventory] 
    93 tips = True 
    94 tabs_close_btn = True