From vs@theater.dyndns.org  Tue Jan  1 12:47:39 2002
Return-Path: <vs@theater.dyndns.org>
Received: from mailout09.sul.t-online.com (mailout09.sul.t-online.com [194.25.134.84])
	by hub.freebsd.org (Postfix) with ESMTP id 4CC8B37B41F
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  1 Jan 2002 12:47:38 -0800 (PST)
Received: from fwd05.sul.t-online.de 
	by mailout09.sul.t-online.de with smtp 
	id 16LVou-0006ju-00; Tue, 01 Jan 2002 21:47:36 +0100
Received: from theater.dyndns.org (320068889749-0001@[62.226.2.114]) by fmrl05.sul.t-online.com
	with esmtp id 16LVor-0bnwsyC; Tue, 1 Jan 2002 21:47:33 +0100
Received: (from vs@localhost)
	by theater.dyndns.org (8.11.6/8.11.6) id g01KlfT17144;
	Tue, 1 Jan 2002 21:47:41 +0100 (CET)
	(envelope-from vs)
Message-Id: <200201012047.g01KlfT17144@theater.dyndns.org>
Date: Tue, 1 Jan 2002 21:47:41 +0100 (CET)
From: Volker Stolz <vs@foldr.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [PATCH] typo in ipf.c
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         33448
>Category:       bin
>Synopsis:       [PATCH] typo in ipf.c
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    darrenr
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan 01 12:50:01 PST 2002
>Closed-Date:    Sat Apr 27 12:58:45 PDT 2002
>Last-Modified:  Sat Apr 27 12:58:45 PDT 2002
>Originator:     Volker Stolz
>Release:        FreeBSD 4.4-STABLE i386
>Organization:
Lehrstuhl fr Informatik II
>Environment:
System: FreeBSD erde.ikea.net 4.4-STABLE FreeBSD 4.4-STABLE #1: Sun Dec 16 11:48:31 CET 2001 root@monster.ikea.net:/usr/src/sys/compile/GATE i386


	
>Description:
Simple typo in src/contrib/ipfilter/ipf.c
>How-To-Repeat:
Depending on your settings in rc.conf, you will see the typo appear on startup.
>Fix:
--- ipf.c.orig	Sun Dec 30 18:56:04 2001
+++ ipf.c	Sun Dec 30 18:56:18 2001
@@ -226,7 +226,7 @@
 		if (ioctl(fd, SIOCFRENB, &enable) == -1) {
 			if (errno == EBUSY)
 				fprintf(stderr,
-					"IP FIlter: already initialized\n");
+					"IP Filter: already initialized\n");
 			else
 				perror("SIOCFRENB");
 		}
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-bugs->darrenr 
Responsible-Changed-By: cjc 
Responsible-Changed-When: Tue Jan 1 13:50:54 PST 2002 
Responsible-Changed-Why:  
Over to IPFilter author/maintainer. 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=33448 

From: Darren Reed <darrenr@reed.wattle.id.au>
To: vs@foldr.org
Cc: bug-followup@freebsd.org
Subject: Re: bin/33448 [PATCH] typo in ipf.c
Date: Thu, 11 Apr 2002 21:23:04 +1000

 will be fixed in the next import
State-Changed-From-To: open->closed 
State-Changed-By: darrenr 
State-Changed-When: Sat Apr 27 12:58:30 PDT 2002 
State-Changed-Why:  
fixed in -current and -stable 

http://www.freebsd.org/cgi/query-pr.cgi?pr=33448 
>Unformatted:
