[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#438803: apt cronjob complains about dbus



Package: apt
Version: 0.7.11
Files: /etc/cron.daily/apt
Severity: Wishlist

testing-lenny

Yeah, couldn't it
----------------------
        if which dbus-send >/dev/null; then
            dbus-send --system / app.apt.dbus.updated boolean:true
        fi
----------------------
 be something like this:
----------------------
        if pidof dbus-daemon >/dev/null; then
            dbus-send --system / app.apt.dbus.updated boolean:true
        fi
----------------------
?

Thanks
christian



Reply to: