Align log messages
OBS-URL: https://build.opensuse.org/package/show/Base:System/kmod?expand=0&rev=41
This commit is contained in:
parent
cd856dea1f
commit
0851608ecf
18
kmod.changes
18
kmod.changes
@ -8,16 +8,16 @@ Sat Nov 10 15:07:54 UTC 2012 - hrvoje.senjan@gmail.com
|
|||||||
* kmod_module_get_{info,versions,symbols,dependency_symbols}. This
|
* kmod_module_get_{info,versions,symbols,dependency_symbols}. This
|
||||||
reduces signficantly the amount of time depmod tool takes to
|
reduces signficantly the amount of time depmod tool takes to
|
||||||
execute. Particularly if compressed modules are used.
|
execute. Particularly if compressed modules are used.
|
||||||
* Remove --with-rootprefix from build system. It was not a great idea
|
* Remove --with-rootprefix from build system. It was not a great
|
||||||
after all and should not be use since it causes more harm then
|
idea after all and should not be use since it causes more harm
|
||||||
benefits.
|
than benefits.
|
||||||
* Hide --wait option on rmmod. This feature is being targeted for
|
* Hide --wait option on rmmod. This feature is being targeted for
|
||||||
removal from kernel. rmmod still accepts this option, but it's hidden
|
removal from kernel. rmmod still accepts this option, but it is
|
||||||
now: man page and usage() says nothing about it and if it's used,
|
hidden now: man page and usage() says nothing about it and if
|
||||||
user will get a 10s sleep. This way we can check and help if anyone
|
it is used, user will get a 10s sleep. This way we can check and
|
||||||
is using this feature.
|
help if anyone is using this feature.
|
||||||
* Refactor message logging on all tools, giving proper prefix, routing
|
* Refactor message logging on all tools, giving proper prefix,
|
||||||
everything to syslog when asked for, etc.
|
routing everything to syslog when asked for, etc.
|
||||||
* Fix parsing of modules.order when using compressed modules
|
* Fix parsing of modules.order when using compressed modules
|
||||||
* Usage messages go to stdout instead of stderr
|
* Usage messages go to stdout instead of stderr
|
||||||
* Fix memory leak in hash implementation
|
* Fix memory leak in hash implementation
|
||||||
|
Loading…
Reference in New Issue
Block a user