From c17a377990c3869c33b71422b28b4a0aca1adc63 Mon Sep 17 00:00:00 2001 From: "zach%zachlipton.com" <> Date: Thu, 10 Jul 2003 21:53:46 +0000 Subject: 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 --- checksetup.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'checksetup.pl') diff --git a/checksetup.pl b/checksetup.pl index bec389a71..ee945653b 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", -- cgit v1.2.3-24-g4f1b