]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
iputil: handle openbsd5 (just like openbsd4)
authorBrian Warner <warner@lothar.com>
Tue, 15 Nov 2011 19:29:44 +0000 (11:29 -0800)
committerBrian Warner <warner@lothar.com>
Tue, 15 Nov 2011 22:04:23 +0000 (14:04 -0800)
Patch by 'sickness'. Closes #1584

src/allmydata/util/iputil.py

index 260bfcdbcf710c9780cc947ec15764743282fd84..85b3b1d3339ab5815feb45bcd12e4f52d0921ed1 100644 (file)
@@ -147,6 +147,7 @@ _platform_map = {
     "openbsd2": "bsd",
     "openbsd3": "bsd",
     "openbsd4": "bsd",
+    "openbsd5": "bsd",
     "darwin": "bsd",       # Mac OS X
     "freebsd4": "bsd",
     "freebsd5": "bsd",