From: justdave%syndicomm.com <> Date: Fri, 6 Sep 2002 10:19:02 +0000 (+0000) Subject: Adds Mac OS X 10.1 and 10.2 to the OS list on new installations. Existing installati... X-Git-Tag: bugzilla-2.17.1~149 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b60223f9f7c9fe517d7276486335ebf182ea8804;p=thirdparty%2Fbugzilla.git 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 --- diff --git a/checksetup.pl b/checksetup.pl index 050d300eb1..61ba9cf563 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",