aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLexi Winter <lexi@le-Fay.ORG>2024-04-22 22:07:30 +0000
committerWarner Losh <imp@FreeBSD.org>2024-04-23 05:04:03 +0000
commit74adb39cf2a545e966390c9d7df85cd514db0130 (patch)
treecd21880487e0fbcbaeb24d8b56d484087b0c9fce
parentbac2eea13ae3e4dc8fd2aec261b2a18930138495 (diff)
downloadsrc-74adb39cf2a545e966390c9d7df85cd514db0130.tar.gz
src-74adb39cf2a545e966390c9d7df85cd514db0130.zip
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
-rw-r--r--cddl/usr.libexec/zpool_influxdb/Makefile1
-rw-r--r--sbin/zfsbootcfg/Makefile1
2 files changed, 2 insertions, 0 deletions
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