Skip site navigation (1)Skip section navigation (2)
Date:      11 Aug 2002 09:37:03 -0000
From:      "Chris S.J.Peron" <maneo@bsdpro.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   conf/41540: [PATCH] dual stack support for lukemftpd in inetd.conf
Message-ID:  <20020811093703.93711.qmail@staff.seccuris.com>

next in thread | raw e-mail | index | archive | help


>Number:         41540
>Category:       conf
>Synopsis:       [PATCH] dual stack support for lukemftpd in inetd.conf
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Aug 11 02:20:01 PDT 2002
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020811093703.93711.qmail>