]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Adds Mac OS X 10.1 and 10.2 to the OS list on new installations. Existing installati...
authorjustdave%syndicomm.com <>
Fri, 6 Sep 2002 10:19:02 +0000 (10:19 +0000)
committerjustdave%syndicomm.com <>
Fri, 6 Sep 2002 10:19:02 +0000 (10:19 +0000)
localconfig.  Also corrects spelling from "MacOS X" to "Mac OS X" per Apple's encouraged usage.
r= caillon

checksetup.pl

index 050d300eb1e17115d53ccf46c2553f8d8076f5f5..61ba9cf5632da895202bb34e966a0d1707f2c8d0 100755 (executable)
@@ -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",