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:
5a1463d
)
iputil: handle openbsd5 (just like openbsd4)
author
Brian Warner
<warner@lothar.com>
Tue, 15 Nov 2011 19:29:44 +0000
(11:29 -0800)
committer
Brian 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
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",