Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v2] package/unbound: add missing unbound user
@ 2024-08-13  4:46 Waldemar Brodkorb
  2024-08-14 21:44 ` Thomas Petazzoni via buildroot
  2024-09-16  8:22 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Waldemar Brodkorb @ 2024-08-13  4:46 UTC (permalink / raw)
  To: buildroot

Without the unbound user the daemon does not start on bootup.

Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
---
v1->v2:
 - split patches, missing user goes to master, suggested by Thomas P.
---
 package/unbound/unbound.mk | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/package/unbound/unbound.mk b/package/unbound/unbound.mk
index ff0262bef1..6ce6f9a1ba 100644
--- a/package/unbound/unbound.mk
+++ b/package/unbound/unbound.mk
@@ -54,4 +54,8 @@ define UNBOUND_INSTALL_INIT_SYSV
 		$(TARGET_DIR)/etc/init.d/S70unbound
 endef
 
+define UNBOUND_USERS
+	unbound -1 unbound -1 * /etc/unbound - - unbound daemon
+endef
+
 $(eval $(autotools-package))
-- 
2.30.2

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-09-16  8:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-13  4:46 [Buildroot] [PATCH v2] package/unbound: add missing unbound user Waldemar Brodkorb
2024-08-14 21:44 ` Thomas Petazzoni via buildroot
2024-09-16  8:22 ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox