git: 74adb39cf2a5 - main - zfsbootcfg(8), zpool_influxdb(8): move to the zfs package
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 23 Apr 2024 05:04:07 UTC
The branch main has been updated by imp:
URL: https://cgit.FreeBSD.org/src/commit/?id=74adb39cf2a545e966390c9d7df85cd514db0130
commit 74adb39cf2a545e966390c9d7df85cd514db0130
Author: Lexi Winter <lexi@le-Fay.ORG>
AuthorDate: 2024-04-22 22:07:30 +0000
Commit: Warner Losh <imp@FreeBSD.org>
CommitDate: 2024-04-23 05:04:03 +0000
zfsbootcfg(8), zpool_influxdb(8): move to the zfs package
These tools are only useful on a system running ZFS.
Reviewed by: imp, manu
Pull Request: https://github.com/freebsd/freebsd-src/pull/1175
---
cddl/usr.libexec/zpool_influxdb/Makefile | 1 +
sbin/zfsbootcfg/Makefile | 1 +
2 files changed, 2 insertions(+)
diff --git a/cddl/usr.libexec/zpool_influxdb/Makefile b/cddl/usr.libexec/zpool_influxdb/Makefile
index 7c0a245903a7..bd50df9e3c4c 100644
--- a/cddl/usr.libexec/zpool_influxdb/Makefile
+++ b/cddl/usr.libexec/zpool_influxdb/Makefile
@@ -4,6 +4,7 @@ ZFSTOP= ${SRCTOP}/sys/contrib/openzfs
.PATH: ${ZFSTOP}/cmd/zpool_influxdb
.PATH: ${ZFSTOP}/man/man8
+PACKAGE=zfs
PROG= zpool_influxdb
MAN= zpool_influxdb.8
BINDIR?= /usr/libexec/zfs
diff --git a/sbin/zfsbootcfg/Makefile b/sbin/zfsbootcfg/Makefile
index 1833fc542ce0..318de8a030fa 100644
--- a/sbin/zfsbootcfg/Makefile
+++ b/sbin/zfsbootcfg/Makefile
@@ -1,3 +1,4 @@
+PACKAGE=zfs
PROG= zfsbootcfg
MAN= zfsbootcfg.8