Allow people to specify a list of temp dirs to clean in bootmisc #191807.

This commit is contained in:
Mike Frysinger
2007-09-09 15:52:05 +00:00
parent ba4b5d5b7f
commit 06ae2e5593
3 changed files with 59 additions and 40 deletions

View File

@@ -4,5 +4,9 @@
# system startup is complete
DELAYLOGIN="no"
# List of /tmp directories we should clean up
WIPE_TMP_DIRS="/tmp"
# Should we wipe the tmp paths completely or just selectively remove known
# locks / files / etc... ?
WIPE_TMP="yes"