diff options
author | Richard Purdie <richard@openedhand.com> | 2008-01-30 16:18:13 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-01-30 16:18:13 +0000 |
commit | 8656619817b8f0b2076e0464e23a642bb84afb87 (patch) | |
tree | 14673d723d46dc0731914490e580ea93b109f717 /meta/packages/oh/qemu-config | |
parent | 17c753a9247ce9cf4d91f83c0eb5a10905f0a7f4 (diff) | |
download | poky-8656619817b8f0b2076e0464e23a642bb84afb87.tar.gz |
qemu-config: Fix poky-chroot-launch to stop dbus system bus correctly
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3629 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/oh/qemu-config')
-rwxr-xr-x | meta/packages/oh/qemu-config/poky-chroot-launch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/packages/oh/qemu-config/poky-chroot-launch b/meta/packages/oh/qemu-config/poky-chroot-launch index 63d98d9361..dbc432b66c 100755 --- a/meta/packages/oh/qemu-config/poky-chroot-launch +++ b/meta/packages/oh/qemu-config/poky-chroot-launch | |||
@@ -18,9 +18,9 @@ done | |||
18 | 18 | ||
19 | bash -l | 19 | bash -l |
20 | 20 | ||
21 | # The --user option in the dbus stop script breaks under chroot | ||
22 | /sbin/start-stop-daemon --stop --pidfile /var/run/dbus/pid | ||
23 | |||
21 | for S in $SERVICES; do | 24 | for S in $SERVICES; do |
22 | fakeroot /etc/init.d/$S stop | 25 | fakeroot /etc/init.d/$S stop |
23 | done | 26 | done |
24 | |||
25 | # The --user option in the dbus stop script breaks under chroot | ||
26 | /sbin/start-stop-daemon --stop --pidfile /var/run/dbus/pid | ||