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:
f573bb2
)
Basically just a trivial platform detection patch for NetBSD.
author
midnightmagic
<midnightmagic@example.com>
Wed, 17 Jun 2009 23:36:47 +0000
(16:36 -0700)
committer
midnightmagic
<midnightmagic@example.com>
Wed, 17 Jun 2009 23:36:47 +0000
(16:36 -0700)
src/allmydata/util/iputil.py
patch
|
blob
|
history
diff --git
a/src/allmydata/util/iputil.py
b/src/allmydata/util/iputil.py
index 43e73508479559188b6333cff8bcc404f7bc6f8a..d3b6817a25bdd5660690edc70dfc4bfd6b9a6f62 100644
(file)
--- a/
src/allmydata/util/iputil.py
+++ b/
src/allmydata/util/iputil.py
@@
-159,6
+159,11
@@
_platform_map = {
"freebsd5": "bsd",
"freebsd6": "bsd",
"netbsd1": "bsd",
+ "netbsd2": "bsd",
+ "netbsd3": "bsd",
+ "netbsd4": "bsd",
+ "netbsd5": "bsd",
+ "netbsd6": "bsd",
"sunos5": "sunos",
"cygwin": "cygwin",
}