Date: Friday, February 20, 2015 @ 08:27:08
  Author: bisson
Revision: 231688

implement FS#43854

Modified:
  avahi/trunk/install

---------+
 install |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: install
===================================================================
--- install     2015-02-20 05:08:01 UTC (rev 231687)
+++ install     2015-02-20 07:27:08 UTC (rev 231688)
@@ -1,6 +1,6 @@
 post_install() {
        getent group avahi &>/dev/null || groupadd -r -g 84 avahi >/dev/null
-       getent passwd avahi &>/dev/null || useradd -r -u 84 -g avahi -d / -s 
/bin/false -c avahi avahi >/dev/null
+       getent passwd avahi &>/dev/null || useradd -r -u 84 -g avahi -d / -s 
/bin/nologin -c avahi avahi >/dev/null
        true
 }
 

Reply via email to