From: Philipp Zabel Date: Sat, 3 Sep 2005 12:40:43 +0000 (+0000) Subject: avahi-0.2: avahi system user creation fix X-Git-Tag: Release-2010-05/1~9453^2~3674 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5fa4cc8266d93d6a68cf0cf1d488ff9d69af5b14;p=openembedded.git avahi-0.2: avahi system user creation fix --- diff --git a/packages/avahi/avahi_0.2.bb b/packages/avahi/avahi_0.2.bb index 1b80121600..8added4ed2 100644 --- a/packages/avahi/avahi_0.2.bb +++ b/packages/avahi/avahi_0.2.bb @@ -39,7 +39,7 @@ INITSCRIPT_NAME_avahi-dnsconfd = "avahi-dnsconfd" INITSCRIPT_PARAMS_avahi-dnsconfd = "defaults 22 19" pkg_postinst_avahi-daemon () { - grep avahi /etc/passwd || adduser --disabled-password --system --home /var/run/avahi-daemon avahi + grep avahi /etc/passwd || adduser --disabled-password --system --home /var/run/avahi-daemon --no-create-home avahi -g Avahi } pkg_postrm_avahi-daemon () {