aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2007-09-09 16:08:32 +0000
committerMike Frysinger <vapier@gentoo.org>2007-09-09 16:08:32 +0000
commit869da3c68587499e7e1a47bc8fb511b2f1d6ac0d (patch)
tree3d26b60e6c8f0bdbf4d8923abdf9b48925d1ba33 /ChangeLog
parent230421384a6be1239b390fc12f73b0b223705609 (diff)
only do the X lock stuff in /tmp so people can overload WIPE_TMP_DIRS for a general "wipe this directory" option. also force +t on /tmp and /var/tmp.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 020ff352..c03c3089 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,7 +3,8 @@
09 Sep 2007; Mike Frysinger <vapier@gentoo.org>:
- Allow people to specify a list of temp dirs to clean in bootmisc #191807.
+ Allow people to specify a list of dirs to clean in bootmisc #191807. Force
+ the +t bit on /tmp and /var/tmp paths.
Allow people to specify a list of early mount points which will be mounted
at the end of localmount so they can do tmpfs on things like /tmp #181527.