From aac86aa1b06932d262fa02e2125e4a40cd6d8c11 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Fri, 29 Jul 2016 10:25:07 -0400 Subject: nostromo: remove useradd of a user already provided by base-passwd Signed-off-by: Derek Straka Signed-off-by: Martin Jansa --- meta-webserver/recipes-httpd/nostromo/nostromo_1.9.6.bb | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'meta-webserver') diff --git a/meta-webserver/recipes-httpd/nostromo/nostromo_1.9.6.bb b/meta-webserver/recipes-httpd/nostromo/nostromo_1.9.6.bb index e06a6965fc..7d660ce0a3 100644 --- a/meta-webserver/recipes-httpd/nostromo/nostromo_1.9.6.bb +++ b/meta-webserver/recipes-httpd/nostromo/nostromo_1.9.6.bb @@ -18,7 +18,7 @@ TARGET_CC_ARCH += "${LDFLAGS}" DEPENDS = "openssl" -inherit update-rc.d useradd +inherit update-rc.d INITSCRIPT_NAME = "nostromo" INITSCRIPT_PARAMS = "defaults 70" @@ -27,11 +27,6 @@ do_compile() { oe_runmake } -# we need user/group www-data to exist when we install -# -USERADD_PACKAGES = "${PN}" -USERADD_PARAM_${PN} = "--system -g www-data www-data" - do_install() { install -d ${D}/${sbindir} install -m 0755 src/nhttpd/nhttpd ${D}/${sbindir}/nhttpd -- cgit 1.2.3-korg