Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Aug 2022 19:16:05 GMT
From:      Emmanuel Vadot <manu@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 4efb514b70ba - main - pkgbase: Put mount_nfs in the FreeBSD-nfs package
Message-ID:  <202208161916.27GJG53r001541@gitrepo.freebsd.org>

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

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

commit 4efb514b70ba9acdc27026daf3c8c93917ed4fe9
Author:     Emmanuel Vadot <manu@FreeBSD.org>
AuthorDate: 2022-07-22 11:23:14 +0000
Commit:     Emmanuel Vadot <manu@FreeBSD.org>
CommitDate: 2022-08-16 19:15:04 +0000

    pkgbase: Put mount_nfs in the FreeBSD-nfs package
---
 sbin/mount_nfs/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sbin/mount_nfs/Makefile b/sbin/mount_nfs/Makefile
index a896edef898f..527ea42575a5 100644
--- a/sbin/mount_nfs/Makefile
+++ b/sbin/mount_nfs/Makefile
@@ -2,7 +2,7 @@
 #
 # $FreeBSD$
 
-PACKAGE=runtime
+PACKAGE=nfs
 PROG=	mount_nfs
 SRCS=	mount_nfs.c getmntopts.c mounttab.c
 MAN=	mount_nfs.8



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