Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Dec 2017 06:30:41 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r455694 - head/net-mgmt/arpwatch/files
Message-ID:  <201712070630.vB76Uf8m049543@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712070630.vB76Uf8m049543>