From 08e6279a9f6f5a41fbeaeb3cc3ff93dc0a4d7d38 Mon Sep 17 00:00:00 2001 From: Emmanuel Vadot Date: Tue, 10 Oct 2023 18:56:20 +0200 Subject: [PATCH] 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 (cherry picked from commit 6a804af4c0e3ce3574e23695f587c11f5958bcbb) --- bin/uuidgen/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/uuidgen/Makefile b/bin/uuidgen/Makefile index f0c4ce2e353..234ee20300e 100644 --- a/bin/uuidgen/Makefile +++ b/bin/uuidgen/Makefile @@ -1,4 +1,5 @@ +PACKAGE= runtime PROG= uuidgen .include