summaryrefslogtreecommitdiff
path: root/debian/apt.cron.daily
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2008-05-28 14:05:04 +0200
committerMichael Vogt <michael.vogt@ubuntu.com>2008-05-28 14:05:04 +0200
commitbe993931c56d0d435e03c80f3afcc31714aec1ba (patch)
treed66129b286dc9896506390d92823697c29133724 /debian/apt.cron.daily
parentfc2d32c089f035955c81100f2ded7c3f66793dc3 (diff)
parent7822f141da0200d52d166d6569129e3350016955 (diff)
merged from the debian-sid branch
Diffstat (limited to 'debian/apt.cron.daily')
-rw-r--r--debian/apt.cron.daily2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/apt.cron.daily b/debian/apt.cron.daily
index acecd29ac..cdb970521 100644
--- a/debian/apt.cron.daily
+++ b/debian/apt.cron.daily
@@ -309,7 +309,7 @@ UPDATE_STAMP=/var/lib/apt/periodic/update-stamp
if check_stamp $UPDATE_STAMP $UpdateInterval; then
if eval apt-get $XAPTOPT -y update $XSTDERR; then
debug_echo "download updated metadata (success)."
- if which dbus-send >/dev/null; then
+ if which dbus-send >/dev/null && pidof dbus-daemon >/dev/null; then
if dbus-send --system / app.apt.dbus.updated boolean:true ; then
debug_echo "send dbus signal (success)"
else