On Thu, Feb 21, 2002 at 08:00:51PM -0800, David O'Brien wrote:
> The use of an MFS /var should also be settable.  Otherwise installing
> ports(packages) is just a total PITA.

I had issues with the MFS /var and /tmp[0] a couple days ago and changed
the code to move the "mount -a" up before /var and /tmp creation and
then actually test to be sure they are not writable before attempting to
create MFS versions.  The logic was basicly:

if touch /var/_writable_test; then
        rm /var/_writable_test
else
        #create MFS var
fi

-- Brooks

[0] I've got a slightly strange configuration with network booting
cluster nodes which have a disk for /tmp, /var, and swap.

-- 
Any statement of the form "X is the one, true Y" is FALSE.
PGP fingerprint 655D 519C 26A7 82E7 2529  9BF0 5D8E 8BE9 F238 1AD4

Attachment: msg35070/pgp00000.pgp
Description: PGP signature

Reply via email to