git: 081fb644925f - main - pkgbase: Create a FreeBSD-nfs package
Emmanuel Vadot
manu at FreeBSD.org
Sat Jun 19 15:50:27 UTC 2021
The branch main has been updated by manu:
URL: https://cgit.FreeBSD.org/src/commit/?id=081fb644925f9d9a21265e4a4303d4fb2ab807f9
commit 081fb644925f9d9a21265e4a4303d4fb2ab807f9
Author: Emmanuel Vadot <manu at FreeBSD.org>
AuthorDate: 2021-06-19 15:49:50 +0000
Commit: Emmanuel Vadot <manu at FreeBSD.org>
CommitDate: 2021-06-19 15:49:50 +0000
pkgbase: Create a FreeBSD-nfs package
And move all the nfs related commands there.
Reviewed by: emaste
Differential Revision: https://reviews.freebsd.org/D30754
Sponsored by: Diablotin Systems
---
libexec/rpc.rquotad/Makefile | 2 ++
release/packages/Makefile.package | 2 ++
usr.bin/nfsstat/Makefile | 2 ++
usr.sbin/clear_locks/Makefile | 2 ++
usr.sbin/nfscbd/Makefile | 2 ++
usr.sbin/nfsd/Makefile | 2 ++
usr.sbin/nfsdumpstate/Makefile | 2 ++
usr.sbin/nfsrevoke/Makefile | 2 ++
usr.sbin/nfsuserd/Makefile | 2 ++
usr.sbin/pnfsdscopymr/Makefile | 2 ++
usr.sbin/pnfsdsfile/Makefile | 2 ++
usr.sbin/pnfsdskill/Makefile | 2 ++
usr.sbin/rpc.lockd/Makefile | 2 ++
usr.sbin/rpc.umntall/Makefile | 2 ++
14 files changed, 28 insertions(+)
diff --git a/libexec/rpc.rquotad/Makefile b/libexec/rpc.rquotad/Makefile
index 21cb45d18ad0..52f302e0f00b 100644
--- a/libexec/rpc.rquotad/Makefile
+++ b/libexec/rpc.rquotad/Makefile
@@ -1,5 +1,7 @@
# $FreeBSD$
+PACKAGE= nfs
+
PROG = rpc.rquotad
SRCS = rquotad.c
MAN = rpc.rquotad.8
diff --git a/release/packages/Makefile.package b/release/packages/Makefile.package
index 459dfdabf590..eef58af542e4 100644
--- a/release/packages/Makefile.package
+++ b/release/packages/Makefile.package
@@ -59,6 +59,8 @@ kernel_COMMENT= FreeBSD Kernel
kernel_DESC= FreeBSD Kernel
manuals_COMMENT= Manual Pages
manuals_DESC= Manual Pages
+nfs_COMMENT= NFS Utilities
+nfs_DESC= NFS Utilities
openssl_COMMENT= OpenSSL Library and Utility
openssl_DESC= OpenSSL Library and Utility
rc_COMMENT= RC Scripts
diff --git a/usr.bin/nfsstat/Makefile b/usr.bin/nfsstat/Makefile
index 76b701f73c7d..0e5d53a95dde 100644
--- a/usr.bin/nfsstat/Makefile
+++ b/usr.bin/nfsstat/Makefile
@@ -1,6 +1,8 @@
# @(#)Makefile 8.1 (Berkeley) 6/6/93
# $FreeBSD$
+PACKAGE= nfs
+
PROG= nfsstat
CFLAGS+=-DNFS
diff --git a/usr.sbin/clear_locks/Makefile b/usr.sbin/clear_locks/Makefile
index 6906bf0c7e8a..a9355ed2ba29 100644
--- a/usr.sbin/clear_locks/Makefile
+++ b/usr.sbin/clear_locks/Makefile
@@ -1,5 +1,7 @@
# $FreeBSD$
+PACKAGE= nfs
+
PROG= clear_locks
MAN= clear_locks.8
LIBADD= rpcsvc
diff --git a/usr.sbin/nfscbd/Makefile b/usr.sbin/nfscbd/Makefile
index 1e11e3a81711..668914a88154 100644
--- a/usr.sbin/nfscbd/Makefile
+++ b/usr.sbin/nfscbd/Makefile
@@ -1,5 +1,7 @@
# $FreeBSD$
+PACKAGE= nfs
+
PROG= nfscbd
MAN= nfscbd.8
diff --git a/usr.sbin/nfsd/Makefile b/usr.sbin/nfsd/Makefile
index 592a1e429cc7..e9d9b31fd168 100644
--- a/usr.sbin/nfsd/Makefile
+++ b/usr.sbin/nfsd/Makefile
@@ -1,6 +1,8 @@
# @(#)Makefile 8.1 (Berkeley) 6/5/93
# $FreeBSD$
+PACKAGE= nfs
+
PROG= nfsd
MAN= nfsd.8 nfsv4.4 stablerestart.5 pnfs.4 pnfsserver.4
diff --git a/usr.sbin/nfsdumpstate/Makefile b/usr.sbin/nfsdumpstate/Makefile
index 66dd94a71f4a..49f14d7ba4ab 100644
--- a/usr.sbin/nfsdumpstate/Makefile
+++ b/usr.sbin/nfsdumpstate/Makefile
@@ -2,6 +2,8 @@
.include <src.opts.mk>
+PACKAGE= nfs
+
PROG= nfsdumpstate
MAN= nfsdumpstate.8
diff --git a/usr.sbin/nfsrevoke/Makefile b/usr.sbin/nfsrevoke/Makefile
index ab78aa3300c3..3583d5e8a67a 100644
--- a/usr.sbin/nfsrevoke/Makefile
+++ b/usr.sbin/nfsrevoke/Makefile
@@ -1,5 +1,7 @@
# $FreeBSD$
+PACKAGE= nfs
+
PROG= nfsrevoke
MAN= nfsrevoke.8
diff --git a/usr.sbin/nfsuserd/Makefile b/usr.sbin/nfsuserd/Makefile
index aef51aa4c54d..c8a3553191a7 100644
--- a/usr.sbin/nfsuserd/Makefile
+++ b/usr.sbin/nfsuserd/Makefile
@@ -2,6 +2,8 @@
.include <src.opts.mk>
+PACKAGE= nfs
+
PROG= nfsuserd
MAN= nfsuserd.8
WARNS?= 3
diff --git a/usr.sbin/pnfsdscopymr/Makefile b/usr.sbin/pnfsdscopymr/Makefile
index 9fd3952198f6..4cefca6af690 100644
--- a/usr.sbin/pnfsdscopymr/Makefile
+++ b/usr.sbin/pnfsdscopymr/Makefile
@@ -1,5 +1,7 @@
# $FreeBSD$
+PACKAGE= nfs
+
PROG= pnfsdscopymr
MAN= pnfsdscopymr.8
diff --git a/usr.sbin/pnfsdsfile/Makefile b/usr.sbin/pnfsdsfile/Makefile
index 83d82eb6ec69..2a85baf33fc1 100644
--- a/usr.sbin/pnfsdsfile/Makefile
+++ b/usr.sbin/pnfsdsfile/Makefile
@@ -1,5 +1,7 @@
# $FreeBSD$
+PACKAGE= nfs
+
PROG= pnfsdsfile
MAN= pnfsdsfile.8
diff --git a/usr.sbin/pnfsdskill/Makefile b/usr.sbin/pnfsdskill/Makefile
index 603ab18a4167..49b1c3b00d67 100644
--- a/usr.sbin/pnfsdskill/Makefile
+++ b/usr.sbin/pnfsdskill/Makefile
@@ -1,5 +1,7 @@
# $FreeBSD$
+PACKAGE= nfs
+
PROG= pnfsdskill
MAN= pnfsdskill.8
diff --git a/usr.sbin/rpc.lockd/Makefile b/usr.sbin/rpc.lockd/Makefile
index db812a6c48fd..71c68a2d0ced 100644
--- a/usr.sbin/rpc.lockd/Makefile
+++ b/usr.sbin/rpc.lockd/Makefile
@@ -1,6 +1,8 @@
# $NetBSD: Makefile,v 1.12 2000/08/07 16:23:31 thorpej Exp $
# $FreeBSD$
+PACKAGE= nfs
+
PROG= rpc.lockd
MAN= rpc.lockd.8
MLINKS= rpc.lockd.8 lockd.8
diff --git a/usr.sbin/rpc.umntall/Makefile b/usr.sbin/rpc.umntall/Makefile
index fc4a3998c07c..c44441a6de1a 100644
--- a/usr.sbin/rpc.umntall/Makefile
+++ b/usr.sbin/rpc.umntall/Makefile
@@ -1,6 +1,8 @@
# @(#)Makefile 8.4 (Berkeley) 6/22/95
# $FreeBSD$
+PACKAGE= nfs
+
PROG= rpc.umntall
MAN= rpc.umntall.8
SRCS= rpc.umntall.c mounttab.c
More information about the dev-commits-src-all
mailing list