[tahoe-lafs-trac-stream] [Tahoe-LAFS] #2256: iputil does not support FreeBSD 10
Tahoe-LAFS
trac at tahoe-lafs.org
Sun Jul 6 21:24:00 UTC 2014
#2256: iputil does not support FreeBSD 10
------------------------+---------------------------
Reporter: RedEmerald | Owner:
Type: defect | Status: new
Priority: normal | Milestone: undecided
Component: code | Version: 1.10.0
Keywords: | Launchpad Bug:
------------------------+---------------------------
Super easy fix :D
diff --git a/src/allmydata/util/iputil.py b/src/allmydata/util/iputil.py
index 85b3b1d..a71ddc5 100644
--- a/src/allmydata/util/iputil.py
+++ b/src/allmydata/util/iputil.py
@@ -155,6 +155,7 @@ _platform_map = {
"freebsd7": "bsd",
"freebsd8": "bsd",
"freebsd9": "bsd",
+ "freebsd10": "bsd",
"netbsd1": "bsd",
"netbsd2": "bsd",
"netbsd3": "bsd",
--
Ticket URL: <https://tahoe-lafs.org/trac/tahoe-lafs/ticket/2256>
Tahoe-LAFS <https://Tahoe-LAFS.org>
secure decentralized storage
More information about the tahoe-lafs-trac-stream
mailing list