[oe-commits] Koen Kooi : policykit: fix another c/p error

GIT User account git at amethyst.openembedded.net
Thu Dec 4 14:10:12 UTC 2008


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 35317b469ee5368948c9d06c75ac98395b847d9a
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=35317b469ee5368948c9d06c75ac98395b847d9a

Author: Koen Kooi <koen at openembedded.org>
Date:   Thu Dec  4 15:07:36 2008 +0100

policykit: fix another c/p error

---

 packages/policykit/policykit_0.9.bb |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/packages/policykit/policykit_0.9.bb b/packages/policykit/policykit_0.9.bb
index d8648ea..c7ba718 100644
--- a/packages/policykit/policykit_0.9.bb
+++ b/packages/policykit/policykit_0.9.bb
@@ -1,7 +1,7 @@
 HOMEPAGE = "http://www.packagekit.org/"
 DEPENDS = "libpam expat dbus-glib"
 
-PR = "r2"
+PR = "r3"
 
 SRC_URI = "http://hal.freedesktop.org/releases/PolicyKit-${PV}.tar.gz"
 
@@ -24,7 +24,8 @@ pkg_postinst_${PN} () {
     if [ "x$D" != "x" ]; then
         exit 1
     fi
-    grep "^polkituser:" /etc/group > /dev/null || addgroup polkituser    grep "^polkituser:" /etc/passwd > /dev/null || adduser --disabled-password --system --home /var/run/polkit polkituser --ingroup polkituser -g polkituser 
+    grep "^polkituser:" /etc/group > /dev/null || addgroup polkituser
+    grep "^polkituser:" /etc/passwd > /dev/null || adduser --disabled-password --system --home /var/run/polkit polkituser --ingroup polkituser -g polkituser 
     DBUSPID=`pidof dbus-daemon`
     if [ "x$DBUSPID" != "x" ]; then
         /etc/init.d/dbus-1 force-reload





More information about the Openembedded-commits mailing list