Add deleted, a "garbage collection" daemon which deletes orphaned temporary
files, directories, etc. (And yes, that is a '.' for this guy's username!) PR: 18813 Submitted by: Aleksandr A Babaylov <.@babolo.ru>
This commit is contained in:
parent
76f070089e
commit
4ae6111970
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=29105
@ -23,6 +23,7 @@
|
||||
SUBDIR += cronolog
|
||||
SUBDIR += daemontools
|
||||
SUBDIR += daemontools53
|
||||
SUBDIR += deleted
|
||||
SUBDIR += detach
|
||||
SUBDIR += diskusage
|
||||
SUBDIR += doconfig
|
||||
|
19
sysutils/deleted/Makefile
Normal file
19
sysutils/deleted/Makefile
Normal file
@ -0,0 +1,19 @@
|
||||
# New ports collection makefile for: deleted
|
||||
# Date created: 2000 May 25
|
||||
# Whom: @BABOLO <.@babolo.ru>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= deleted
|
||||
PORTVERSION= 0.1
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://links.ru/FreeBSD/
|
||||
|
||||
MAINTAINER= .@babolo.ru
|
||||
|
||||
MAN1= deleted.1
|
||||
MANCOMPRESSED= yes
|
||||
BINMODE= 4555
|
||||
|
||||
.include <bsd.port.mk>
|
1
sysutils/deleted/distinfo
Normal file
1
sysutils/deleted/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (deleted-0.1.tar.gz) = 2141b901196bb6e81088eab38f2faddd
|
1
sysutils/deleted/pkg-comment
Normal file
1
sysutils/deleted/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Daemon for garbdge collection in directories with temporary files
|
7
sysutils/deleted/pkg-descr
Normal file
7
sysutils/deleted/pkg-descr
Normal file
@ -0,0 +1,7 @@
|
||||
This daemon deletes old files, directories and other objects from
|
||||
directory for temporary files. It can be invoked by mkinittmpdir
|
||||
or directly from shell start script. Works in safe and efficient
|
||||
manner.
|
||||
|
||||
(Website is in Russian only:)
|
||||
WWW: http://www.links.ru/FreeBSD/
|
1
sysutils/deleted/pkg-plist
Normal file
1
sysutils/deleted/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
bin/deleted
|
Loading…
Reference in New Issue
Block a user