diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-09-09 16:08:32 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2007-09-09 16:08:32 +0000 |
commit | 869da3c68587499e7e1a47bc8fb511b2f1d6ac0d (patch) | |
tree | 3d26b60e6c8f0bdbf4d8923abdf9b48925d1ba33 /ChangeLog | |
parent | 230421384a6be1239b390fc12f73b0b223705609 (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-- | ChangeLog | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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. |