summaryrefslogtreecommitdiff
path: root/packages/hal/hal_0.5.9.bb
diff options
context:
space:
mode:
authorJeremy Laine <jeremy.laine@m4x.org>2008-07-02 17:18:59 +0000
committerJeremy Laine <jeremy.laine@m4x.org>2008-07-02 17:18:59 +0000
commit08a6e84d3ad35bf232bd5d01b82f939904730a61 (patch)
tree05fa5fffbac84083057eea9f17e82747de566d6b /packages/hal/hal_0.5.9.bb
parentb85f5d16a791a5f65bc10be3b257b207821681ba (diff)
hal: create volatiles *after* creating the haldaemon user
Diffstat (limited to 'packages/hal/hal_0.5.9.bb')
-rw-r--r--packages/hal/hal_0.5.9.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/hal/hal_0.5.9.bb b/packages/hal/hal_0.5.9.bb
index b878638ff2..8dabddf23c 100644
--- a/packages/hal/hal_0.5.9.bb
+++ b/packages/hal/hal_0.5.9.bb
@@ -5,7 +5,7 @@ RDEPENDS += "udev hal-info"
#RDEPENDS_hal-device-manager = "python hal python-pygnome"
RRECOMMENDS = "udev-utils"
-PR = "r7"
+PR = "r8"
SRC_URI += "file://99_hal \
file://20hal \
@@ -53,11 +53,11 @@ pkg_postinst_hal () {
exit 1
fi
- /etc/init.d/populate-volatile.sh update
-
grep haldaemon /etc/group || addgroup haldaemon
grep haldaemon /etc/passwd || adduser --disabled-password --system --home /var/run/hald --no-create-home haldaemon --ingroup haldaemon -g HAL
+ /etc/init.d/populate-volatile.sh update
+
DBUSPID=`pidof dbus-daemon`
if [ "x$DBUSPID" != "x" ]; then