Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Oct 2023 19:10:58 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: 6a804af4c0e3 - main - pkgbase: Move uuidgen to runtime package
Message-ID:  <202310111910.39BJAwsG069275@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=6a804af4c0e3ce3574e23695f587c11f5958bcbb

commit 6a804af4c0e3ce3574e23695f587c11f5958bcbb
Author:     Emmanuel Vadot <manu@FreeBSD.org>
AuthorDate: 2023-10-10 16:56:20 +0000
Commit:     Emmanuel Vadot <manu@FreeBSD.org>
CommitDate: 2023-10-11 19:10:14 +0000

    pkgbase: Move uuidgen to runtime package
    
    This is useful to have a valid /etc/hostid and /etc/machine-id for
    small mfsroot based setup and not needing to install FreeBSD-utilities
    
    Sponsored by:   Beckhoff Automation GmbH & Co. KG
    Reviewed by:    emaste
    Differential Revision:  https://reviews.freebsd.org/D42149
---
 bin/uuidgen/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/bin/uuidgen/Makefile b/bin/uuidgen/Makefile
index f0c4ce2e3538..234ee20300eb 100644
--- a/bin/uuidgen/Makefile
+++ b/bin/uuidgen/Makefile
@@ -1,4 +1,5 @@
 
+PACKAGE=	runtime
 PROG=	uuidgen
 
 .include <bsd.prog.mk>



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