Update cavebear link.
authorChris Maynard <Christopher.Maynard@GTECH.COM>
Sat, 6 Aug 2011 15:05:08 +0000 (15:05 -0000)
committerChris Maynard <Christopher.Maynard@GTECH.COM>
Sat, 6 Aug 2011 15:05:08 +0000 (15:05 -0000)
svn path=/trunk/; revision=38378

tools/make-manuf

index b31e14e2fd3035495a2093f7ce7e235a828bc863..fe2cb9fdf80b3a6c8a06178ec5d14e1095b8826c 100755 (executable)
@@ -5,7 +5,7 @@
 # Make-manuf - Creates a file containing ethernet OUIs and their
 # company IDs.  It merges the databases at
 # http://standards.ieee.org/regauth/oui/index.shtml and
-# http://www.cavebear.com/CaveBear/Ethernet/
+# http://www.cavebear.com/archive/cavebear/Ethernet/Ethernet.txt
 # with entries in our template file.
 #
 # The script reads the comments at the top of "manuf.tmpl" and writes
@@ -31,7 +31,7 @@ $outfile  = "manuf";
 $inheader = 1;
 $oui_url  = "http://standards.ieee.org/regauth/oui/oui.txt";
 $iab_url  = "http://standards.ieee.org/regauth/oui/iab.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";