tmpreaper 1.6.17+nmu1 source package in Ubuntu

Changelog

tmpreaper (1.6.17+nmu1) unstable; urgency=medium

  * Non-maintainer upload.
  * Convert to source format 3.0.
    closes:#1007540

 -- Bastian Germann <email address hidden>  Sun, 18 Feb 2024 15:28:13 +0000

Upload details

Uploaded by:
Paul Slootman
Uploaded to:
Sid
Original maintainer:
Paul Slootman
Architectures:
any
Section:
admin
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
tmpreaper_1.6.17+nmu1.dsc 1.3 KiB 5c9fd2cb2759ff159676402c33fec6e4d73b4a768f7dc5a00dd09590836519e3
tmpreaper_1.6.17+nmu1.tar.xz 124.2 KiB 3ab882869245e64afc2d03ff015a427318b168f82705630202be5828ece2262e

Available diffs

No changes file available.

Binary packages built by this source

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 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 .

tmpreaper-dbgsym: debug symbols for tmpreaper