[Pkg-utopia-maintainers] Bug#530395: dbus: startscript does what insserv should do
Ralph Ulrich
eulenreich at gmx.de
Sun May 24 15:39:14 UTC 2009
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!
More information about the Pkg-utopia-maintainers
mailing list