Package: kvm Version: 85+dfsg-4 Severity: normal File: /etc/init.d/kvm The kvm init script has a stop action which unloads the kvm module. This seems unnecessary. When shutting down, unloading a module first seems superfluous, since the system will shut down just fine, module and all. I suppose it could still run in runlevel 1 (going into single-user mode), but taking the time to unload the module still seems unnecessary, as it doesn't do any harm in single-user mode.
I'd suggest leaving the existing stop action for completeness (since someone might want to run stop or restart manually) but changing the Default-Stop in the init script header to an empty string so it never gets called. Thanks, Josh Triplett -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

