1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-30 00:20:08 +00:00

hal: no need to force-reload, we can reload now

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2793 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Ross Burton
2007-09-26 08:50:54 +00:00
parent 2b6d98f628
commit 23f1df5dde
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -13,7 +13,7 @@ SRC_URI = "git://anongit.freedesktop.org/hal/;protocol=git \
file://99_hal"
PV = "0.5.9.1+git${SRCDATE}"
PR = "r2"
PR = "r3"
S = "${WORKDIR}/git"
@@ -60,7 +60,7 @@ pkg_postinst_hal () {
DBUSPID=`pidof dbus-daemon`
if [ "x$DBUSPID" != "x" ]; then
/etc/init.d/dbus-1 force-reload
/etc/init.d/dbus-1 reload
fi
}