From owner-freebsd-current Sun Aug 12 15:14:59 2001 Delivered-To: freebsd-current@freebsd.org Received: from ns.yogotech.com (ns.yogotech.com [206.127.123.66]) by hub.freebsd.org (Postfix) with ESMTP id 5C71037B40C for ; Sun, 12 Aug 2001 15:14:55 -0700 (PDT) (envelope-from nate@yogotech.com) Received: from nomad.yogotech.com (nomad.yogotech.com [206.127.123.131]) by ns.yogotech.com (8.9.3/8.9.3) with ESMTP id QAA18213; Sun, 12 Aug 2001 16:14:40 -0600 (MDT) (envelope-from nate@nomad.yogotech.com) Received: (from nate@localhost) by nomad.yogotech.com (8.8.8/8.8.8) id QAA17791; Sun, 12 Aug 2001 16:14:39 -0600 (MDT) (envelope-from nate) From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15222.65411.958969.341986@nomad.yogotech.com> Date: Sun, 12 Aug 2001 16:13:23 -0600 To: tlambert2@mindspring.com Cc: Jens Schweikhardt , current@FreeBSD.ORG Subject: Re: bash in /usr/local/bin? In-Reply-To: <3B76C8C6.D7C0D639@mindspring.com> References: <3B74D180.D036D629@hway.net> <3B75D33D.68368F22@softweyr.com> <3B764D47.6060902@yahoo.com> <3B76555B.891321BF@mindspring.com> <20010812125329.A1111@schweikhardt.net> <3B76C8C6.D7C0D639@mindspring.com> X-Mailer: VM 6.95 under 21.1 (patch 12) "Channel Islands" XEmacs Lucid Reply-To: nate@yogotech.com (Nate Williams) Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > > # Bash has a license which precludes its inclusion as part > > # of the base system. > > > > [Not that I favor more shells on the root file system, but anyway:] > > What about gcc and grep? Does the license differ or are these not regarded > > being part of the base system? > > We would get rid of them if we could. We keep their source > code in a ghetto, since we can't. Any company wanting to get > rid of all GPL'ed and other restrictively licensed code in a > FreeBSD based binary distribution can simply dike the ghetto > out of the build tree, and build a still usable system binary > from it, with no restrictively licensed code. > > Changing grep and tar was an incredibly bad decision. It has > the distinction that the old, free code is there in the Attic, > and can be recovered, if need be. Umm, Terry. There was no 'free' tar. Back in the 386BSD days, when we were looking for a free tar, I contacted Andy Tanenbaum (of Minix) and got permission to use it, since we didn't have one. However, it was voted down as being 'too simple', so we opted for the GNU one. There isn't a BSD or public domain version of tar anywhere to be found, unless you consider 'pax' running in tar emulation mode acceptable. (I certainly don't.) The same story exists with grep. Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message