ports/sysutils/ruby-facter/patches/patch-lib_facter_config_rb

18 lines
332 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Add Support for OpenBSD
Index: lib/facter/config.rb
--- lib/facter/config.rb.orig
+++ lib/facter/config.rb
@@ -44,8 +44,9 @@ module Facter
]
},
{
- 'Bsd' => [
- 'Freebsd'
+ 'Bsd' => %w[
+ Freebsd
+ Openbsd
]
},
'Solaris',