All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/davfs2: add davfs user and group
@ 2020-11-05 13:11 Sven Klomp
  2020-11-07 13:37 ` Thomas Petazzoni
  2020-11-09  9:59 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Sven Klomp @ 2020-11-05 13:11 UTC (permalink / raw)
  To: buildroot

mount.davfs expects the availability of the user and group davfs.
These are added using

Signed-off-by: Sven Klomp <mail@klomp.eu>
---
 package/davfs2/davfs2.mk | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/package/davfs2/davfs2.mk b/package/davfs2/davfs2.mk
index a73093a52a..4f245423f9 100644
--- a/package/davfs2/davfs2.mk
+++ b/package/davfs2/davfs2.mk
@@ -18,4 +18,8 @@ DAVFS2_CONF_ENV += \
 	ac_cv_path_NEON_CONFIG=$(STAGING_DIR)/usr/bin/neon-config \
 	LIBS=$(TARGET_NLS_LIBS)
 
+define DAVFS2_USERS
+        davfs2 -1 davfs2 -1 * - - - davfs user
+endef
+
 $(eval $(autotools-package))
-- 
2.29.2

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

* [Buildroot] [PATCH 1/1] package/davfs2: add davfs user and group
  2020-11-05 13:11 [Buildroot] [PATCH 1/1] package/davfs2: add davfs user and group Sven Klomp
@ 2020-11-07 13:37 ` Thomas Petazzoni
  2020-11-09  9:59 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2020-11-07 13:37 UTC (permalink / raw)
  To: buildroot

On Thu,  5 Nov 2020 14:11:49 +0100
Sven Klomp <mail@klomp.eu> wrote:

> mount.davfs expects the availability of the user and group davfs.

"of the user and group davfs2" since that's the ones you're adding.

Applied to master with the commit log updated. Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

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

* [Buildroot] [PATCH 1/1] package/davfs2: add davfs user and group
  2020-11-05 13:11 [Buildroot] [PATCH 1/1] package/davfs2: add davfs user and group Sven Klomp
  2020-11-07 13:37 ` Thomas Petazzoni
@ 2020-11-09  9:59 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2020-11-09  9:59 UTC (permalink / raw)
  To: buildroot

>>>>> "Sven" == Sven Klomp <mail@klomp.eu> writes:

 > mount.davfs expects the availability of the user and group davfs.
 > These are added using

 > Signed-off-by: Sven Klomp <mail@klomp.eu>

Committed to 2020.02.x and 2020.08.x, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2020-11-09  9:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-05 13:11 [Buildroot] [PATCH 1/1] package/davfs2: add davfs user and group Sven Klomp
2020-11-07 13:37 ` Thomas Petazzoni
2020-11-09  9:59 ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.