diff options
Diffstat (limited to 'net-mgmt/ndpmon/files/patch-plugins_mac__resolv_make-manuf')
-rw-r--r-- | net-mgmt/ndpmon/files/patch-plugins_mac__resolv_make-manuf | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/net-mgmt/ndpmon/files/patch-plugins_mac__resolv_make-manuf b/net-mgmt/ndpmon/files/patch-plugins_mac__resolv_make-manuf new file mode 100644 index 000000000000..8e969bab3c92 --- /dev/null +++ b/net-mgmt/ndpmon/files/patch-plugins_mac__resolv_make-manuf @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- plugins/mac_resolv/make-manuf.orig ++++ plugins/mac_resolv/make-manuf +@@ -27,7 +27,7 @@ + $outfile = "manuf"; + $inheader = 1; + $ieee_url = "http://standards.ieee.org/regauth/oui/oui_public.txt"; +-$cb_url = "http://www.cavebear.com/CaveBear/Ethernet/Ethernet.txt"; ++$cb_url = "http://www.cavebear.com/archive/cavebear/Ethernet/Ethernet.txt"; + %oui_list = (); + $hp = "[0-9a-fA-F]{2}"; + $oui_re = "$hp:$hp:$hp";
\ No newline at end of file |