mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 08:12:27 -04:00
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
This commit is contained in:
parent
bac2eea13a
commit
74adb39cf2
2 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
PACKAGE=zfs
|
||||
PROG= zfsbootcfg
|
||||
MAN= zfsbootcfg.8
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue