git: e6a32ddf3ff9 - stable/13 - pkgbase: Add nfsiod to the FreeBSD-nfs package

Emmanuel Vadot manu at FreeBSD.org
Mon Aug 16 16:16:12 UTC 2021


The branch stable/13 has been updated by manu:

URL: https://cgit.FreeBSD.org/src/commit/?id=e6a32ddf3ff9e0d12f5221b477bf71e7a926afc8

commit e6a32ddf3ff9e0d12f5221b477bf71e7a926afc8
Author:     Emmanuel Vadot <manu at FreeBSD.org>
AuthorDate: 2021-08-05 16:17:34 +0000
Commit:     Emmanuel Vadot <manu at FreeBSD.org>
CommitDate: 2021-08-16 16:15:47 +0000

    pkgbase: Add nfsiod to the FreeBSD-nfs package
    
    Missed in 081fb644925f
    
    (cherry picked from commit e06b8f11280397d7fdaa27d8d6f8eec9e4c707b3)
---
 sbin/nfsiod/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/sbin/nfsiod/Makefile b/sbin/nfsiod/Makefile
index 47cd290ec78e..912dd19e25cb 100644
--- a/sbin/nfsiod/Makefile
+++ b/sbin/nfsiod/Makefile
@@ -4,4 +4,6 @@
 PROG=	nfsiod
 MAN=	nfsiod.8
 
+PACKAGE=	nfs
+
 .include <bsd.prog.mk>


More information about the dev-commits-src-branches mailing list