diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2017-12-07 06:30:41 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2017-12-07 06:30:41 +0000 |
commit | 5c05dbc61ab4e4789241efe4265c2ef4a9c095d6 (patch) | |
tree | 15f020a06eca45177c849bcacef9b3ec034c011c /net-mgmt/arpwatch | |
parent | 3d26172d24da44927be14277dd4f652fdd593139 (diff) |
Notes
Diffstat (limited to 'net-mgmt/arpwatch')
-rw-r--r-- | net-mgmt/arpwatch/files/pkg-message.in | 2 |
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 |