diff options
author | John Lee <john_lee@openmoko.com> | 2008-11-21 23:38:21 +0800 |
---|---|---|
committer | John Lee <john_lee@openmoko.org> | 2008-12-22 18:26:40 +0800 |
commit | 21de9babc2da7c7b6d43ac37a22e237c94120426 (patch) | |
tree | 36c88bb0e024bee17ab8e9b9719964c241e3dcdb /packages/avahi/avahi_0.6.20.bb | |
parent | bc01e920ab6319679ab1f29f3b3e2e0258c2ab55 (diff) |
avahi: fix postinst script error
The previous version of dbus-1 will not stop clean if there exists
running 'dbus-daemon --session' in the system. That will cause the
script to believe it should ask for a force-reload of dbus, which
leads to an error exit because the 'dbus-daemon --system' wasn't
really running.
Diffstat (limited to 'packages/avahi/avahi_0.6.20.bb')
-rw-r--r-- | packages/avahi/avahi_0.6.20.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/avahi/avahi_0.6.20.bb b/packages/avahi/avahi_0.6.20.bb index 6bc5a7055d..f3e9c6bdee 100644 --- a/packages/avahi/avahi_0.6.20.bb +++ b/packages/avahi/avahi_0.6.20.bb @@ -1,3 +1,3 @@ require avahi.inc -PR = "r9" +PR = "r10" |