avahi-0.2: avahi system user creation fix
authorPhilipp Zabel <philipp.zabel@gmail.com>
Sat, 3 Sep 2005 12:40:43 +0000 (12:40 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Sat, 3 Sep 2005 12:40:43 +0000 (12:40 +0000)
packages/avahi/avahi_0.2.bb

index 1b80121..8added4 100644 (file)
@@ -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 () {