aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/arpwatch
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2017-12-07 06:30:41 +0000
committerKurt Jaeger <pi@FreeBSD.org>2017-12-07 06:30:41 +0000
commit5c05dbc61ab4e4789241efe4265c2ef4a9c095d6 (patch)
tree15f020a06eca45177c849bcacef9b3ec034c011c /net-mgmt/arpwatch
parent3d26172d24da44927be14277dd4f652fdd593139 (diff)
Notes
Diffstat (limited to 'net-mgmt/arpwatch')
-rw-r--r--net-mgmt/arpwatch/files/pkg-message.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/arpwatch/files/pkg-message.in b/net-mgmt/arpwatch/files/pkg-message.in
index 893962b88366..66fd592338ad 100644
--- a/net-mgmt/arpwatch/files/pkg-message.in
+++ b/net-mgmt/arpwatch/files/pkg-message.in
@@ -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