Date: Mon, 5 May 2025 15:39:49 GMT From: Lexi Winter <ivy@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 89aa99816ef8 - main - rpc.statd: move to nfs package Message-ID: <202505051539.545FdnFl097470@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by ivy: URL: https://cgit.FreeBSD.org/src/commit/?id=89aa99816ef8564c4d650c45fe9091fd60a05bb1 commit 89aa99816ef8564c4d650c45fe9091fd60a05bb1 Author: Lexi Winter <ivy@FreeBSD.org> AuthorDate: 2025-05-05 15:24:55 +0000 Commit: Lexi Winter <ivy@FreeBSD.org> CommitDate: 2025-05-05 15:39:25 +0000 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 --- libexec/rc/rc.d/Makefile | 4 ++-- usr.sbin/rpc.statd/Makefile | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/libexec/rc/rc.d/Makefile b/libexec/rc/rc.d/Makefile index a51ad9161482..52b48a53c196 100644 --- a/libexec/rc/rc.d/Makefile +++ b/libexec/rc/rc.d/Makefile @@ -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 diff --git a/usr.sbin/rpc.statd/Makefile b/usr.sbin/rpc.statd/Makefile index 044ad3602a2a..e958b2ab5aeb 100644 --- a/usr.sbin/rpc.statd/Makefile +++ b/usr.sbin/rpc.statd/Makefile @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202505051539.545FdnFl097470>