From owner-freebsd-bugs Sun Aug 11 2:20:15 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5CFF237B400 for ; Sun, 11 Aug 2002 02:20:12 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2993F43E70 for ; Sun, 11 Aug 2002 02:20:07 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7B9K6JU035016 for ; Sun, 11 Aug 2002 02:20:06 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7B9K62P035009; Sun, 11 Aug 2002 02:20:06 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C8B537B400 for ; 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 ; 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" Reply-To: "Chris S.J.Peron" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: conf/41540: [PATCH] dual stack support for lukemftpd in inetd.conf Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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