From: Brian Warner <warner@lothar.com>
Date: Tue, 15 Nov 2011 19:29:44 +0000 (-0800)
Subject: iputil: handle openbsd5 (just like openbsd4)
X-Git-Url: https://git.rkrishnan.org/Site/Content/Exhibitors/banana.xhtml?a=commitdiff_plain;h=1b84612fdf6623885ad4999fa245f9c87ccb53f6;p=tahoe-lafs%2Ftahoe-lafs.git

iputil: handle openbsd5 (just like openbsd4)

Patch by 'sickness'. Closes #1584
---

diff --git a/src/allmydata/util/iputil.py b/src/allmydata/util/iputil.py
index 260bfcdb..85b3b1d3 100644
--- a/src/allmydata/util/iputil.py
+++ b/src/allmydata/util/iputil.py
@@ -147,6 +147,7 @@ _platform_map = {
     "openbsd2": "bsd",
     "openbsd3": "bsd",
     "openbsd4": "bsd",
+    "openbsd5": "bsd",
     "darwin": "bsd",       # Mac OS X
     "freebsd4": "bsd",
     "freebsd5": "bsd",