mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 15:24:40 -05:00
are specifically used by the experimental nfsv4 subsystem.
nfscbd - The NFSv4 client callback daemon.
nfsuserd - The NFSv4 daemon that maps between user and group name
and their corresponding uid/gid numbers.
nfsdumpstate - A utility that dumps out the NFSv4 Open/Lock state.
nfsrevoke - Administratively revokes an NFSv4 client, releasing all
NFSv4 Open/Lock state it holds on the server.
Approved by: kib (mentor)
6 lines
76 B
Makefile
6 lines
76 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= nfsdumpstate
|
|
MAN= nfsdumpstate.8
|
|
|
|
.include <bsd.prog.mk>
|