svn commit: r455694 - head/net-mgmt/arpwatch/files

Kurt Jaeger pi at FreeBSD.org
Thu Dec 7 06:30:42 UTC 2017


Author: pi
Date: Thu Dec  7 06:30:41 2017
New Revision: 455694
URL: https://svnweb.freebsd.org/changeset/ports/455694

Log:
  net-mgmt/arpwatch: fix url to download OUI from in pkg-message
  
  - See
    https://github.com/freebsd/freebsd-ports/pull/74
  
  Submitted by:	https://github.com/hachiman8

Modified:
  head/net-mgmt/arpwatch/files/pkg-message.in

Modified: head/net-mgmt/arpwatch/files/pkg-message.in
==============================================================================
--- head/net-mgmt/arpwatch/files/pkg-message.in	Thu Dec  7 05:51:58 2017	(r455693)
+++ head/net-mgmt/arpwatch/files/pkg-message.in	Thu Dec  7 06:30:41 2017	(r455694)
@@ -3,7 +3,7 @@
 You can update the ethercodes.dat file executing the following steps
 
 cd %%PREFIX%%/arpwatch
-fetch -o- http://standards.ieee.org/regauth/oui/oui.txt | cut -b 3- > oui.txt
+fetch -o- http://standards-oui.ieee.org//oui.txt | tr -d "\15" > oui.txt
 ./massagevendor oui.txt > ethercodes.dat
 rm oui.txt
 


More information about the svn-ports-head mailing list