packages/dbus/dbus.inc : Add group netdev during installation (if it does not exists).
authorStelios Koroneos <skoroneos@digital-opsis.com>
Sun, 21 Oct 2007 13:50:59 +0000 (13:50 +0000)
committerStelios Koroneos <skoroneos@digital-opsis.com>
Sun, 21 Oct 2007 13:50:59 +0000 (13:50 +0000)
Closes #3179
packages/dbus/dbus_1.0.2.bb : Bump PR

packages/dbus/dbus.inc
packages/dbus/dbus_1.0.2.bb

index 93eac00..4f38be3 100644 (file)
@@ -36,6 +36,9 @@ MESSAGEHOME=/var/run/dbus
 mkdir -p $MESSAGEHOME || true
 chgrp "$MESSAGEUSER" "$MESSAGEHOME" 2>/dev/null || addgroup "$MESSAGEUSER"
 chown "$MESSAGEUSER"."$MESSAGEUSER" "$MESSAGEHOME" 2>/dev/null || adduser --system --home "$MESSAGEHOME" --no-create-home --disabled-password --ingroup "$MESSAGEUSER" "$MESSAGEUSER"
+
+grep -q netdev: /etc/group || addgroup netdev
+
 }
 
 EXTRA_OECONF = "--disable-qt --disable-qt3  --disable-gtk --disable-tests \
index c2b31db..f51265e 100644 (file)
@@ -2,7 +2,7 @@ require dbus.inc
 
 DEFAULT_PREFERENCE = "1"
 
-PR = "r7"
+PR = "r8"
 
 SRC_URI = "http://dbus.freedesktop.org/releases/dbus/dbus-${PV}.tar.gz \
           file://tmpdir.patch;patch=1 \