summaryrefslogtreecommitdiffstats
path: root/checksetup.pl
diff options
context:
space:
mode:
authorzach%zachlipton.com <>2003-07-10 23:53:46 +0200
committerzach%zachlipton.com <>2003-07-10 23:53:46 +0200
commitc17a377990c3869c33b71422b28b4a0aca1adc63 (patch)
tree4302bac1706b56c14b0bae92a920326e2ba4b2ef /checksetup.pl
parent4066287fb35f558240bd8ccdd90b10ab75212413 (diff)
downloadbugzilla-c17a377990c3869c33b71422b28b4a0aca1adc63.tar.gz
bugzilla-c17a377990c3869c33b71422b28b4a0aca1adc63.tar.xz
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
Diffstat (limited to 'checksetup.pl')
-rwxr-xr-xchecksetup.pl2
1 files changed, 1 insertions, 1 deletions
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",