diff options
author | pi <pi@FreeBSD.org> | 2017-12-07 14:30:41 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2017-12-07 14:30:41 +0800 |
commit | 7625c1632c79cfc12c7bb87e3bb78dafcc921196 (patch) | |
tree | 15f020a06eca45177c849bcacef9b3ec034c011c /net-mgmt | |
parent | ca3c7bf4c37fbb821043f4155efb2bf05a01f3a5 (diff) | |
download | freebsd-ports-gnome-7625c1632c79cfc12c7bb87e3bb78dafcc921196.tar.gz freebsd-ports-gnome-7625c1632c79cfc12c7bb87e3bb78dafcc921196.tar.zst freebsd-ports-gnome-7625c1632c79cfc12c7bb87e3bb78dafcc921196.zip |
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
Diffstat (limited to 'net-mgmt')
-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 |