From owner-cvs-bin Wed Oct 8 07:03:12 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id HAA19010 for cvs-bin-outgoing; Wed, 8 Oct 1997 07:03:12 -0700 (PDT) (envelope-from owner-cvs-bin) Received: from word.smith.net.au (vh1.gsoft.com.au [203.38.152.122]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id HAA18981; Wed, 8 Oct 1997 07:02:36 -0700 (PDT) (envelope-from mike@word.smith.net.au) Received: from word.smith.net.au (localhost.gsoft.com.au [127.0.0.1]) by word.smith.net.au (8.8.7/8.8.5) with ESMTP id XAA04570; Wed, 8 Oct 1997 23:29:56 +0930 (CST) Message-Id: <199710081359.XAA04570@word.smith.net.au> X-Mailer: exmh version 2.0zeta 7/24/97 To: Eivind Eklund cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-bin@FreeBSD.ORG Subject: Re: cvs commit: src/bin/ed buf.c In-reply-to: Your message of "Wed, 08 Oct 1997 06:46:40 MST." <199710081346.GAA08659@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 08 Oct 1997 23:29:53 +0930 From: Mike Smith Sender: owner-cvs-bin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > eivind 1997/10/08 06:46:40 PDT > > Modified files: > bin/ed buf.c > Log: > mktemp -> mkstemp While your brain is fresh on this one, you might want to do the same for mail.local. You might also want to consider honouring TMPDIR, or some other means for these to use somewhere other than /tmp. As file and mail message sizes go up, the free space on / starts to become inadequate for this. (I've had a few requests for this sort of change, but most have been of the "harcode it to be somewhere else" sort). mike