#!/sbin/sh
# @(#) $Revision: 72.4 $       
# List and/or clear temporary files
#
# LIST_TEMPS:	Set to 1 to produce a listing of temporary files at startup.
#
# CLEAR_TMP:	Set to 1 to remove all files from /tmp at startup.
#
LIST_TEMPS=1
CLEAR_TMP=0
