diff options
author | jylefort <jylefort@FreeBSD.org> | 2005-07-25 13:30:59 +0800 |
---|---|---|
committer | jylefort <jylefort@FreeBSD.org> | 2005-07-25 13:30:59 +0800 |
commit | ebb4c9961f72263bd55e3ae755800335a7a9b2e6 (patch) | |
tree | a9b1a3e27732d84cdad53f5427ec782c18a8b102 /sysutils/Makefile | |
parent | fdef73918579eda1bb3feddd1414d6fabcf90ffd (diff) | |
download | freebsd-ports-gnome-ebb4c9961f72263bd55e3ae755800335a7a9b2e6.tar.gz freebsd-ports-gnome-ebb4c9961f72263bd55e3ae755800335a7a9b2e6.tar.zst freebsd-ports-gnome-ebb4c9961f72263bd55e3ae755800335a7a9b2e6.zip |
Add tmpreaper.
This port provides a program that can be used to clean out temporary-file
directories. It recursively searches the directory, refusing to chdir()
across symlinks, and removes files that have not been accessed in a
user-specified amount of time. You can specify a set of files to protect
from deletion with a shell pattern.
It will not remove symlinks, sockets, fifos, or special files unless given a
command line option enabling it to.
WWW: http://packages.debian.org/stable/admin/tmpreaper.html
PR: ports/83868
Submitted by: Emanuel Haupt <ehaupt@critical.ch>
Diffstat (limited to 'sysutils/Makefile')
-rw-r--r-- | sysutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 1eb9a750eaa3..ce64a6a199bc 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -496,6 +496,7 @@ SUBDIR += ticker.app SUBDIR += timelimit SUBDIR += tinybsd + SUBDIR += tmpreaper SUBDIR += tmpwatch SUBDIR += topless SUBDIR += torsmo |