Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Aug 2021 16:16:11 GMT
From:      Emmanuel Vadot <manu@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: e6a32ddf3ff9 - stable/13 - pkgbase: Add nfsiod to the FreeBSD-nfs package
Message-ID:  <202108161616.17GGGBrD048981@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by manu:

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

commit e6a32ddf3ff9e0d12f5221b477bf71e7a926afc8
Author:     Emmanuel Vadot <manu@FreeBSD.org>
AuthorDate: 2021-08-05 16:17:34 +0000
Commit:     Emmanuel Vadot <manu@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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202108161616.17GGGBrD048981>