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
This commit is contained in:
Kurt Jaeger 2017-12-07 06:30:41 +00:00
parent 3d26172d24
commit 5c05dbc61a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=455694

View file

@ -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