Merge pull request #27 from rgolubtsov/syslog4j-openbsd-compliant

Add OpenBSD to a list of supported OSes
This commit is contained in:
Marco Pfatschbacher 2019-03-27 10:01:35 +01:00 committed by GitHub
commit 374bc20d77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,7 @@ public final class OSDetectUtility {
"FreeBSD", "FreeBSD",
"Irix", "Irix",
"Digital Unix", "Digital Unix",
"FreeBSD", "OpenBSD",
"OSF1", "OSF1",
"OpenVMS" "OpenVMS"
}; };