Skip to content

Commit 9ae553a

Browse files
committed
Add OpenBSD to a list of supported OSes
1 parent 30ee330 commit 9ae553a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/graylog2/syslog4j/util/OSDetectUtility.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public final class OSDetectUtility {
2424
"FreeBSD",
2525
"Irix",
2626
"Digital Unix",
27-
"FreeBSD",
27+
"OpenBSD",
2828
"OSF1",
2929
"OpenVMS"
3030
};

0 commit comments

Comments
 (0)