Bug 59181 - [PATCH] net/arpwatch ethercode typo
Summary: [PATCH] net/arpwatch ethercode typo
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Kirill Ponomarev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-11-11 16:10 UTC by Matthew George
Modified: 2003-11-11 19:22 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Matthew George 2003-11-11 16:10:01 UTC
	typographical error, used in alert output

Fix: 

-- 
Matthew George
SecureWorks Technical Operations--pQAddjyLULbpX6IpEzWVdZ77EcJoBWkNRKfc4Acn549vwXvH
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

--- patch-af.orig	Thu Sep 14 06:25:34 2000
+++ patch-af	Tue Nov 11 11:00:20 2003
@@ -1,6 +1,15 @@
---- ethercodes.dat.orig	Tue Mar 21 02:37:05 2000
-+++ ethercodes.dat	Thu Sep 14 11:18:09 2000
-@@ -897,3 +897,5 @@
+--- ethercodes.dat.orig	Thu May  3 21:59:10 2001
++++ ethercodes.dat	Tue Nov 11 10:59:56 2003
+@@ -4419,7 +4419,7 @@
+ 0:d0:b4	KATSUJIMA CO., LTD.
+ 0:d0:b5	DOTCOM
+ 0:d0:b6	CRESCENT NETWORKS, INC.
+-0:d0:b7	INTEL CORPOTATION
++0:d0:b7	INTEL CORPORATION
+ 0:d0:b8	IOMEGA CORP.
+ 0:d0:b9	MICROTEK INTERNATIONAL, INC.
+ 0:d0:ba	CISCO SYSTEMS, INC.
+@@ -4964,3 +4964,5 @@
  c0:0:0	Western Digital (may be reversed 00 00 C0?)
  e2:c:f	Kingston Technologies
  ec:10:0	Enance Source Co., Ltd.	PC clones(?)
How-To-Repeat: 	grep CORPOTATION ethercodes.dat
Comment 1 Kirill Ponomarev freebsd_committer freebsd_triage 2003-11-11 16:25:40 UTC
Responsible Changed
From-To: freebsd-ports-bugs->krion

It's for me
Comment 2 Kirill Ponomarev freebsd_committer freebsd_triage 2003-11-11 19:22:37 UTC
State Changed
From-To: open->closed

Committed, thanks!