[Pkg-utopia-commits] r3110 - in /packages/unstable/dbus/debian: changelog dbus.postinst

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Fri May 8 11:10:21 UTC 2009


Author: biebl
Date: Fri May  8 11:10:20 2009
New Revision: 3110

URL: http://svn.debian.org/wsvn/pkg-utopia/?sc=1&rev=3110
Log:
* debian/dbus.postinst
  - Remove chown call for /var/run/dbus as the init script will take care of
    setting the right permissions anyway. This also ensures that we don't
    fail if /var/run is on tmpfs. (Closes: #508931)

Modified:
    packages/unstable/dbus/debian/changelog
    packages/unstable/dbus/debian/dbus.postinst

Modified: packages/unstable/dbus/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/dbus/debian/changelog?rev=3110&op=diff
==============================================================================
--- packages/unstable/dbus/debian/changelog (original)
+++ packages/unstable/dbus/debian/changelog Fri May  8 11:10:20 2009
@@ -10,8 +10,12 @@
     - Update for API additions.
   * debian/rules
     - Bump shlibs to 1.2.14.
-
- -- Michael Biebl <biebl at debian.org>  Thu, 07 May 2009 00:00:25 +0200
+  * debian/dbus.postinst
+    - Remove chown call for /var/run/dbus as the init script will take care of
+      setting the right permissions anyway. This also ensures that we don't
+      fail if /var/run is on tmpfs. (Closes: #508931)
+
+ -- Michael Biebl <biebl at debian.org>  Fri, 08 May 2009 13:02:05 +0200
 
 dbus (1.2.12-1) unstable; urgency=low
 

Modified: packages/unstable/dbus/debian/dbus.postinst
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/dbus/debian/dbus.postinst?rev=3110&op=diff
==============================================================================
--- packages/unstable/dbus/debian/dbus.postinst (original)
+++ packages/unstable/dbus/debian/dbus.postinst Fri May  8 11:10:20 2009
@@ -14,8 +14,6 @@
             --no-create-home \
             --disabled-password \
             --group "$MESSAGEUSER"
-
-    chown "$MESSAGEUSER":"$MESSAGEUSER" "$MESSAGEHOME"
 
     if ! dpkg-statoverride --list "$LAUNCHER" >/dev/null 2>&1; then
             chown root:"$MESSAGEUSER" "$LAUNCHER"




More information about the Pkg-utopia-commits mailing list