Replace sysutils/zfSnap with more appropriately named sysutils/zfsnap.
PR: ports/149188
This commit is contained in:
parent
94f9645795
commit
1a6246627c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=258705
4 changed files with 0 additions and 34 deletions
|
@ -969,7 +969,6 @@
|
|||
SUBDIR += yawho
|
||||
SUBDIR += zeroer
|
||||
SUBDIR += zetaback
|
||||
SUBDIR += zfSnap
|
||||
SUBDIR += zfs-replicate
|
||||
SUBDIR += zfs-snapshot-clean
|
||||
SUBDIR += zfs-snapshot-mgmt
|
||||
|
|
|
@ -1,23 +0,0 @@
|
|||
# New ports collection makefile for: zfSnap
|
||||
# Date created: 2010-08-02
|
||||
# Whom: Aldis Berjoza <aldis@bsdroot.lv>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= zfSnap
|
||||
PORTVERSION= 1.1
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://files.bsdroot.lv/FreeBSD/distfiles/
|
||||
|
||||
MAINTAINER= aldis@bsdroot.lv
|
||||
COMMENT= Simple sh script to make zfs rolling snaphosts with cron
|
||||
|
||||
PLIST_FILES= sbin/zfSnap
|
||||
|
||||
NO_BUILD= yes
|
||||
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/zfSnap.sh ${PREFIX}/sbin/zfSnap
|
||||
|
||||
.include <bsd.port.mk>
|
|
@ -1,3 +0,0 @@
|
|||
MD5 (zfSnap-1.1.tar.gz) = 82c34e42c5d1dba7cc42b2a53cd83787
|
||||
SHA256 (zfSnap-1.1.tar.gz) = fe957b76f188af1a78bee6d72a41b8e0e8bb6d3b664204c31b5ff504af106e0f
|
||||
SIZE (zfSnap-1.1.tar.gz) = 1833
|
|
@ -1,7 +0,0 @@
|
|||
zfSnap is very simple sh script to make periodic zfs snapshots with cron.
|
||||
It will also delete old snapshots.
|
||||
|
||||
WWW: http://aldis.git.bsdroot.lv/zfSnap
|
||||
|
||||
-- Aldis Berjoza
|
||||
<aldis@bsdroot.lv>
|
Loading…
Reference in a new issue