]> git.pld-linux.org Git - packages/ruby-ohai.git/blob - platform-pld.patch
- up to 14.2.0
[packages/ruby-ohai.git] / platform-pld.patch
1 somewhy fallback [1] no longer works
2 set one in linux/platform
3
4 [1] https://github.com/opscode/ohai/blob/7.4.0/lib/ohai/plugins/platform.rb#L26
5
6 --- ohai-14.2.0/lib/ohai/plugins/linux/platform.rb~     2018-06-04 21:41:29.000000000 +0200
7 +++ ohai-14.2.0/lib/ohai/plugins/linux/platform.rb      2018-07-16 21:00:42.751122191 +0200
8 @@ -152,6 +152,9 @@
9      when /clearlinux/
10        "clearlinux"
11      end
12 +    when /pld/
13 +      "pld"
14 +    end
15    end
16  
17    collect_data(:linux) do
This page took 0.069983 seconds and 3 git commands to generate.