# HOW TO EDIT THIS FILE:
# The "handy ruler" below makes it easier to edit a package description.  Line
# up the first '|' above the ':' following the base package name, and the '|'
# on the right side marks the last column you can put a character in.  You must
# make exactly 11 lines for the formatting to be correct.  It's also
# customary to leave one space after the ':'.

         |-----handy-ruler------------------------------------------------------|
tmpreaper: Tmpreaper (cleans up files in directories based on their age)
tmpreaper: This package provides a program that can be used to clean out 
tmpreaper: temporary-file directories. It recursively searches the directory, 
tmpreaper: refusing to chdir() across symlinks, and removes files that haven't 
tmpreaper: been accessed in a user-specified amount of time.
tmpreaper: You can specify a set of files to protect from deletion with a 
tmpreaper: shell pattern. It will not remove files owned by the process EUID that
tmpreaper: have the 'w' bit clear, unless you ask it to, much like `rm -f'.
tmpreaper: tmpreaper' will not remove symlinks, sockets, fifos, or special files 
tmpreaper: unless given a command line option enabling it to.
tmpreaper:
