mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
nvmfd: Move out of the base install and into tools/tools/nvmf
This is still useful as an example use of the APIs in libnvmf similar to nvmfdd, but this functionality is now provided in the base system by ctld. Sponsored by: Chelsio Communications
This commit is contained in:
parent
950a251823
commit
83dc2f3339
12 changed files with 4 additions and 1 deletions
|
|
@ -51,6 +51,10 @@
|
|||
# xargs -n1 | sort | uniq -d;
|
||||
# done
|
||||
|
||||
# 20250808: nvmfd removed from base install
|
||||
OLD_FILES+=usr/sbin/nvmfd
|
||||
OLD_FILES+=usr/share/man/man8/nvmfd.8.gz
|
||||
|
||||
# 20250807: Replace lib/libgssapi with krb5/lib/gssapi
|
||||
OLD_FILES+=usr/include/gssapi_krb5/gssapi.h
|
||||
OLD_DIRS+=usr/include/gssapi_krb5/gssapi
|
||||
|
|
|
|||
|
|
@ -56,7 +56,6 @@ SUBDIR= adduser \
|
|||
nfsuserd \
|
||||
nmtree \
|
||||
nologin \
|
||||
nvmfd \
|
||||
pciconf \
|
||||
periodic \
|
||||
pnfsdscopymr \
|
||||
|
|
|
|||
Loading…
Reference in a new issue