From: zach%zachlipton.com <> Date: Thu, 10 Jul 2003 21:53:46 +0000 (+0000) Subject: Fix for bug 185066: The OS "BSDI" should be "BSD/OS"... Patch changes the X-Git-Tag: bugzilla-2.17.5~113 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c17a377990c3869c33b71422b28b4a0aca1adc63;p=thirdparty%2Fbugzilla.git Fix for bug 185066: The OS "BSDI" should be "BSD/OS"... Patch changes the default in localconfig; admins will have to change existing installations manually. r+a=justdave --- diff --git a/checksetup.pl b/checksetup.pl index bec389a716..ee945653b2 100755 --- a/checksetup.pl +++ b/checksetup.pl @@ -554,7 +554,7 @@ LocalVar('opsys', ' "Mac OS X 10.1", "Mac OS X 10.2", "Linux", - "BSDI", + "BSD/OS", "FreeBSD", "NetBSD", "OpenBSD",