[Török Edvin] > Installing libdevmapper1.0.21_1.02.20-2 fails, saying that 'Service > modutils has to be enabled for service libdevmapper'. > Problem is there is no package modutils, and module-init-tools > provides 'module-init-tools', not modutils. > Changing modutils to module-init-tools in /usr/share/insserv/overrides > lets me install libdevmapper.
Thank you for your test report. I am happy to learn that more people are working on the dependency based boot system. :) > `grep modutils /usr/share/insserv/overrides` shows that mdadm-raid, > and raid2 overrides face the same problem. Good point. Both of them should be changed as well. > What is the correct solution? Change the Required-Start to > 'module-init-tools', or make module-init-tools provide modutils? I see several options. I know the modutils package is being removed, so replacing it with module-init-tools is probably a good idea. Listing them both as should-start could be an idea too, to place the libdevmapper1.0.21 after either if any of them are installed. Happy hacking, -- Petter Reinholdtsen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

