mirror of
https://git.freebsd.org/src.git
synced 2026-01-11 19:57:22 +00:00
rpc.statd: move to nfs package
rpc.statd is not technically specific to NFS, but NFS is the only thing which has ever actually used it, so this is the most appropriate place to put it. Reviewed by: rmacklem, des, bapt, emaste Approved by: des (mentor) Differential Revision: https://reviews.freebsd.org/D50162
This commit is contained in:
parent
f9513c334f
commit
89aa99816e
2 changed files with 3 additions and 2 deletions
|
|
@ -70,7 +70,6 @@ CONFS= DAEMON \
|
|||
savecore \
|
||||
securelevel \
|
||||
serial \
|
||||
statd \
|
||||
static_arp \
|
||||
static_ndp \
|
||||
stf \
|
||||
|
|
@ -120,7 +119,8 @@ NFS= nfsclient \
|
|||
nfsd \
|
||||
nfsuserd \
|
||||
nfscbd \
|
||||
lockd
|
||||
lockd \
|
||||
statd
|
||||
NFSPACKAGE= nfs
|
||||
|
||||
CONFGROUPS+= NEWSYSLOG
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
PACKAGE= nfs
|
||||
PROG= rpc.statd
|
||||
MAN= rpc.statd.8
|
||||
SRCS= file.c sm_inter_svc.c sm_inter.h statd.c procs.c
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue