Date: Thu, 20 Feb 2014 09:33:21 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r345195 - head/net-mgmt/arpwatch/files Message-ID: <201402200933.s1K9XLx5071172@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Thu Feb 20 09:33:20 2014 New Revision: 345195 URL: http://svnweb.freebsd.org/changeset/ports/345195 QAT: https://qat.redports.org/buildarchive/r345195/ Log: - Fix pkg-message: fetch arguments come before urls Modified: head/net-mgmt/arpwatch/files/pkg-message.in Modified: head/net-mgmt/arpwatch/files/pkg-message.in ============================================================================== --- head/net-mgmt/arpwatch/files/pkg-message.in Thu Feb 20 08:46:05 2014 (r345194) +++ head/net-mgmt/arpwatch/files/pkg-message.in Thu Feb 20 09:33:20 2014 (r345195) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402200933.s1K9XLx5071172>