tmpreaper 1.6.17+nmu1build2 source package in Ubuntu

Changelog

tmpreaper (1.6.17+nmu1build2) noble; urgency=medium

  * No-change rebuild against libmount1t64.

 -- Matthias Klose <email address hidden>  Fri, 19 Apr 2024 18:45:26 +0200

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
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+nmu1build2.tar.xz 124.3 KiB b8be722f3767ec487c17d592a009dd50e2155c07b60bd71559f612bccc5cc439
tmpreaper_1.6.17+nmu1build2.dsc 1.5 KiB 99968ddb322fb0bdd15116a675cb43a346c6b5764bd5e9f90b34a11dc0f7ba6e

View changes file

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