From owner-freebsd-hackers Sun Apr 13 23:38:10 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id XAA19774 for hackers-outgoing; Sun, 13 Apr 1997 23:38:10 -0700 (PDT) Received: from pdx1.world.net (pdx1.world.net [192.243.32.18]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id XAA19769 for ; Sun, 13 Apr 1997 23:38:06 -0700 (PDT) From: proff@suburbia.net Received: from suburbia.net (suburbia.net [198.142.2.24]) by pdx1.world.net (8.7.5/8.7.3) with SMTP id XAA17003 for ; Sun, 13 Apr 1997 23:28:40 -0700 (PDT) Received: (qmail 4610 invoked by uid 110); 14 Apr 1997 05:20:16 -0000 Message-ID: <19970414052016.4609.qmail@suburbia.net> Subject: Re: on the subject of changes to -RELEASEs... In-Reply-To: <19970413225633.GJ54491@uriah.heep.sax.de> from J Wunsch at "Apr 13, 97 10:56:33 pm" To: joerg_wunsch@uriah.heep.sax.de Date: Mon, 14 Apr 1997 15:20:15 +1000 (EST) Cc: hackers@freebsd.org X-Mailer: ELM [version 2.4ME+ PL28 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > As Jonathan M. Bresler wrote: > > > > > But you remember that shell here documents use (hidden) tempfiles, > > > > thus require a writable /tmp? > > > > > > Heh heh, I just knew there was a fly in the ointment here somewhere! ;-) > > > > > > > mfs, mfs ,mfs > > That's not an universal solution you can count on inside /etc/rc. > Using MFS or not using it is a policy decision. I've got machines > where i wanna make sure that /tmp is preserved across reboots. Yes, i > know that this is not the common policy, but establishing a script > that would effectively prevent /tmp being a real disk filesystem would > take away part of the freedom the local admin otherwise has. > > -- > cheers, J"org > > joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE > Never trust an operating system you don't have sources for. ;-) mount -t mfs /dev/swap /rc_tmp rc stuff umount /rc_tmp Cheers, Julian.