diff options
author | Mark Pulford <markp@FreeBSD.org> | 2002-02-20 13:03:34 +0000 |
---|---|---|
committer | Mark Pulford <markp@FreeBSD.org> | 2002-02-20 13:03:34 +0000 |
commit | c3258f6d3e15b30ad3fccbe2253d425a5366d8b7 (patch) | |
tree | d8b6035189fc85f0df4e9f0d95bf38bdc4ce8ea7 /sysutils/tmpwatch/pkg-descr | |
parent | deea74b317689b472772b15db1e7515c41572d64 (diff) | |
download | ports-c3258f6d3e15b30ad3fccbe2253d425a5366d8b7.tar.gz ports-c3258f6d3e15b30ad3fccbe2253d425a5366d8b7.zip |
Notes
Diffstat (limited to 'sysutils/tmpwatch/pkg-descr')
-rw-r--r-- | sysutils/tmpwatch/pkg-descr | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sysutils/tmpwatch/pkg-descr b/sysutils/tmpwatch/pkg-descr new file mode 100644 index 000000000000..ea7e76b78d0c --- /dev/null +++ b/sysutils/tmpwatch/pkg-descr @@ -0,0 +1,6 @@ +The tmpwatch utility recursively searches through specified +directories and removes files which have not been accessed in a +specified period of time. Tmpwatch is normally used to clean up +directories which are used for temporarily holding files (for example, +/tmp). Tmpwatch ignores symlinks, won't switch filesystems and only +removes empty directories and regular files. |