From: Robert Yang <liezhi.yang@windriver.com>
To: <openembedded-devel@lists.openembedded.org>
Subject: Re: [PATCH 1/2] nginx: add group www-data
Date: Sun, 12 Jun 2016 17:57:50 +0800 [thread overview]
Message-ID: <575D321E.6010308@windriver.com> (raw)
In-Reply-To: <1465287700-18359-1-git-send-email-liezhi.yang@windriver.com>
Sorry, please hold on the two patches, base-passwd does provide
www-data, I should not meet this orror in theory.
// Robert
On 06/07/2016 04:21 PM, Robert Yang wrote:
> 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} \
>
next prev parent reply other threads:[~2016-06-12 9:57 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
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 ` Robert Yang [this message]
2016-06-16 10:41 ` [PATCH 1/2] nginx: " Martin Jansa
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=575D321E.6010308@windriver.com \
--to=liezhi.yang@windriver.com \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.