All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] nginx: add group www-data
@ 2016-06-07  8:21 Robert Yang
  2016-06-07  8:21 ` [PATCH 2/2] nostromo: " Robert Yang
  2016-06-12  9:57 ` [PATCH 1/2] nginx: " Robert Yang
  0 siblings, 2 replies; 4+ messages in thread
From: Robert Yang @ 2016-06-07  8:21 UTC (permalink / raw)
  To: openembedded-devel

Fixed:
Running useradd commands...
useradd: group 'www-data' does not exist

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
---
 meta-webserver/recipes-httpd/nginx/nginx.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-webserver/recipes-httpd/nginx/nginx.inc b/meta-webserver/recipes-httpd/nginx/nginx.inc
index ebf926a..946db12 100644
--- a/meta-webserver/recipes-httpd/nginx/nginx.inc
+++ b/meta-webserver/recipes-httpd/nginx/nginx.inc
@@ -130,6 +130,7 @@ INITSCRIPT_NAME = "nginx"
 INITSCRIPT_PARAMS = "defaults 92 20"
 
 USERADD_PACKAGES = "${PN}"
+GROUPADD_PARAM_${PN} = "--system www-data"
 USERADD_PARAM_${PN} = " \
     --system --no-create-home \
     --home ${NGINX_WWWDIR} \
-- 
2.7.4



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

end of thread, other threads:[~2016-06-16 10:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-06-07  8:21 [PATCH 1/2] nginx: add group www-data Robert Yang
2016-06-07  8:21 ` [PATCH 2/2] nostromo: " Robert Yang
2016-06-12  9:57 ` [PATCH 1/2] nginx: " Robert Yang
2016-06-16 10:41   ` Martin Jansa

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.