mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-02 11:09:29 +00:00
- Fix pkg-message: fetch arguments come before urls
This commit is contained in:
parent
ec50876fbd
commit
87294f0f15
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=345195
@ -3,7 +3,7 @@
|
||||
You can update the ethercodes.dat file executing the following steps
|
||||
|
||||
cd %%PREFIX%%/arpwatch
|
||||
fetch http://standards.ieee.org/regauth/oui/oui.txt -o- | cut -b 3- > oui.txt
|
||||
fetch -o- http://standards.ieee.org/regauth/oui/oui.txt | cut -b 3- > oui.txt
|
||||
./massagevendor oui.txt > ethercodes.dat
|
||||
rm oui.txt
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user