]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Fix for bug 185066: The OS "BSDI" should be "BSD/OS"... Patch changes the
authorzach%zachlipton.com <>
Thu, 10 Jul 2003 21:53:46 +0000 (21:53 +0000)
committerzach%zachlipton.com <>
Thu, 10 Jul 2003 21:53:46 +0000 (21:53 +0000)
default in localconfig; admins will have to change existing installations
manually.

r+a=justdave

checksetup.pl

index bec389a716a2a3010138e69910126558e075ec87..ee945653b2713c184568cb763f33ea238600f6ec 100755 (executable)
@@ -554,7 +554,7 @@ LocalVar('opsys', '
         "Mac OS X 10.1",
         "Mac OS X 10.2",
         "Linux",
-        "BSDI",
+        "BSD/OS",
         "FreeBSD",
         "NetBSD",
         "OpenBSD",