mirror of
https://git.freebsd.org/src.git
synced 2026-01-11 19:57:22 +00:00
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:
parent
c853409d69
commit
fd03d573cb
3 changed files with 6 additions and 4 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
PACKAGE= nfs
|
||||
PROG= showmount
|
||||
MAN= showmount.8
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
PACKAGE= nfs
|
||||
PROG= mountd
|
||||
MAN= exports.5 netgroup.5 mountd.8
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue