/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

  • Committer: Teddy Hogeborn
  • Date: 2008-08-09 04:56:00 UTC
  • mfrom: (24.1.27 mandos)
  • Revision ID: teddy@fukt.bsnet.se-20080809045600-m7jx3tj4wwunaffa
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"
65
64
 
66
65
logger = logging.Logger('mandos')
67
66
syslogger = logging.handlers.SysLogHandler\
654
653
    global main_loop_started
655
654
    main_loop_started = False
656
655
    
657
 
    parser = OptionParser(version = "Mandos server %s" % version)
 
656
    parser = OptionParser()
658
657
    parser.add_option("-i", "--interface", type="string",
659
658
                      metavar="IF", help="Bind to interface IF")
660
659
    parser.add_option("-a", "--address", type="string",