Sanity and /var/tmp
Rob
listone at deathbeforedecaf.net
Mon Oct 20 03:48:32 PDT 2003
But rc.local runs at the end of the startup - if something has already
put files in /var/tmp, they're going to disappear....
Can't you use /etc/fstab to create & mount a memory disk?
----- Original Message -----
From: <wolfie at cotse.net>
Subject: Sanity and /var/tmp
> 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?
>
> _______________________________________________
> freebsd-questions at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
"freebsd-questions-unsubscribe at freebsd.org"
>
More information about the freebsd-questions
mailing list