summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortimeless%mozdev.org <>2003-09-11 12:54:10 +0200
committertimeless%mozdev.org <>2003-09-11 12:54:10 +0200
commit3be2a68a74e616e971b0002d54642cca1796cf3b (patch)
treebe8aab0d83c5e4c8b477e1248513c6c9bae7f779
parente46e235f2885dfaddb79d123251cfb151922a182 (diff)
downloadbugzilla-3be2a68a74e616e971b0002d54642cca1796cf3b.tar.gz
bugzilla-3be2a68a74e616e971b0002d54642cca1796cf3b.tar.xz
Bug 169354 add "Windows Server 2003" OS
r=gerv a=justdave
-rwxr-xr-xchecksetup.pl1
-rwxr-xr-xenter_bug.cgi1
2 files changed, 2 insertions, 0 deletions
diff --git a/checksetup.pl b/checksetup.pl
index 4f7985d9a..289f963b0 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 6a859264b..1dd8aa96c 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";};