Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Feb 2023 09:33:04 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: 9c3b0203a10e - stable/13 - pkgbase: Put mount_nfs in the FreeBSD-nfs package
Message-ID:  <202302020933.3129X4LK033704@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=9c3b0203a10e72fd2f6c7065cef5175f2d2dbe3c

commit 9c3b0203a10e72fd2f6c7065cef5175f2d2dbe3c
Author:     Emmanuel Vadot <manu@FreeBSD.org>
AuthorDate: 2022-07-22 11:23:14 +0000
Commit:     Emmanuel Vadot <manu@FreeBSD.org>
CommitDate: 2023-02-02 09:32:54 +0000

    pkgbase: Put mount_nfs in the FreeBSD-nfs package
    
    (cherry picked from commit 4efb514b70ba9acdc27026daf3c8c93917ed4fe9)
---
 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?202302020933.3129X4LK033704>