[Pkg-utopia-commits] r1423 - in /packages/unstable/avahi/debian: avahi-daemon.postinst changelog

sjoerd at users.alioth.debian.org sjoerd at users.alioth.debian.org
Thu Apr 19 19:32:24 UTC 2007


Author: sjoerd
Date: Thu Apr 19 19:32:24 2007
New Revision: 1423

URL: http://svn.debian.org/wsvn/pkg-utopia/?sc=1&rev=1423
Log:
* debian/avahi-daemon.postinst:
  + Don't let adduser create avahi-daemon's homedir. This prevents it from
    being created with the wrong permissions. (Closes: #419935)

Modified:
    packages/unstable/avahi/debian/avahi-daemon.postinst
    packages/unstable/avahi/debian/changelog

Modified: packages/unstable/avahi/debian/avahi-daemon.postinst
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/avahi/debian/avahi-daemon.postinst?rev=1423&op=diff
==============================================================================
--- packages/unstable/avahi/debian/avahi-daemon.postinst (original)
+++ packages/unstable/avahi/debian/avahi-daemon.postinst Thu Apr 19 19:32:24 2007
@@ -18,7 +18,7 @@
   configure)
     if ! getent passwd avahi >/dev/null; then
       adduser --disabled-password  --quiet --system \
-        --home /var/run/avahi-daemon \
+        --home /var/run/avahi-daemon --no-create-home \
         --gecos "Avahi mDNS daemon" --group avahi
     fi
     # If the Avahi user has the old home, change it

Modified: packages/unstable/avahi/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/avahi/debian/changelog?rev=1423&op=diff
==============================================================================
--- packages/unstable/avahi/debian/changelog (original)
+++ packages/unstable/avahi/debian/changelog Thu Apr 19 19:32:24 2007
@@ -1,3 +1,11 @@
+avahi (0.6.18-3) UNRELEASED; urgency=low
+
+  * debian/avahi-daemon.postinst:
+    + Don't let adduser create avahi-daemon's homedir. This prevents it from
+      being created with the wrong permissions. (Closes: #419935)
+
+ -- Sjoerd Simons <sjoerd at debian.org>  Thu, 19 Apr 2007 21:21:21 +0200
+
 avahi (0.6.18-2) unstable; urgency=low
 
   * debian/control,




More information about the Pkg-utopia-commits mailing list