Package: dbus
Version: 1.2.14-2
Severity: minor

This is ugly:

Every start of "/etc/init.d/dbus" does:
---
    services=$(grep -s -l "^# Required-Start:.*dbus" /etc/rc${r}.d/S??*
.
.
.
 for i in $services ; do
    service=$(basename $i)
    service=${service#S??}
    invoke-rc.d $service $action || true
  done
---

what is exactly what insserv does! If we want a fast boot we should not implement the dependency system there in this dbus script!



--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to