summaryrefslogtreecommitdiffstats
path: root/etc/rc.conf
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1997-11-16 12:52:17 +0000
committersteve <steve@FreeBSD.org>1997-11-16 12:52:17 +0000
commit2c2d3b03307816140f591feb46251497dfdddf8b (patch)
tree9db7369d2dfd244b9f1117d6461c8e0bbe732b0b /etc/rc.conf
parentd2f586c7135e2955b23ebb8469c47ce81746865b (diff)
downloadFreeBSD-src-2c2d3b03307816140f591feb46251497dfdddf8b.zip
FreeBSD-src-2c2d3b03307816140f591feb46251497dfdddf8b.tar.gz
Resurrect a modified version of the /tmp clearing code from rev 1.119.
Enable this by setting clear_tmp_enable in rc.conf to YES. Beware there can be serious side-effects of enabling this, so use at you own risk. PR: misc/4982, misc/5054
Diffstat (limited to 'etc/rc.conf')
-rw-r--r--etc/rc.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/rc.conf b/etc/rc.conf
index 6c0c8c5..5a9e70a 100644
--- a/etc/rc.conf
+++ b/etc/rc.conf
@@ -6,7 +6,7 @@
#
# All arguments must be in double or single quotes.
#
-# $Id: rc.conf,v 1.32 1997/10/31 01:58:53 jdp Exp $
+# $Id: rc.conf,v 1.33 1997/11/07 20:45:36 sef Exp $
##############################################################
### Important initial Boot-time options #####################
@@ -135,6 +135,7 @@ accounting_enable="NO" # Turn on process accounting (or NO).
ibcs2_enable="NO" # Ibcs2 (SCO) emulation loaded at startup (or NO).
linux_enable="NO" # Linux emulation loaded at startup (or NO).
rand_irqs="NO" # Stir the entropy pool (like "5 11" or NO).
+clear_tmp_enable="NO" # Clear /tmp at startup.
##############################################################
### Allow local configuration override at the very end here ##
OpenPOWER on IntegriCloud