From 5bcdbd7ccf1bb6a67cf68a0cc6c9f13da7a24ffd Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Tue, 17 May 2011 12:49:18 -0400 Subject: [PATCH] added dontknow into other_family of OSs --- survey/makestats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/survey/makestats b/survey/makestats index d3bcf90..9890674 100755 --- a/survey/makestats +++ b/survey/makestats @@ -65,7 +65,7 @@ redhat_family = ["rhel", "centos", "fedora", "scilinux"] debian_family = ["debian", "ubuntu", "biolinux"] suse_family = ["suse", "slel"] other_linux_family = ["gentoo", "mandriva", "arch", "slackware", "otherlinux"] -other_family = ["starbsd", "unix", "qnx", "beos", "solaris", "other"] +other_family = ["starbsd", "unix", "qnx", "beos", "solaris", "other", "dontknow"] os_cat_names = { 'win': 'Windows', -- 2.39.5