From owner-freebsd-audit Wed Jan 26 22: 4: 5 2000 Delivered-To: freebsd-audit@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 758) id 8E0EB15401; Wed, 26 Jan 2000 22:04:04 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id 7ED1E1CD687; Wed, 26 Jan 2000 22:04:04 -0800 (PST) (envelope-from kris@hub.freebsd.org) Date: Wed, 26 Jan 2000 22:04:04 -0800 (PST) From: Kris Kennaway To: Mike Heffner Cc: FreeBSD-audit Subject: Re: lorder tempfiles In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-audit@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 26 Jan 2000, Mike Heffner wrote: > While doing a make world, lorder is run and creates a bunch of tempfiles like > this: > + -rw-r--r-- 1 root wheel 625 Jan 25 21:05 /tmp/_symbol_24973 > + -rw-r--r-- 1 root wheel 842 Jan 25 21:05 /tmp/_reference_24973 > - -rw-r--r-- 1 root wheel 842 Jan 25 21:05 /tmp/_reference_24973 > - -rw-r--r-- 1 root wheel 625 Jan 25 21:05 /tmp/_symbol_24973 > > they're usually in that order. Could we use mktemp(1) to make it slightly more > random? Here's a patch: Ah, thats what that damn thing is from. I hadn't got around to tracking it down yet. Patch looks fine: I'll try and get this committed beforet he code freeze. Thanks, Kris ---- "How many roads must a man walk down, before you call him a man?" "Eight!" "That was a rhetorical question!" "Oh..then, seven!" -- Homer Simpson To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-audit" in the body of the message