/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: 2013-10-22 19:44:27 UTC
  • Revision ID: teddy@recompile.se-20131022194427-53aljns3225rf0p7
* mandos-change-keytype: Removed; it was a five-line shell script.

Show diffs side-by-side

added added

removed removed

Lines of Context:
88
88
    except ImportError:
89
89
        SO_BINDTODEVICE = None
90
90
 
91
 
version = "1.6.2"
 
91
version = "1.6.1"
92
92
stored_state_file = "clients.pickle"
93
93
 
94
94
logger = logging.getLogger()
2457
2457
                                        or None))
2458
2458
    if not foreground:
2459
2459
        pidfilename = "/run/mandos.pid"
2460
 
        if not os.path.isdir("/run/."):
2461
 
            pidfilename = "/var/run/mandos.pid"
2462
2460
        pidfile = None
2463
2461
        try:
2464
2462
            pidfile = open(pidfilename, "w")