From owner-freebsd-current Sun Feb 20 14:52:44 2000 Delivered-To: freebsd-current@freebsd.org Received: from zippy.cdrom.com (zippy.cdrom.com [204.216.27.228]) by hub.freebsd.org (Postfix) with ESMTP id 8D08337C0C9; Sun, 20 Feb 2000 14:52:42 -0800 (PST) (envelope-from jkh@zippy.cdrom.com) Received: from zippy.cdrom.com (jkh@localhost [127.0.0.1]) by zippy.cdrom.com (8.9.3/8.9.3) with ESMTP id OAA17059; Sun, 20 Feb 2000 14:29:30 -0800 (PST) (envelope-from jkh@zippy.cdrom.com) To: "Andrey A. Chernov" Cc: jkh@FreeBSD.org, current@FreeBSD.org Subject: Re: wrong default in login.conf In-reply-to: Your message of "Mon, 21 Feb 2000 01:14:04 +0300." <20000221011404.A8609@nagual.pp.ru> Date: Sun, 20 Feb 2000 14:29:30 -0800 Message-ID: <17056.951085770@zippy.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Jordan, please approve this patch. > > It seems not good to have FTP_PASSIVE_MODE On as default while ftp program > itself have it Off by default. Lets either change ftp program defaults to > Passive On or login.conf defaults to Passive Off. I prefer second variant: Um, the point of turning FTP_PASSIVE_MODE on by default is that it's not just one "client" which uses it. The ftpio(3) library uses it, for one, and hence pkg_add, sysinstall and fetch do too. I can count at least 4 "ftp programs" here which would all need to be changed independently and I don't much like that idea during code freeze, even if you could convince me that it was a good idea. - Jordan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message