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.

This commit is contained in:
Mike Frysinger
2007-09-09 16:08:32 +00:00
parent 230421384a
commit 869da3c685
2 changed files with 11 additions and 10 deletions

View File

@@ -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.