From owner-freebsd-current@FreeBSD.ORG Wed Apr 2 14:57:46 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6EFF137B404; Wed, 2 Apr 2003 14:57:46 -0800 (PST) Received: from stork.mail.pas.earthlink.net (stork.mail.pas.earthlink.net [207.217.120.188]) by mx1.FreeBSD.org (Postfix) with ESMTP id B1E4D43FA3; Wed, 2 Apr 2003 14:57:45 -0800 (PST) (envelope-from tlambert2@mindspring.com) Received: from pool0303.cvx22-bradley.dialup.earthlink.net ([209.179.199.48] helo=mindspring.com) by stork.mail.pas.earthlink.net with asmtp (SSLv3:RC4-MD5:128) (Exim 3.33 #1) id 190rAo-0007fw-00; Wed, 02 Apr 2003 14:57:39 -0800 Message-ID: <3E8B6A91.821EBA6B@mindspring.com> Date: Wed, 02 Apr 2003 14:56:17 -0800 From: Terry Lambert X-Mailer: Mozilla 4.79 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: John Baldwin References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-ELNK-Trace: b1a02af9316fbb217a47c185c03b154d40683398e744b8a4fcbd92af012184e0651fcd3b95d52e89667c3043c0873f7e350badd9bab72f9c350badd9bab72f9c cc: freebsd-current@freebsd.org Subject: Re: Removing Sendmail X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Apr 2003 22:57:46 -0000 John Baldwin wrote: > On 02-Apr-2003 Jens Rehsack wrote: > > I really think splitting the base in some sub-parts would it make much > > easier to do NO_SENDMAIL on my own. So I had to remove each not required > > file separately. That's no good solution. > > [stepping back a bit ] > > I find an odd situation here whenever this topic comes up. One the > one hand, people are always wanting to split the entire base system > up into small packages for each little piece of the base. On the > other hand, one of FreeBSD's selling points in real-world environments > is that it doesn't have a bunch of little packages for the base system > like Linux distros. Do people really prefer something like having > rpm's for /bin/ps to having one lump base dist for all of /bin, /sbin, > etc.? I don't think so. I think people just want to get to the same place with layered software that VAX/VMS and VAX/Ultrix achieved back in 1985 or so. In other words, we want to get to the point where, when people complain about some base system component, we can tell them: 1. pkg_delete FOO 2. pkg_add FEE 3. Go away Works for Sendmail vs. Postfix, works for TenDRA vs. Gcc, etc.; also lets you tell people to "Go away" if they install non-default components, since they are not "Tested configurations". The important part is that we are tired of revisiting this same ground, over and over, every time there's a CERT advisory against a "default" component, particularly when we just *replaced* it with some other functionally similar former default component because of a CERT advisory. And we are tired of CERT advisories listing FreeBSD as vulnerable, instead of blaming the third party software, because we install the third party software by default (I think that was the original motiviation for the delete request this time... and last time). Or to recap, the issues, IMO, always boil down to: 1) Technical support load shedding 2) Disconnecting politics from process 3) Advocacy -- Terry