diff options
author | zach%zachlipton.com <> | 2003-07-10 23:53:46 +0200 |
---|---|---|
committer | zach%zachlipton.com <> | 2003-07-10 23:53:46 +0200 |
commit | c17a377990c3869c33b71422b28b4a0aca1adc63 (patch) | |
tree | 4302bac1706b56c14b0bae92a920326e2ba4b2ef | |
parent | 4066287fb35f558240bd8ccdd90b10ab75212413 (diff) | |
download | bugzilla-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
-rwxr-xr-x | checksetup.pl | 2 |
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", |