From owner-freebsd-current Wed May 20 16:02:51 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA18518 for freebsd-current-outgoing; Wed, 20 May 1998 16:02:51 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from feldman.dyn.ml.org (root@usr3-dialup58.mix2.Boston.mci.net [166.55.67.186]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA18417 for ; Wed, 20 May 1998 16:02:24 -0700 (PDT) (envelope-from green@feldman.dyn.ml.org) Received: from localhost (green@localhost) by feldman.dyn.ml.org (8.8.8/8.8.8) with SMTP id SAA14082 for ; Wed, 20 May 1998 18:33:40 -0400 (EDT) (envelope-from green@feldman.dyn.ml.org) Date: Wed, 20 May 1998 18:23:37 -0400 (EDT) From: Brian Feldman To: freebsd-current@FreeBSD.ORG Subject: What do you think about this addition to rc{.conf}(5)? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG The purpouse of these two additions is to add the ability to configure the system automatically to use MFS as the /tmp file system. This makes sense after reading the white paper on MFS, and its use as a /tmp filesystem, and looking at rc(5) which already had a tmp clearing function. It seemed obvious to add the following: to rc: if [ "X${mfs_tmp_enable}" = X"YES" ]; then if [ X${mfs_tmp_type} != X ]; then mount_mfs -T ${mfs_tmp_type} mfs /tmp else echo "disktab(5)-compliant mfs type not given for /tmp" fi fi to rc.conf: mfs_tmp_enable="NO" # mount an mfs for /tmp mfs_tmp_type="" # disktab(5) type for /tmp Comments? Should we merge this, or is it useful to only myself? -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= my->name = "Brian Feldman"; my->email[0] = "brianfeldman@hotmail.com"; my->email[1] = "green@feldman.dyn.ml.org"; -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message