From e84502969017e54916cdc5e0d97884c5a36e55c1 Mon Sep 17 00:00:00 2001 From: Stephen Gran Date: Tue, 21 Sep 2010 21:33:37 +0100 Subject: [PATCH] stab two Signed-off-by: Stephen Gran --- facts/ipaddresses.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/facts/ipaddresses.rb b/facts/ipaddresses.rb index 01e20123d..0dd13fd32 100644 --- a/facts/ipaddresses.rb +++ b/facts/ipaddresses.rb @@ -20,7 +20,7 @@ Facter.add("v4ips") do end Facter.add("v4ips") do - confine :kernel => %w{FreeBSD} + confine :kernel => %w{GNU/kFreeBSD} setcode do addrs = [] output = %x{/sbin/ifconfig} -- 2.20.1