[maemo-commits] [maemo-commits] r12304 - projects/haf/trunk/dbus/debian
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Fri Jun 15 10:45:14 EEST 2007
- Previous message: [maemo-commits] r12303 - in projects/haf/trunk/hildon-desktop: . libhildondesktop
- Next message: [maemo-commits] r12305 - projects/haf/tags/dbus
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: kihamala Date: 2007-06-15 10:45:13 +0300 (Fri, 15 Jun 2007) New Revision: 12304 Modified: projects/haf/trunk/dbus/debian/changelog projects/haf/trunk/dbus/debian/dbus.postinst Log: fixed adding messagebus user to dialout group Modified: projects/haf/trunk/dbus/debian/changelog =================================================================== --- projects/haf/trunk/dbus/debian/changelog 2007-06-14 16:26:59 UTC (rev 12303) +++ projects/haf/trunk/dbus/debian/changelog 2007-06-15 07:45:13 UTC (rev 12304) @@ -1,3 +1,10 @@ +dbus (1.0.2-0osso8) experimental; urgency=low + + * Removed condition from adding messagebus to the dialout group. + Fixes: NB#59355 + + -- Kimmo Hämäläinen <kimmo.hamalainen at nokia.com> Fri, 15 Jun 2007 10:43:35 +0300 + dbus (1.0.2-0osso7) experimental; urgency=low * Fixed upgrading problem with some environments. Modified: projects/haf/trunk/dbus/debian/dbus.postinst =================================================================== --- projects/haf/trunk/dbus/debian/dbus.postinst 2007-06-14 16:26:59 UTC (rev 12303) +++ projects/haf/trunk/dbus/debian/dbus.postinst 2007-06-15 07:45:13 UTC (rev 12304) @@ -13,10 +13,7 @@ chgrp "$MESSAGEUSER" "$MESSAGEHOME" 2>/dev/null || groupadd "$MESSAGEUSER" chown "$MESSAGEUSER":"$MESSAGEUSER" "$MESSAGEHOME" 2>/dev/null || \ useradd -d "$MESSAGEHOME" -g $MESSAGEUSER $MESSAGEUSER -if [ ! -d /scratchbox ]; then - # for some reason this fails in Scratchbox - usermod -G dialout $MESSAGEUSER -fi +usermod -G dialout $MESSAGEUSER # Do not restart dbus on upgrades, only on fresh installations #if [ "$1" = "configure" ]; then
- Previous message: [maemo-commits] r12303 - in projects/haf/trunk/hildon-desktop: . libhildondesktop
- Next message: [maemo-commits] r12305 - projects/haf/tags/dbus
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]