[Pkg-utopia-commits] r504 - packages/unstable/avahi/debian

Sjoerd Simons sjoerd at costa.debian.org
Thu Jan 19 15:52:12 UTC 2006


Author: sjoerd
Date: 2006-01-19 15:52:11 +0000 (Thu, 19 Jan 2006)
New Revision: 504

Modified:
   packages/unstable/avahi/debian/avahi-daemon.postinst
   packages/unstable/avahi/debian/changelog
Log:
Add --disabled-password to adduser optiosn

Modified: packages/unstable/avahi/debian/avahi-daemon.postinst
===================================================================
--- packages/unstable/avahi/debian/avahi-daemon.postinst	2006-01-18 20:01:08 UTC (rev 503)
+++ packages/unstable/avahi/debian/avahi-daemon.postinst	2006-01-19 15:52:11 UTC (rev 504)
@@ -17,7 +17,8 @@
 case "$1" in
   configure)
     if ! getent passwd avahi >/dev/null; then
-      adduser --quiet --system --home /var/run/avahi-daemon \
+      adduser --disabled-password  --quiet --system \
+        --home /var/run/avahi-daemon \
         --gecos "Avahi mDNS daemon" --group avahi
     fi
     # If the Avahi user has the old home, change it

Modified: packages/unstable/avahi/debian/changelog
===================================================================
--- packages/unstable/avahi/debian/changelog	2006-01-18 20:01:08 UTC (rev 503)
+++ packages/unstable/avahi/debian/changelog	2006-01-19 15:52:11 UTC (rev 504)
@@ -1,3 +1,9 @@
+avahi (0.6.4-2) unstable; urgency=low
+
+  * Add --disabled-password to adduser options in postinst
+
+ -- Sjoerd Simons <sjoerd at debian.org>  Thu, 19 Jan 2006 16:50:30 +0100
+
 avahi (0.6.4-1) unstable; urgency=low
 
   * New upstream release




More information about the Pkg-utopia-commits mailing list