[Pkg-utopia-commits] r3258 - in /packages/unstable/hal/debian: changelog hal.postinst
biebl at users.alioth.debian.org
biebl at users.alioth.debian.org
Thu Nov 19 01:24:06 UTC 2009
Author: biebl
Date: Thu Nov 19 01:24:05 2009
New Revision: 3258
URL: http://svn.debian.org/wsvn/pkg-utopia/?sc=1&rev=3258
Log:
Remove polkit-auth call from postinst
Modified:
packages/unstable/hal/debian/changelog
packages/unstable/hal/debian/hal.postinst
Modified: packages/unstable/hal/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/hal/debian/changelog?rev=3258&op=diff
==============================================================================
--- packages/unstable/hal/debian/changelog (original)
+++ packages/unstable/hal/debian/changelog Thu Nov 19 01:24:05 2009
@@ -15,6 +15,8 @@
- Stop installing the PolicyKit policy files.
* debian/hal.manpages
- Stop installing hal-is-caller-privileged.1 man page.
+ * debian/hal.postinst
+ - Remove polkit-auth call.
-- Michael Biebl <biebl at debian.org> Tue, 17 Nov 2009 17:57:35 -0600
Modified: packages/unstable/hal/debian/hal.postinst
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/hal/debian/hal.postinst?rev=3258&op=diff
==============================================================================
--- packages/unstable/hal/debian/hal.postinst (original)
+++ packages/unstable/hal/debian/hal.postinst Thu Nov 19 01:24:05 2009
@@ -46,10 +46,6 @@
if [ -x /etc/init.d/dbus ]; then
invoke-rc.d dbus force-reload || true
fi
-
- # Allow hal to query the PolicyKit database to enforce privileges
- polkit-auth --user haldaemon --grant 'org.freedesktop.policykit.read' > /dev/null 2>&1 || true
-
;;
abort-upgrade|abort-remove|abort-deconfigure)
;;
More information about the Pkg-utopia-commits
mailing list