git: ca299493f9f4 - main - sysutils/freebsd-snapshot: Mention it also works for ZFS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 06 Jun 2022 08:39:34 UTC
The branch main has been updated by lwhsu:
URL: https://cgit.FreeBSD.org/ports/commit/?id=ca299493f9f4426e6c03824d86dab6d7f6bcf046
commit ca299493f9f4426e6c03824d86dab6d7f6bcf046
Author: Li-Wen Hsu <lwhsu@FreeBSD.org>
AuthorDate: 2022-06-06 08:38:42 +0000
Commit: Li-Wen Hsu <lwhsu@FreeBSD.org>
CommitDate: 2022-06-06 08:38:42 +0000
sysutils/freebsd-snapshot: Mention it also works for ZFS
PR: 259293
Approved by: maintainer timeout
---
sysutils/freebsd-snapshot/Makefile | 2 +-
sysutils/freebsd-snapshot/pkg-descr | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/sysutils/freebsd-snapshot/Makefile b/sysutils/freebsd-snapshot/Makefile
index 89f0158b9331..39fff6ab565d 100644
--- a/sysutils/freebsd-snapshot/Makefile
+++ b/sysutils/freebsd-snapshot/Makefile
@@ -7,7 +7,7 @@ CATEGORIES= sysutils
MASTER_SITES= https://people.freebsd.org/~rse/dist/
MAINTAINER= gtodd@bellanet.org
-COMMENT= Convenience frontend tools for the management of UFS2 snapshots
+COMMENT= Convenience frontend tools for the management of UFS2/ZFS snapshots
LICENSE= BSD2CLAUSE
diff --git a/sysutils/freebsd-snapshot/pkg-descr b/sysutils/freebsd-snapshot/pkg-descr
index 763606975f82..85652930c73b 100644
--- a/sysutils/freebsd-snapshot/pkg-descr
+++ b/sysutils/freebsd-snapshot/pkg-descr
@@ -1,5 +1,5 @@
freebsd-snapshot is a set of convenience frontend tools to mount(8)
-and mdconfig(8) for the management of UFS2 snapshots. It is
+and mdconfig(8) for the management of UFS2/ZFS snapshots. It is
also the under-lying tool used in the periodic snapshot
scheduler periodic-snapshot(8) and the mounting/unmouning
command in the amd(8) map /usr/local/etc/amd.map.snap. It