git: fd03d573cb80 - main - mountd, showmount: move to the nfs package
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 05 May 2025 22:16:50 UTC
The branch main has been updated by ivy: URL: https://cgit.FreeBSD.org/src/commit/?id=fd03d573cb800d1833fe2c416177361e6cd103fb commit fd03d573cb800d1833fe2c416177361e6cd103fb Author: Lexi Winter <ivy@FreeBSD.org> AuthorDate: 2025-05-05 21:50:58 +0000 Commit: Lexi Winter <ivy@FreeBSD.org> CommitDate: 2025-05-05 22:14:47 +0000 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 --- libexec/rc/rc.d/Makefile | 8 ++++---- usr.bin/showmount/Makefile | 1 + usr.sbin/mountd/Makefile | 1 + 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/libexec/rc/rc.d/Makefile b/libexec/rc/rc.d/Makefile index 89eeea8f587a..67786672351a 100644 --- a/libexec/rc/rc.d/Makefile +++ b/libexec/rc/rc.d/Makefile @@ -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 diff --git a/usr.bin/showmount/Makefile b/usr.bin/showmount/Makefile index 55f5de995422..c67d7b0446bd 100644 --- a/usr.bin/showmount/Makefile +++ b/usr.bin/showmount/Makefile @@ -1,3 +1,4 @@ +PACKAGE= nfs PROG= showmount MAN= showmount.8 diff --git a/usr.sbin/mountd/Makefile b/usr.sbin/mountd/Makefile index ebc4d3438cc1..3760f22bff6c 100644 --- a/usr.sbin/mountd/Makefile +++ b/usr.sbin/mountd/Makefile @@ -1,3 +1,4 @@ +PACKAGE= nfs PROG= mountd MAN= exports.5 netgroup.5 mountd.8