From cperon@staff.seccuris.com  Sun Aug 11 02:12:41 2002
Return-Path: <cperon@staff.seccuris.com>
Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 7C8B537B400
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 11 Aug 2002 02:12:41 -0700 (PDT)
Received: from staff.seccuris.com (staff.seccuris.com [204.112.0.40])
	by mx1.FreeBSD.org (Postfix) with SMTP id A9CC543E4A
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 11 Aug 2002 02:12:40 -0700 (PDT)
	(envelope-from cperon@staff.seccuris.com)
Received: (qmail 93712 invoked by uid 1006); 11 Aug 2002 09:37:03 -0000
Message-Id: <20020811093703.93711.qmail@staff.seccuris.com>
Date: 11 Aug 2002 09:37:03 -0000
From: Chris S.J.Peron <maneo@bsdpro.com>
Reply-To: Chris S.J.Peron <maneo@bsdpro.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [PATCH] dual stack support for lukemftpd in inetd.conf
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         41540
>Category:       conf
>Synopsis:       [PATCH] dual stack support for lukemftpd in inetd.conf
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    obrien
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Aug 11 02:20:01 PDT 2002
>Closed-Date:    Tue Nov 12 22:39:31 PST 2002
>Last-Modified:  Tue Nov 12 22:39:31 PST 2002
>Originator:     Chris S.J. Peron
>Release:        FreeBSD 4.6-STABLE i386
>Organization:
none
>Environment:
System: FreeBSD staff.seccuris.com 4.6-STABLE FreeBSD 4.6-STABLE #0: Sun Aug 11 04:03:17 CDT 2002 cperon@staff.seccuris.com:/usr/src/sys/compile/RETRIBUTION i386


	
>Description:
The inetd configuration documents defining *both* IPv4 
and IPv6 entries for dual-stack support. lukemftpd supports
IPv6, so to stay consistent with the rest of the file a line
for IPv6 should be added.

>How-To-Repeat:

>Fix:

--- inetd.conf  Thu Jun 20 16:13:33 2002
+++ inetd.conf.mod      Sun Aug 11 03:54:50 2002
@@ -7,6 +7,7 @@
 # To enable a service, remove the '#' at the beginning of the line.
 #
 #ftp   stream  tcp     nowait  root    /usr/libexec/lukemftpd  ftpd -l -r
+#ftp   stream  tcp6    nowait  root    /usr/libexec/lukemftpd  ftpd -l -r
 #ftp   stream  tcp     nowait  root    /usr/libexec/ftpd       ftpd -l
 #ftp   stream  tcp6    nowait  root    /usr/libexec/ftpd       ftpd -l
 #telnet        stream  tcp     nowait  root    /usr/libexec/telnetd    telnetd

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-bugs->dougb 
Responsible-Changed-By: johan 
Responsible-Changed-When: Fri Aug 23 09:58:52 PDT 2002 
Responsible-Changed-Why:  
Over to /etc guru. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=41540 
State-Changed-From-To: open->analyzed 
State-Changed-By: dougb 
State-Changed-When: Mon Nov 4 01:04:08 PST 2002 
State-Changed-Why:  

I have no objection to this, but I'm passing it to lukeftpd's 
champion since he'll know the right syntax, etc. 


Responsible-Changed-From-To: dougb->obrien 
Responsible-Changed-By: dougb 
Responsible-Changed-When: Mon Nov 4 01:04:08 PST 2002 
Responsible-Changed-Why:  

http://www.freebsd.org/cgi/query-pr.cgi?pr=41540 
State-Changed-From-To: analyzed->closed 
State-Changed-By: obrien 
State-Changed-When: Tue Nov 12 22:38:42 PST 2002 
State-Changed-Why:  
Lukemftpd has been removed from the base system for now.  It may come back 
again, and if so we'll have an example IPv6 entry also. 

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