From owner-freebsd-current Mon Apr 29 10:49:56 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA29910 for current-outgoing; Mon, 29 Apr 1996 10:49:56 -0700 (PDT) Received: from mail.barrnet.net (mail.barrnet.net [131.119.246.7]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id KAA29814 for ; Mon, 29 Apr 1996 10:48:38 -0700 (PDT) Received: from palmer.demon.co.uk (palmer.demon.co.uk [158.152.50.150]) by mail.barrnet.net (8.7.5/MAIL-RELAY-LEN) with ESMTP id KAA27349 for ; Mon, 29 Apr 1996 10:47:59 -0700 (PDT) Received: from palmer.demon.co.uk (localhost [127.0.0.1]) by palmer.demon.co.uk (sendmail/PALMER-1) with ESMTP id SAA08818 ; Mon, 29 Apr 1996 18:43:45 +0100 (BST) To: "Pedro Giffuni S." cc: current@FreeBSD.ORG From: "Gary Palmer" Subject: Re: MH mail: part II (Final Reply) In-reply-to: Your message of "Mon, 29 Apr 1996 10:07:02 CDT." Date: Mon, 29 Apr 1996 18:43:44 +0100 Message-ID: <8816.830799824@palmer.demon.co.uk> Sender: owner-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk "Pedro Giffuni S." wrote in message ID : > > That is not something we have much control over. XMH is part of the > > release from the X Consortium, and hence is in the XFree86 > > release. Why it is there, I have no idea. > > It is an option ... if you go to the package installation screen. > By some reason that option doesn`t work when installing from a DOS or > NFS mounted partition. I suspect it doesn`t work on the 2.1R CD either! > Perhaps the archives` names were cut out? Umm. It worked several times from the 2.1R CDROM for me, at least. It won't (and can't) work from a DOS partition as the names are truncated (Thanks, Microsoft), and I don't think anyone ever thought of doing packages over NFS ... if I remember right it's ``undefined'' what will happen in this case. Jordan may correct me however. > > MH is in no way (that I know of) ``traditional UNIX'' ... ``mail'' > > (found in /usr/bin on FreeBSD) is the ``traditional'' interface to the > > mail system, not the Rand MH system. As for ``runs by default'', MH is > > supplied PRE-COMPILED in the packages collection. What more could you > > ask for? > I don`t mean, at all, that it should come default on the kernel, I just > mean it should have the same level as the games distribution., The port > and packages are also included in the same CD, so I don`t see why its such > a big deal! The ``big deal'' comes from the way the two areas are managed for our source tree. The ports & packages collection is a neatly defined area for non-essential contributed/3rd party software. To be at the same level as the games distribution (in our current setup) we would actually need to import the MH source code into our main source repository (as managed by CVS). This is not something that would be welcomed by the people who maintain copies of the source tree locally (like myself). I built MH recently, and including object files it took up (approximately) another 15Mb's of disk space. Add CVS control files, and also that another copy would be in the CVS tree with RCS headers and deltas, that ammounts to quite a lot of disk space. (because of the way it works, CVS needs to be kept on disk if you want to stay current). With ports/packages, if I want to add another one, I just grab my CDROM, stick it in the drive and hey presto. No overhead on my disk required to store the stuff before I need it. (incase you hadn't figured this out, ports only have a minimal set of info under CVS, probably ammouting to less than 30k per port. The source code for the port itself is kept in tar.gz format on the ftp server and never goes anywhere near our CVS tree) Gary -- Gary Palmer FreeBSD Core Team Member FreeBSD - Turning PC's into workstations. See http://www.FreeBSD.ORG/ for info.