diff options
author | Dejan Strbac <me@dejanstrbac.com> | 2020-02-08 08:47:51 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-02-08 13:39:33 +0700 |
commit | c33cd34483de42acaae28d50a2e6047734cf5ac0 (patch) | |
tree | dc7234986e6ed1dbb2952a05787155de7936802a /system/tmpwatch/slack-desc | |
parent | 741cf90584ae21d753d55297cec431d94fee831a (diff) |
system/tmpwatch: Added (A utility for removing temporary files).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/tmpwatch/slack-desc')
-rw-r--r-- | system/tmpwatch/slack-desc | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/system/tmpwatch/slack-desc b/system/tmpwatch/slack-desc new file mode 100644 index 0000000000000..9e2c87a72855b --- /dev/null +++ b/system/tmpwatch/slack-desc @@ -0,0 +1,18 @@ +# 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 ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +tmpwatch: tmpwatch (A utility for removing temporary files) +tmpwatch: +tmpwatch: The tmpwatch utility recursively searches through specified +tmpwatch: directories and removes files which have not been accessed in a +tmpwatch: specified period of time. Tmpwatch is normally used to clean up +tmpwatch: directories which are used for temporarily holding files (for example, +tmpwatch: /tmp). Tmpwatch ignores symlinks, won't switch filesystems and only +tmpwatch: removes empty directories and regular files. +tmpwatch: +tmpwatch: https://fedorahosted.org/tmpwatch/ |