projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4fca6c7
)
Tue Nov 15 22:04:23 GMT 2011 Brian Warner <warner@lothar.com>
author
Daira Hopwood
<daira@jacaranda.org>
Thu, 5 Sep 2013 18:07:03 +0000
(19:07 +0100)
committer
Daira 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
patch
|
blob
|
history
diff --git
a/src/allmydata/util/iputil.py
b/src/allmydata/util/iputil.py
index 260bfcdbcf710c9780cc947ec15764743282fd84..85b3b1d3339ab5815feb45bcd12e4f52d0921ed1 100644
(file)
--- 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",