[Buildroot] [PATCH 1/2] package/nginx: fix a typo

Noé Rubinstein noe.rubinstein at gmail.com
Wed Nov 4 18:46:06 UTC 2015


Signed-off-by: Noé Rubinstein <nrubinstein at aldebaran.com>
---
 package/nginx/nginx.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
 #
-- 
2.1.4



More information about the buildroot mailing list