buildroot.busybox.net archive mirror
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/seatd: fix seatd group name
@ 2023-07-27 17:51 James Hilliard
  2023-07-27 21:17 ` Thomas Petazzoni via buildroot
  2023-08-30 10:55 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: James Hilliard @ 2023-07-27 17:51 UTC (permalink / raw)
  To: buildroot; +Cc: James Hilliard

The seatd service was changed to use the "seat" group in version 0.6.0:
https://git.sr.ht/~kennylevinsen/seatd/commit/5535c2c3b19b42ebfe4c451600059e9418e401a6

In buildroot we updated seatd past version 0.6.0 in commit:
c54f85ca0d2ba7b73c899a27e62c67d3389617b8

However we forgot to fix the group name when doing so.

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
---
 package/seatd/seatd.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/seatd/seatd.mk b/package/seatd/seatd.mk
index 96caf63b30..dbe9ac3154 100644
--- a/package/seatd/seatd.mk
+++ b/package/seatd/seatd.mk
@@ -33,7 +33,7 @@ ifeq ($(BR2_PACKAGE_SEATD_DAEMON),y)
 SEATD_CONF_OPTS += -Dlibseat-seatd=enabled -Dserver=enabled
 
 define SEATD_USERS
-	- - video -1 - - - - -
+	- - seat -1 - - - - -
 endef
 
 define SEATD_INSTALL_INIT_SYSV
-- 
2.34.1

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

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

* Re: [Buildroot] [PATCH 1/1] package/seatd: fix seatd group name
  2023-07-27 17:51 [Buildroot] [PATCH 1/1] package/seatd: fix seatd group name James Hilliard
@ 2023-07-27 21:17 ` Thomas Petazzoni via buildroot
  2023-08-30 10:55 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni via buildroot @ 2023-07-27 21:17 UTC (permalink / raw)
  To: James Hilliard; +Cc: buildroot

On Thu, 27 Jul 2023 11:51:30 -0600
James Hilliard <james.hilliard1@gmail.com> wrote:

> The seatd service was changed to use the "seat" group in version 0.6.0:
> https://git.sr.ht/~kennylevinsen/seatd/commit/5535c2c3b19b42ebfe4c451600059e9418e401a6
> 
> In buildroot we updated seatd past version 0.6.0 in commit:
> c54f85ca0d2ba7b73c899a27e62c67d3389617b8
> 
> However we forgot to fix the group name when doing so.
> 
> Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
> ---
>  package/seatd/seatd.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 1/1] package/seatd: fix seatd group name
  2023-07-27 17:51 [Buildroot] [PATCH 1/1] package/seatd: fix seatd group name James Hilliard
  2023-07-27 21:17 ` Thomas Petazzoni via buildroot
@ 2023-08-30 10:55 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2023-08-30 10:55 UTC (permalink / raw)
  To: James Hilliard; +Cc: buildroot

>>>>> "James" == James Hilliard <james.hilliard1@gmail.com> writes:

 > The seatd service was changed to use the "seat" group in version 0.6.0:
 > https://git.sr.ht/~kennylevinsen/seatd/commit/5535c2c3b19b42ebfe4c451600059e9418e401a6

 > In buildroot we updated seatd past version 0.6.0 in commit:
 > c54f85ca0d2ba7b73c899a27e62c67d3389617b8

 > However we forgot to fix the group name when doing so.

 > Signed-off-by: James Hilliard <james.hilliard1@gmail.com>

Committed to 2023.02.x and 2023.05.x, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2023-08-30 10:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-27 17:51 [Buildroot] [PATCH 1/1] package/seatd: fix seatd group name James Hilliard
2023-07-27 21:17 ` Thomas Petazzoni via buildroot
2023-08-30 10:55 ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).