Message ID | 1446662767-15730-1-git-send-email-nrubinstein@aldebaran.com |
---|---|
State | Accepted |
Headers | show |
Dear Noé Rubinstein, On Wed, 4 Nov 2015 19:46:06 +0100, Noé Rubinstein wrote: > Signed-off-by: Noé Rubinstein <nrubinstein@aldebaran.com> > --- > package/nginx/nginx.mk | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Both patches applied, thanks! For the second patch, it would be good if someone could modify makedevs to not accept user/group specified as strings, since resolving them from the host point of view doesn't make any sense. Thanks! Thomas
On 04-11-15 21:49, Thomas Petazzoni wrote: > Dear Noé Rubinstein, > > On Wed, 4 Nov 2015 19:46:06 +0100, Noé Rubinstein wrote: >> Signed-off-by: Noé Rubinstein <nrubinstein@aldebaran.com> >> --- >> package/nginx/nginx.mk | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) > > Both patches applied, thanks! > > For the second patch, it would be good if someone could modify makedevs > to not accept user/group specified as strings, since resolving them > from the host point of view doesn't make any sense. Or better yet, use the target passwd and group files... Regards, Arnout
diff --git a/package/nginx/nginx.mk b/package/nginx/nginx.mk index 32a337c..8e23bd8 100644 --- a/package/nginx/nginx.mk +++ b/package/nginx/nginx.mk @@ -19,7 +19,7 @@ NGINX_CONF_OPTS = \ # www-data user and group are used for nginx. Because these user and group # are already set by buildroot, it is not necessary to redefine them. -# See system/skeleton/passwd +# See system/skeleton/etc/passwd # username: www-data uid: 33 # groupname: www-data gid: 33 #
Signed-off-by: Noé Rubinstein <nrubinstein@aldebaran.com> --- package/nginx/nginx.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)