Bug 83868 - new port: sysutils/tmpreaper - Cleans up files in directories based on their age
Summary: new port: sysutils/tmpreaper - Cleans up files in directories based on their age
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Jean-Yves Lefort
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-21 17:00 UTC by Emanuel Haupt
Modified: 2005-07-25 06:32 UTC (History)
0 users

See Also:


Attachments
tmpreaper.shar (2.13 KB, text/plain)
2005-07-21 17:00 UTC, Emanuel Haupt
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Emanuel Haupt 2005-07-21 17:00:36 UTC
new port: sysutils/tmpreaper - Cleans up files in directories based on their age

This package 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 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 symlinks, sockets, fifos, or special files unless given a
command line option enabling it to.
Comment 1 Jean-Yves Lefort freebsd_committer freebsd_triage 2005-07-24 03:54:29 UTC
Responsible Changed
From-To: freebsd-ports-bugs->jylefort

Take.
Comment 2 Jean-Yves Lefort freebsd_committer freebsd_triage 2005-07-25 06:32:30 UTC
State Changed
From-To: open->closed

Committed with a few modifications, thanks!