mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-13 13:53:07 +00:00
iputil: added "openbsd3" => "bsd" and "openbsd4" => "bsd" per tdelaet's report; should fix ticket #768
This commit is contained in:
parent
0d8b1e29fa
commit
b76ca4549a
@ -154,6 +154,8 @@ _platform_map = {
|
||||
"irix6-n64": "irix",
|
||||
"irix6": "irix",
|
||||
"openbsd2": "bsd",
|
||||
"openbsd3": "bsd",
|
||||
"openbsd4": "bsd",
|
||||
"darwin": "bsd", # Mac OS X
|
||||
"freebsd4": "bsd",
|
||||
"freebsd5": "bsd",
|
||||
|
Loading…
x
Reference in New Issue
Block a user