lib/ohai/plugins/dragonflybsd/network.rb in ohai-8.24.0 vs lib/ohai/plugins/dragonflybsd/network.rb in ohai-8.24.1
- old
+ new
@@ -37,10 +37,10 @@
end
end
end
iface = Mash.new
- so = shell_out("#{ Ohai.abs_path( "/sbin/ifconfig" )} -a")
+ so = shell_out("#{Ohai.abs_path( "/sbin/ifconfig" )} -a")
cint = nil
so.stdout.lines do |line|
if line =~ /^([0-9a-zA-Z\.]+):\s+/
cint = $1
iface[cint] = Mash.new