From: timeless%mozdev.org <> Date: Thu, 11 Sep 2003 10:54:10 +0000 (+0000) Subject: Bug 169354 add "Windows Server 2003" OS X-Git-Tag: bugzilla-2.17.5~63 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3be2a68a74e616e971b0002d54642cca1796cf3b;p=thirdparty%2Fbugzilla.git Bug 169354 add "Windows Server 2003" OS r=gerv a=justdave --- diff --git a/checksetup.pl b/checksetup.pl index 4f7985d9ae..289f963b03 100755 --- a/checksetup.pl +++ b/checksetup.pl @@ -631,6 +631,7 @@ LocalVar('opsys', ' "Windows 2000", "Windows NT", "Windows XP", + "Windows Server 2003", "Mac System 7", "Mac System 7.5", "Mac System 7.6.1", diff --git a/enter_bug.cgi b/enter_bug.cgi index 6a859264b4..1dd8aa96cb 100755 --- a/enter_bug.cgi +++ b/enter_bug.cgi @@ -180,6 +180,7 @@ sub pickos { /\(.*QNX.*\)/ && do {return "Neutrino";}; /\(.*VMS.*\)/ && do {return "OpenVMS";}; /\(.*Windows XP.*\)/ && do {return "Windows XP";}; + /\(.*Windows NT 5\.2.*\)/ && do {return "Windows Server 2003";}; /\(.*Windows NT 5\.1.*\)/ && do {return "Windows XP";}; /\(.*Windows 2000.*\)/ && do {return "Windows 2000";}; /\(.*Windows NT 5.*\)/ && do {return "Windows 2000";};