summaryrefslogtreecommitdiffstats
path: root/checksetup.pl
diff options
context:
space:
mode:
authorjustdave%syndicomm.com <>2002-09-06 12:19:02 +0200
committerjustdave%syndicomm.com <>2002-09-06 12:19:02 +0200
commitb60223f9f7c9fe517d7276486335ebf182ea8804 (patch)
tree4864ef850bb5b1ba8e4ebdc2d9f1b2857c7e4d57 /checksetup.pl
parent02ce78bfc701dfaea5c8ba94927d6496d7f8f727 (diff)
downloadbugzilla-b60223f9f7c9fe517d7276486335ebf182ea8804.tar.gz
bugzilla-b60223f9f7c9fe517d7276486335ebf182ea8804.tar.xz
Adds Mac OS X 10.1 and 10.2 to the OS list on new installations. Existing installations will need to add these manually in
localconfig. Also corrects spelling from "MacOS X" to "Mac OS X" per Apple's encouraged usage. r= caillon
Diffstat (limited to 'checksetup.pl')
-rwxr-xr-xchecksetup.pl4
1 files changed, 3 insertions, 1 deletions
diff --git a/checksetup.pl b/checksetup.pl
index 050d300eb..61ba9cf56 100755
--- a/checksetup.pl
+++ b/checksetup.pl
@@ -512,7 +512,9 @@ LocalVar('opsys', '
"Mac System 8.5",
"Mac System 8.6",
"Mac System 9.x",
- "MacOS X",
+ "Mac OS X 10.0",
+ "Mac OS X 10.1",
+ "Mac OS X 10.2",
"Linux",
"BSDI",
"FreeBSD",