mountd, showmount: move to the nfs package

while here, alphabetise ${NFS}.

Reviewed by:	des, emaste, rmacklem
Approved by:	des (mentor)
Differential Revision:	https://reviews.freebsd.org/D50169
This commit is contained in:
Lexi Winter 2025-05-05 22:50:58 +01:00
parent c853409d69
commit fd03d573cb
3 changed files with 6 additions and 4 deletions

View file

@ -46,7 +46,6 @@ CONFS= DAEMON \
mountlate \
mdconfig \
mdconfig2 \
mountd \
msgs \
netif \
netoptions \
@ -116,11 +115,12 @@ CRON+= cron
CRONPACKAGE= cron
CONFGROUPS+= NFS
NFS= nfsclient \
NFS= lockd \
mountd \
nfscbd \
nfsclient \
nfsd \
nfsuserd \
nfscbd \
lockd \
statd
NFSPACKAGE= nfs

View file

@ -1,3 +1,4 @@
PACKAGE= nfs
PROG= showmount
MAN= showmount.8

View file

@ -1,3 +1,4 @@
PACKAGE= nfs
PROG= mountd
MAN= exports.5 netgroup.5 mountd.8