diff options
author | Ali Polatel <hawking@gentoo.org> | 2008-01-25 02:13:52 +0000 |
---|---|---|
committer | Ali Polatel <hawking@gentoo.org> | 2008-01-25 02:13:52 +0000 |
commit | 2f31de3c4bae480aaf41ad906c87cf6f0bfa3843 (patch) | |
tree | 329a2fd48a8367d55e88cb3d4365e577bc1cae54 /app-admin/tmpreaper/metadata.xml | |
parent | Clarify comment about licence. (diff) | |
download | gentoo-2-2f31de3c4bae480aaf41ad906c87cf6f0bfa3843.tar.gz gentoo-2-2f31de3c4bae480aaf41ad906c87cf6f0bfa3843.tar.bz2 gentoo-2-2f31de3c4bae480aaf41ad906c87cf6f0bfa3843.zip |
Version bump. Added myself to metadata.xml. Dropped old.
(Portage version: 2.1.4)
Diffstat (limited to 'app-admin/tmpreaper/metadata.xml')
-rw-r--r-- | app-admin/tmpreaper/metadata.xml | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/app-admin/tmpreaper/metadata.xml b/app-admin/tmpreaper/metadata.xml index 9f3fdee2246b..ef8e6e102193 100644 --- a/app-admin/tmpreaper/metadata.xml +++ b/app-admin/tmpreaper/metadata.xml @@ -3,6 +3,24 @@ <pkgmetadata> <herd>no-herd</herd> <maintainer> - <email>maintainer-needed@gentoo.org</email> + <email>hawking@gentoo.org</email> + <name>Ali Polatel</name> </maintainer> + <longdescription lang="en"> + tmpreaper is 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 haven't 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 files owned by the + process EUID that have the `w' bit clear, unless you ask it to, much like + `rm -f'. `tmpreaper' will not remove symlinks, sockets, fifos, or special + files unless given a command line option enabling it to. + + WARNING: Please do not run `tmpreaper' on `/'. There are no protections + against this written into the program, as that would prevent it from + functioning the way you'd expect it to in a `chroot(8)' environment. + + The daily tmpreaper run can be configured through /etc/tmpreaper.conf . + </longdescription> </pkgmetadata> + |