Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Jul 2005 05:30:59 +0000 (UTC)
From:      Jean-Yves Lefort <jylefort@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/sysutils Makefile ports/sysutils/tmpreaper Makefile distinfo pkg-descr
Message-ID:  <200507250530.j6P5UxmK083214@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help

jylefort    2005-07-25 05:30:59 UTC

  FreeBSD ports repository

  Modified files:
    sysutils             Makefile 
  Added files:
    sysutils/tmpreaper   Makefile distinfo pkg-descr 
  Log:
  Add tmpreaper.
  
  This port 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 have not 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.
  
  WWW: http://packages.debian.org/stable/admin/tmpreaper.html
  
  PR:             ports/83868
  Submitted by:   Emanuel Haupt <ehaupt@critical.ch>
  
  Revision  Changes    Path
  1.685     +1 -0      ports/sysutils/Makefile
  1.1       +29 -0     ports/sysutils/tmpreaper/Makefile (new)
  1.1       +2 -0      ports/sysutils/tmpreaper/distinfo (new)
  1.1       +13 -0     ports/sysutils/tmpreaper/pkg-descr (new)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200507250530.j6P5UxmK083214>