]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
Basically just a trivial platform detection patch for NetBSD.
authormidnightmagic <midnightmagic@example.com>
Wed, 17 Jun 2009 23:36:47 +0000 (16:36 -0700)
committermidnightmagic <midnightmagic@example.com>
Wed, 17 Jun 2009 23:36:47 +0000 (16:36 -0700)
src/allmydata/util/iputil.py

index 43e73508479559188b6333cff8bcc404f7bc6f8a..d3b6817a25bdd5660690edc70dfc4bfd6b9a6f62 100644 (file)
@@ -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",
     }