Control: block -1 by 705254 Robert Euhus [2015-02-26 20:08 +0100]: > reading Lennart's remark on the mentioned upstream bug report > (https://bugs.freedesktop.org/show_bug.cgi?id=87320) I would think that > this bug depends on #705254 . Otherwise one would have to implement the > same kind of logic for the systemd fallback.
This is only true under SysV init, where systemctl indeed has to ask update-rc.d is-enabled (or something similar). Under systemd it would actually be able to figure that out, as the sysv-generator checks exactly that -- "is the init.d script enabled". It generates corresponding runlevel?.target.wants/ symlinks. But we still need a solution that works under sysvinit too, thus adding the block. Martin -- Martin Pitt | http://www.piware.de Ubuntu Developer (www.ubuntu.com) | Debian Developer (www.debian.org) -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

