Add lastfss, an utilisty to maintain ephemeral snapshots for a few hours
This commit is contained in:
parent
db5639898e
commit
8cebdd6435
4 changed files with 23 additions and 0 deletions
2
sysutils/lastfss/DESCR
Normal file
2
sysutils/lastfss/DESCR
Normal file
|
@ -0,0 +1,2 @@
|
|||
lastfss maintains an ephemeral snapshot for a few hours. It is meant to be
|
||||
started from cron so that user-deleted files can be retreived quicky.
|
13
sysutils/lastfss/Makefile
Normal file
13
sysutils/lastfss/Makefile
Normal file
|
@ -0,0 +1,13 @@
|
|||
# $NetBSD: Makefile,v 1.1 2015/03/10 09:06:04 manu Exp $
|
||||
|
||||
DISTNAME= lastfss-0.1
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://ftp.espci.fr/pub/lastfss/
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= manu@NetBSD.org
|
||||
HOMEPAGE= http://ftp.espci.fr/pub/lastfss/
|
||||
COMMENT= Utility to maintain ephemeral snaphots
|
||||
LICENSE= original-bsd
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
3
sysutils/lastfss/PLIST
Normal file
3
sysutils/lastfss/PLIST
Normal file
|
@ -0,0 +1,3 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2015/03/10 09:06:04 manu Exp $
|
||||
sbin/lastfss
|
||||
man/man8/lastfss.8
|
5
sysutils/lastfss/distinfo
Normal file
5
sysutils/lastfss/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1 2015/03/10 09:06:04 manu Exp $
|
||||
|
||||
SHA1 (lastfss-0.1.tgz) = d58539a185446a2d3b7c710b1c2fb10d460cad3a
|
||||
RMD160 (lastfss-0.1.tgz) = de7969f5c5e2056c69b8c1ae772ee07c525176e3
|
||||
Size (lastfss-0.1.tgz) = 2754 bytes
|
Loading…
Reference in a new issue