/mandos/trunk

To get this branch, use:
bzr branch http://bzr.recompile.se/loggerhead/mandos/trunk

« back to all changes in this revision

Viewing changes to mandos

merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
61
61
from dbus.mainloop.glib import DBusGMainLoop
62
62
import ctypes
63
63
 
 
64
version = "1.0"
64
65
 
65
66
logger = logging.Logger('mandos')
66
67
syslogger = logging.handlers.SysLogHandler\
653
654
    global main_loop_started
654
655
    main_loop_started = False
655
656
    
656
 
    parser = OptionParser()
 
657
    parser = OptionParser(version = "Mandos server %s" % version)
657
658
    parser.add_option("-i", "--interface", type="string",
658
659
                      metavar="IF", help="Bind to interface IF")
659
660
    parser.add_option("-a", "--address", type="string",