]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
Tue Nov 15 22:04:23 GMT 2011 Brian Warner <warner@lothar.com>
authorDaira Hopwood <daira@jacaranda.org>
Thu, 5 Sep 2013 18:07:03 +0000 (19:07 +0100)
committerDaira Hopwood <daira@jacaranda.org>
Thu, 5 Sep 2013 18:07:03 +0000 (19:07 +0100)
  * iputil: handle openbsd5 (just like openbsd4)

  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",