Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Oct 2003 12:36:56 -0700
From:      wolfie@cotse.net
To:        freebsd-questions@freebsd.org
Subject:   Sanity and /var/tmp
Message-ID:  <200310191236.56846@X-tra>

next in thread | raw e-mail | index | archive | help
This may be an incredibly stupid. Nevertheless I'm gonna ask...

(1) Is it safe and sane in a RELENG_5_1 system to create and use /var/
tmp via a script in /etc/rc.local:

	[no entry in FSTAB]
	mdconfig -a -t swap -s ... -u 10
	newfs -O2 /dev/md10
	mount /md10 /var/tmp
	chmod 1777 /tmp

(2) Am I sane?



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200310191236.56846>