Opened at 2014-07-06T21:23:59Z
Closed at 2014-07-24T01:20:33Z
#2256 closed defect (fixed)
iputil does not support FreeBSD 10
Reported by: | RedEmerald | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | 1.10.1 |
Component: | code-network | Version: | 1.10.0 |
Keywords: | freebsd iputil | Cc: | |
Launchpad Bug: |
Description
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",
Change History (1)
comment:1 Changed at 2014-07-24T01:20:33Z by daira
- Component changed from code to code-network
- Keywords freebsd iputil added
- Milestone changed from undecided to 1.11.0
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
This is already fixed on trunk (the overspecific OS version detection was stripped out).