]> git.pld-linux.org Git - packages/ruby-ohai.git/blame - platform-pld.patch
make net-dhcp module optional
[packages/ruby-ohai.git] / platform-pld.patch
CommitLineData
6f310904
ER
1somewhy fallback [1] no longer works
2set 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-7.4.0/lib/ohai/plugins/linux/platform.rb~ 2014-09-06 07:18:08.000000000 +0300
7+++ ohai-7.4.0/lib/ohai/plugins/linux/platform.rb 2014-11-14 14:04:37.000000000 +0200
8@@ -121,6 +121,8 @@
9 platform_family "arch"
10 when /exherbo/
11 platform_family "exherbo"
12+ when /pld/
13+ platform_family "pld"
14 end
15 end
16 end
This page took 0.057785 seconds and 4 git commands to generate.